aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-03net: Add vhost-vdpa in show_netdevs()Cindy Lu1-0/+3
2020-11-03vhost-vdpa: Add qemu_close in vhost_vdpa_cleanupCindy Lu1-0/+4
2020-10-30vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driverSi-Wei Liu1-0/+1
2020-10-22replay: do not build if TCG is not availableClaudio Fontana1-1/+2
2020-10-13can-host-socketcan: Fix crash when 'if' option is not setEduardo Habkost1-0/+5
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf2-4/+4
2020-10-06slirp: Convert Makefile bits to meson bitsPaolo Bonzini1-1/+1
2020-09-30net/can: Add can_dlc2len and can_len2dlc for CAN FD.Jan Charvat1-0/+36
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat1-3/+44
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini1-7/+19
2020-09-29vhost-user: save features of multiqueues if chardev is closedhaibinzhang(张海斌)1-3/+7
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost5-15/+5
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2-13/+7
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2-13/+13
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé2-7/+7
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell7-39/+47
2020-09-09filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITEREduardo Habkost1-9/+9
2020-09-09net/colo: Match is-enabled probe to tracepointRoman Bolshakov3-24/+30
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost7-16/+16
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost7-15/+23
2020-08-21meson: convert net directory to MesonMarc-André Lureau4-34/+45
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-04colo-compare: Remove superfluous NULL-pointer checks for s->iothreadLukas Straub1-6/+2
2020-07-28net: forbid the reentrant RXJason Wang1-0/+3
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-4/+2
2020-07-15net: detect errors from probing vnet hdr flag for TAP devicesDaniel P. Berrange6-12/+29
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier2-6/+28
2020-07-15net/colo-compare.c: Expose compare "max_queue_size" to usersZhang Chen1-1/+42
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-2/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster4-14/+5
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster3-24/+16
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster2-2/+2
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-6/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster3-8/+4
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-0/+1
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu4-1/+234
2020-07-07net/tap-solaris.c: Include qemu-common.h for TFR macroPeter Maydell1-0/+1
2020-07-03net: introduce qemu_get_peerCindy Lu1-0/+7
2020-06-18net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth1-64/+13
2020-06-18net: Drop the legacy "name" parameter from the -net optionThomas Huth1-9/+1
2020-06-18colo-compare: Fix memory leak in packet_enqueue()Derek Su2-8/+16
2020-06-18net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub1-22/+23
2020-06-18net/colo-compare.c: Check that colo-compare is activeLukas Straub1-6/+29
2020-06-18net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub1-4/+6
2020-06-18net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub3-45/+156
2020-06-18net/colo-compare.c: Create event_bh with the right AioContextLukas Straub1-1/+2
2020-06-18net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang1-1/+1
2020-06-18tap: allow extended virtio header with hash infoYuri Benditovich1-1/+2
2020-06-09net: Do not include a newline in the id of -nic devicesThomas Huth1-1/+1