aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-11net/l2tpv3: Remove redundant check in net_init_l2tpv3()AlexChen1-6/+3
2020-11-11net: remove an assert call in eth_get_gso_typePrasad J Pandit1-3/+3
2020-11-11net/colo-compare.c: Increase default queued packet scan frequencyZhang Chen1-1/+1
2020-11-11net/colo-compare.c: Add secondary old packet detectionZhang Chen1-9/+16
2020-11-11net/colo-compare.c: Change the timer clock typeZhang Chen1-3/+3
2020-11-11net/colo-compare.c: Fix compare_timeout format issueZhang Chen1-6/+6
2020-11-11colo-compare: check mark in mutual exclusionLi Zhijian1-4/+2
2020-11-11colo-compare: fix missing compare_seq initializationLi Zhijian1-4/+1
2020-11-11Optimize seq_sorter function for colo-compareRao, Lei1-5/+2
2020-11-11net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanupPan Nengyuan1-0/+2