aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez1-0/+8
2021-11-19net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen1-1/+1
2021-11-19net/colo-compare.c: Fix ACK track reverse issueZhang Chen1-2/+4
2021-11-15vdpa: Check for existence of opts.vhostdevEugenio Pérez1-0/+4
2021-11-15vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez1-1/+1
2021-11-11net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella1-1/+1
2021-11-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu...Richard Henderson4-33/+18
2021-11-03Optimized the function of fill_connection_key.Rao, Lei4-32/+17
2021-11-03Some minor optimizations for COLORao, Lei1-1/+1
2021-11-02Move the l2tpv3 test from configure to meson.buildThomas Huth1-1/+3
2021-10-20vhost-vdpa: multiqueue supportJason Wang1-9/+96
2021-10-20net: introduce control clientJason Wang1-3/+21
2021-10-20vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang1-7/+12
2021-10-20vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang1-8/+15
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf1-23/+14
2021-10-15net/vhost-user: Fix device compatibility checkKevin Wolf1-27/+14
2021-10-14configure, meson: move netmap detection to mesonPaolo Bonzini1-1/+3
2021-10-14configure, meson: move vde detection to mesonPaolo Bonzini1-1/+1
2021-09-04vhost-vdpa: remove the unncessary queue_index assignmentJason Wang1-1/+0
2021-09-04vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang1-1/+4
2021-09-04vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang1-7/+6
2021-09-04vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang1-0/+1
2021-09-04vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang1-11/+0
2021-09-04vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang1-4/+0
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang3-0/+3
2021-09-04vhost-vdpa: remove unused variable "acked_features"Jason Wang1-1/+0
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell1-0/+2
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau1-2/+2
2021-07-26net/checksum: Remove unused variable in net_checksum_add_iovRichard Henderson1-3/+1
2021-06-11Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei1-1/+1
2021-06-11Add the function of colo_compare_cleanupRao, Lei3-0/+15
2021-06-11Add a function named packet_new_nocopy for COLO.Rao, Lei3-10/+19
2021-06-11Optimize the function of filter_sendRao, Lei1-4/+4
2021-06-11Remove some duplicate trace code.Rao, Lei1-13/+0
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang1-9/+0
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell8-0/+41
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko1-0/+2
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko6-0/+38
2021-06-04net/tap: Added TUNSETSTEERINGEBPF code.Andrew Melnychenko1-0/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-8/+0
2021-05-27tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith1-8/+0
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-8/+8
2021-05-04slirp: add configure option to disable smbdJoelle van Dyne1-8/+8
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-3/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth2-2/+0
2021-04-23net: check the existence of peer before trying to padJason Wang3-3/+3
2021-04-08tap-win32: correctly recycle buffersJason Wang1-2/+4
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang10-394/+9