aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2021-01-25net: checksum: Add IP header checksum calculationGuishan Qin
2021-01-25net: checksum: Skip fragmented IP packetsMarkus Carlstedt
2021-01-25net: Fix handling of id in netdev_add and netdev_delMarkus Armbruster
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-12-15netfilter: Use class propertiesEduardo Habkost
2020-12-15netfilter: Reorder functionsEduardo Habkost
2020-12-15can_host: Use class propertiesEduardo Habkost
2020-12-11can-host: Fix crash when 'canbus' property is not setKevin Wolf
2020-12-10qerror: Eliminate QERR_ macros used in just one placeMarkus Armbruster
2020-11-24net: Use correct default-path macro for downscriptKeqian Zhu
2020-11-24tap: fix a memory leakyuanjungong
2020-11-24net: purge queued rx packets on queue deletionYuri Benditovich
2020-11-24net: do not exit on "netdev_add help" monitor commandPaolo Bonzini
2020-11-11net/l2tpv3: Remove redundant check in net_init_l2tpv3()AlexChen
2020-11-11net: remove an assert call in eth_get_gso_typePrasad J Pandit
2020-11-11net/colo-compare.c: Increase default queued packet scan frequencyZhang Chen
2020-11-11net/colo-compare.c: Add secondary old packet detectionZhang Chen
2020-11-11net/colo-compare.c: Change the timer clock typeZhang Chen
2020-11-11net/colo-compare.c: Fix compare_timeout format issueZhang Chen
2020-11-11colo-compare: check mark in mutual exclusionLi Zhijian
2020-11-11colo-compare: fix missing compare_seq initializationLi Zhijian
2020-11-11Optimize seq_sorter function for colo-compareRao, Lei
2020-11-11net/filter-rewriter: destroy g_hash_table in colo_rewriter_cleanupPan Nengyuan
2020-11-03net: Add vhost-vdpa in show_netdevs()Cindy Lu
2020-11-03vhost-vdpa: Add qemu_close in vhost_vdpa_cleanupCindy Lu
2020-10-30vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driverSi-Wei Liu
2020-10-22replay: do not build if TCG is not availableClaudio Fontana
2020-10-13can-host-socketcan: Fix crash when 'if' option is not setEduardo Habkost
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-06slirp: Convert Makefile bits to meson bitsPaolo Bonzini
2020-09-30net/can: Add can_dlc2len and can_len2dlc for CAN FD.Jan Charvat
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini
2020-09-29vhost-user: save features of multiqueues if chardev is closedhaibinzhang(张海斌)
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITEREduardo Habkost
2020-09-09net/colo: Match is-enabled probe to tracepointRoman Bolshakov
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert net directory to MesonMarc-André Lureau