aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang9-44/+45
2021-04-08Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang1-30/+1
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang8-0/+48
2021-03-22net/eth: Add an assert() and invert if() statement to simplify codePhilippe Mathieu-Daudé1-7/+6
2021-03-22net/eth: Read ip6_ext_hdr_routing buffer before accessing itPhilippe Mathieu-Daudé1-5/+8
2021-03-22net/eth: Check iovec has enough data earlierPhilippe Mathieu-Daudé1-1/+1
2021-03-22net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé1-8/+6
2021-03-22net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argumentPhilippe Mathieu-Daudé1-3/+3
2021-03-22net/eth: Simplify _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé1-7/+7
2021-03-22net/eth: Use correct in6_address offset in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé1-1/+1
2021-03-22net/colo-compare.c: Optimize removal of secondary packetLukas Straub1-1/+1
2021-03-22net/colo-compare.c: Fix memory leak for non-tcp packetLukas Straub1-0/+1
2021-03-22net: Pad short frames to minimum size before sending from SLiRP/TAPBin Meng3-0/+30
2021-03-22net: eth: Add a helper to pad a short Ethernet frameBin Meng1-0/+17
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov8-48/+0
2021-03-15hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov1-1/+30
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov9-45/+44
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov10-9/+394
2021-03-15net: introduce qemu_receive_packet()Jason Wang2-7/+53