summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez
2021-11-19net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen
2021-11-19net/colo-compare.c: Fix ACK track reverse issueZhang Chen
2021-11-15vdpa: Check for existence of opts.vhostdevEugenio Pérez
2021-11-15vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez
2021-11-11net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella
2021-11-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pu...Richard Henderson
2021-11-03Optimized the function of fill_connection_key.Rao, Lei
2021-11-03Some minor optimizations for COLORao, Lei
2021-11-02Move the l2tpv3 test from configure to meson.buildThomas Huth
2021-10-20vhost-vdpa: multiqueue supportJason Wang
2021-10-20net: introduce control clientJason Wang
2021-10-20vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang
2021-10-20vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf
2021-10-15net/vhost-user: Fix device compatibility checkKevin Wolf
2021-10-14configure, meson: move netmap detection to mesonPaolo Bonzini
2021-10-14configure, meson: move vde detection to mesonPaolo Bonzini
2021-09-04vhost-vdpa: remove the unncessary queue_index assignmentJason Wang
2021-09-04vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang
2021-09-04vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang
2021-09-04vhost-vdpa: remove unused variable "acked_features"Jason Wang
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau
2021-07-26net/checksum: Remove unused variable in net_checksum_add_iovRichard Henderson
2021-06-11Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei
2021-06-11Add the function of colo_compare_cleanupRao, Lei
2021-06-11Add a function named packet_new_nocopy for COLO.Rao, Lei
2021-06-11Optimize the function of filter_sendRao, Lei
2021-06-11Remove some duplicate trace code.Rao, Lei
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko
2021-06-04net/tap: Added TUNSETSTEERINGEBPF code.Andrew Melnychenko
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-28Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-05-27tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-04slirp: add configure option to disable smbdJoelle van Dyne
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-04-23net: check the existence of peer before trying to padJason Wang
2021-04-08tap-win32: correctly recycle buffersJason Wang
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang