Age | Commit message (Expand) | Author | Files | Lines |
2021-01-25 | net: checksum: Add IP header checksum calculation | Guishan Qin | 1 | -2/+6 |
2021-01-25 | net: checksum: Skip fragmented IP packets | Markus Carlstedt | 1 | -0/+4 |
2021-01-25 | net: Fix handling of id in netdev_add and netdev_del | Markus Armbruster | 1 | -2/+18 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 3 | -3/+0 |
2020-12-15 | netfilter: Use class properties | Eduardo Habkost | 5 | -42/+39 |
2020-12-15 | netfilter: Reorder functions | Eduardo Habkost | 2 | -28/+28 |
2020-12-15 | can_host: Use class properties | Eduardo Habkost | 1 | -11/+5 |
2020-12-11 | can-host: Fix crash when 'canbus' property is not set | Kevin Wolf | 1 | -0/+5 |
2020-12-10 | qerror: Eliminate QERR_ macros used in just one place | Markus Armbruster | 1 | -1/+1 |
2020-11-24 | net: Use correct default-path macro for downscript | Keqian Zhu | 1 | -1/+2 |
2020-11-24 | tap: fix a memory leak | yuanjungong | 1 | -0/+2 |
2020-11-24 | net: purge queued rx packets on queue deletion | Yuri Benditovich | 1 | -4/+8 |
2020-11-24 | net: do not exit on "netdev_add help" monitor command | Paolo Bonzini | 1 | -34/+34 |
2020-11-11 | net/l2tpv3: Remove redundant check in net_init_l2tpv3() | AlexChen | 1 | -6/+3 |
2020-11-11 | net: remove an assert call in eth_get_gso_type | Prasad J Pandit | 1 | -3/+3 |
2020-11-11 | net/colo-compare.c: Increase default queued packet scan frequency | Zhang Chen | 1 | -1/+1 |
2020-11-11 | net/colo-compare.c: Add secondary old packet detection | Zhang Chen | 1 | -9/+16 |
2020-11-11 | net/colo-compare.c: Change the timer clock type | Zhang Chen | 1 | -3/+3 |
2020-11-11 | net/colo-compare.c: Fix compare_timeout format issue | Zhang Chen | 1 | -6/+6 |
2020-11-11 | colo-compare: check mark in mutual exclusion | Li Zhijian | 1 | -4/+2 |
2020-11-11 | colo-compare: fix missing compare_seq initialization | Li Zhijian | 1 | -4/+1 |
2020-11-11 | Optimize seq_sorter function for colo-compare | Rao, Lei | 1 | -5/+2 |
2020-11-11 | net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanup | Pan Nengyuan | 1 | -0/+2 |
2020-11-03 | net: Add vhost-vdpa in show_netdevs() | Cindy Lu | 1 | -0/+3 |
2020-11-03 | vhost-vdpa: Add qemu_close in vhost_vdpa_cleanup | Cindy Lu | 1 | -0/+4 |
2020-10-30 | vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driver | Si-Wei Liu | 1 | -0/+1 |
2020-10-22 | replay: do not build if TCG is not available | Claudio Fontana | 1 | -1/+2 |
2020-10-13 | can-host-socketcan: Fix crash when 'if' option is not set | Eduardo Habkost | 1 | -0/+5 |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2 | -4/+4 |
2020-10-06 | slirp: Convert Makefile bits to meson bits | Paolo Bonzini | 1 | -1/+1 |
2020-09-30 | net/can: Add can_dlc2len and can_len2dlc for CAN FD. | Jan Charvat | 1 | -0/+36 |
2020-09-30 | net/can: Initial host SocketCan support for CAN FD. | Jan Charvat | 1 | -3/+44 |
2020-09-30 | net: relocate paths to helpers and scripts | Paolo Bonzini | 1 | -7/+19 |
2020-09-29 | vhost-user: save features of multiqueues if chardev is closed | haibinzhang(张海斌) | 1 | -3/+7 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 5 | -15/+5 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -1/+1 |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2 | -13/+7 |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé | 2 | -13/+13 |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé | 2 | -7/+7 |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 7 | -39/+47 |
2020-09-09 | filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITER | Eduardo Habkost | 1 | -9/+9 |
2020-09-09 | net/colo: Match is-enabled probe to tracepoint | Roman Bolshakov | 3 | -24/+30 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 7 | -16/+16 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 7 | -15/+23 |
2020-08-21 | meson: convert net directory to Meson | Marc-André Lureau | 4 | -34/+45 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-08-04 | colo-compare: Remove superfluous NULL-pointer checks for s->iothread | Lukas Straub | 1 | -6/+2 |
2020-07-28 | net: forbid the reentrant RX | Jason Wang | 1 | -0/+3 |
2020-07-21 | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 1 | -4/+2 |
2020-07-15 | net: detect errors from probing vnet hdr flag for TAP devices | Daniel P. Berrange | 6 | -12/+29 |