aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-15net: validate that ids are well formedPaolo Bonzini1-0/+5
2021-03-15net: Fix build error when DEBUG_NET is onBin Meng1-0/+1
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-4/+4
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth1-3/+3
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-01-29Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-1/+1
2021-01-29net/slirp.c: Fix spelling error in error messageDoug Evans1-1/+1
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-11/+2
2021-01-28net: Clarify early exit conditionEric Blake1-0/+2
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng2-6/+16
2021-01-25net: checksum: Add IP header checksum calculationGuishan Qin1-2/+6
2021-01-25net: checksum: Skip fragmented IP packetsMarkus Carlstedt1-0/+4
2021-01-25net: Fix handling of id in netdev_add and netdev_delMarkus Armbruster1-2/+18
2021-01-08Remove superfluous timer_del() callsPeter Maydell3-3/+0
2020-12-15netfilter: Use class propertiesEduardo Habkost5-42/+39
2020-12-15netfilter: Reorder functionsEduardo Habkost2-28/+28
2020-12-15can_host: Use class propertiesEduardo Habkost1-11/+5
2020-12-11can-host: Fix crash when 'canbus' property is not setKevin Wolf1-0/+5
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster1-1/+1
2020-11-24net: Use correct default-path macro for downscriptKeqian Zhu1-1/+2
2020-11-24tap: fix a memory leakyuanjungong1-0/+2
2020-11-24net: purge queued rx packets on queue deletionYuri Benditovich1-4/+8
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini1-34/+34