summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Add dummy receive callbackEugenio Pérez2021-11-281-0/+8
* net/colo-compare.c: Fix incorrect return when input wrong sizeZhang Chen2021-11-191-1/+1
* net/colo-compare.c: Fix ACK track reverse issueZhang Chen2021-11-191-2/+4
* vdpa: Check for existence of opts.vhostdevEugenio Pérez2021-11-151-0/+4
* vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez2021-11-151-1/+1
* net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella2021-11-111-1/+1
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211102-pull-request' into stagingRichard Henderson2021-11-044-33/+18
|\
| * Optimized the function of fill_connection_key.Rao, Lei2021-11-034-32/+17
| * Some minor optimizations for COLORao, Lei2021-11-031-1/+1
* | Move the l2tpv3 test from configure to meson.buildThomas Huth2021-11-021-1/+3
|/
* vhost-vdpa: multiqueue supportJason Wang2021-10-201-9/+96
* net: introduce control clientJason Wang2021-10-201-3/+21
* vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang2021-10-201-7/+12
* vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang2021-10-201-8/+15
* net/vhost-vdpa: Fix device compatibility checkKevin Wolf2021-10-151-23/+14
* net/vhost-user: Fix device compatibility checkKevin Wolf2021-10-151-27/+14
* configure, meson: move netmap detection to mesonPaolo Bonzini2021-10-141-1/+3
* configure, meson: move vde detection to mesonPaolo Bonzini2021-10-141-1/+1
* vhost-vdpa: remove the unncessary queue_index assignmentJason Wang2021-09-041-1/+0
* vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang2021-09-041-1/+4
* vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang2021-09-041-7/+6
* vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang2021-09-041-0/+1
* vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang2021-09-041-11/+0
* vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang2021-09-041-4/+0
* vhost_net: do not assume nvqs is always 2Jason Wang2021-09-043-0/+3
* vhost-vdpa: remove unused variable "acked_features"Jason Wang2021-09-041-1/+0
* net: Zero sockaddr_in in parse_host_port()Peter Maydell2021-08-261-0/+2
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-051-2/+2
* net/checksum: Remove unused variable in net_checksum_add_iovRichard Henderson2021-07-261-3/+1
* Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()Rao, Lei2021-06-111-1/+1
* Add the function of colo_compare_cleanupRao, Lei2021-06-113-0/+15
* Add a function named packet_new_nocopy for COLO.Rao, Lei2021-06-113-10/+19
* Optimize the function of filter_sendRao, Lei2021-06-111-4/+4
* Remove some duplicate trace code.Rao, Lei2021-06-111-13/+0
* vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2021-06-111-9/+0
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into stagingPeter Maydell2021-06-048-0/+41
|\
| * virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-041-0/+2
| * net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko2021-06-046-0/+38
| * net/tap: Added TUNSETSTEERINGEBPF code.Andrew Melnychenko2021-06-041-0/+1
* | docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into stagingPeter Maydell2021-05-281-8/+0
|\ \ | |/ |/|
| * tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith2021-05-271-8/+0
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into stagingPeter Maydell2021-05-061-8/+8
|\ \ | |/ |/|
| * slirp: add configure option to disable smbdJoelle van Dyne2021-05-041-8/+8
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-3/+0
* | hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-022-2/+0
|/
* net: check the existence of peer before trying to padJason Wang2021-04-233-3/+3
* tap-win32: correctly recycle buffersJason Wang2021-04-081-2/+4
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-0810-394/+9
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-089-44/+45