summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: remove the unncessary queue_index assignmentJason Wang2021-09-041-1/+0Star
* 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/+6Star
* 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/+0Star
* vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang2021-09-041-4/+0Star
* 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/+0Star
* 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/+1Star
* 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/+0Star
* vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2021-06-111-9/+0Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter 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 st...Peter Maydell2021-05-281-8/+0Star
|\ \ | |/ |/|
| * tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith2021-05-271-8/+0Star
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter 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/+0Star
* | hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
|/
* 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/+9Star
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-089-44/+45
* Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang2021-04-081-30/+1Star
* Revert "net: Do not fill legacy info_str for backends"Jason Wang2021-04-088-0/+48
* net/eth: Add an assert() and invert if() statement to simplify codePhilippe Mathieu-Daudé2021-03-221-7/+6Star
* net/eth: Read ip6_ext_hdr_routing buffer before accessing itPhilippe Mathieu-Daudé2021-03-221-5/+8
* net/eth: Check iovec has enough data earlierPhilippe Mathieu-Daudé2021-03-221-1/+1
* net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé2021-03-221-8/+6Star
* net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argumentPhilippe Mathieu-Daudé2021-03-221-3/+3
* net/eth: Simplify _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé2021-03-221-7/+7
* net/eth: Use correct in6_address offset in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé2021-03-221-1/+1
* net/colo-compare.c: Optimize removal of secondary packetLukas Straub2021-03-221-1/+1
* net/colo-compare.c: Fix memory leak for non-tcp packetLukas Straub2021-03-221-0/+1
* net: Pad short frames to minimum size before sending from SLiRP/TAPBin Meng2021-03-223-0/+30
* net: eth: Add a helper to pad a short Ethernet frameBin Meng2021-03-221-0/+17
* net: Do not fill legacy info_str for backendsAlexey Kirillov2021-03-158-48/+0Star
* hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov2021-03-151-1/+30
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-159-45/+44Star
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-1510-9/+394
* net: introduce qemu_receive_packet()Jason Wang2021-03-152-7/+53