aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster8-35/+24
2020-03-31net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen1-3/+45
2020-03-31net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen1-2/+45
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé1-2/+2
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2-4/+4
2020-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell1-27/+12
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake1-26/+11
2020-03-17net: Complete qapi-fication of netdev_addEric Blake1-3/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-03-09net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'Thomas Huth3-57/+12
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub1-1/+91
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2-3/+3
2020-01-07vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-3/+2
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-3/+2
2019-12-18net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy1-10/+7
2019-10-29COLO-compare: Fix incorrect `if` logicFan Yang1-3/+3
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4
2019-10-05vhost-user: save features if the char dev is closedAdrian Moreno1-0/+4
2019-10-01slirp: Allow non-local DNS address when restrict is offSamuel Thibault1-2/+2
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé1-3/+3
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+2