aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2021-04-08Revert "hmp: Use QAPI NetdevInfo in hmp_info_network"Jason Wang
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang
2021-03-22net/eth: Add an assert() and invert if() statement to simplify codePhilippe Mathieu-Daudé
2021-03-22net/eth: Read ip6_ext_hdr_routing buffer before accessing itPhilippe Mathieu-Daudé
2021-03-22net/eth: Check iovec has enough data earlierPhilippe Mathieu-Daudé
2021-03-22net/eth: Check size earlier in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé
2021-03-22net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argumentPhilippe Mathieu-Daudé
2021-03-22net/eth: Simplify _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé
2021-03-22net/eth: Use correct in6_address offset in _eth_get_rss_ex_dst_addr()Philippe Mathieu-Daudé
2021-03-22net/colo-compare.c: Optimize removal of secondary packetLukas Straub
2021-03-22net/colo-compare.c: Fix memory leak for non-tcp packetLukas Straub
2021-03-22net: Pad short frames to minimum size before sending from SLiRP/TAPBin Meng
2021-03-22net: eth: Add a helper to pad a short Ethernet frameBin Meng
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov
2021-03-15hmp: Use QAPI NetdevInfo in hmp_info_networkAlexey Kirillov
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2021-03-15net: introduce qemu_receive_packet()Jason Wang
2021-03-15net: validate that ids are well formedPaolo Bonzini
2021-03-15net: Fix build error when DEBUG_NET is onBin Meng
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-01-29Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-01-29net/slirp.c: Fix spelling error in error messageDoug Evans
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28net: Clarify early exit conditionEric Blake
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng