summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-2/+1Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-104-14/+5Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-103-24/+16Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-102-2/+2
* qapi: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-6/+2Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-103-8/+4Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-07-091-0/+1
|\
| * net/tap-solaris.c: Include qemu-common.h for TFR macroPeter Maydell2020-07-071-0/+1
* | vhost-vdpa: introduce vhost-vdpa net clientCindy Lu2020-07-074-1/+234
* | net: introduce qemu_get_peerCindy Lu2020-07-031-0/+7
|/
* net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth2020-06-181-64/+13Star
* net: Drop the legacy "name" parameter from the -net optionThomas Huth2020-06-181-9/+1Star
* colo-compare: Fix memory leak in packet_enqueue()Derek Su2020-06-182-8/+16
* net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub2020-06-181-22/+23
* net/colo-compare.c: Check that colo-compare is activeLukas Straub2020-06-181-6/+29
* net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub2020-06-181-4/+6
* net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub2020-06-183-45/+156
* net/colo-compare.c: Create event_bh with the right AioContextLukas Straub2020-06-181-1/+2
* net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang2020-06-181-1/+1
* tap: allow extended virtio header with hash infoYuri Benditovich2020-06-181-1/+2
* net: Do not include a newline in the id of -nic devicesThomas Huth2020-06-091-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-158-35/+24Star
* net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen2020-03-311-3/+45
* net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen2020-03-311-2/+45
* hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé2020-03-311-2/+2
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-312-4/+4
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell2020-03-191-27/+12Star
|\
| * net: Track netdevs in NetClientState rather than QemuOptEric Blake2020-03-171-26/+11Star
| * net: Complete qapi-fication of netdev_addEric Blake2020-03-171-3/+3
* | misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
|/
* net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'Thomas Huth2020-03-093-57/+12Star
* net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub2020-03-031-1/+91
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-082-3/+3
* vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell2019-12-201-3/+2Star
|\
| * qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-3/+2Star
* | net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy2019-12-181-10/+7Star
|/
* COLO-compare: Fix incorrect `if` logicFan Yang2019-10-291-3/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-171-0/+4
|\
| * vhost-user: save features if the char dev is closedAdrian Moreno2019-10-051-0/+4
* | slirp: Allow non-local DNS address when restrict is offSamuel Thibault2019-10-011-2/+2
|/
* trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé2019-09-181-3/+3
* migration: register_savevm_live doesn't need devDr. David Alan Gilbert2019-09-121-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+2
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-164-4/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-164-0/+4
* net/colo-compare.c: Fix memory leak and code style issue.Zhang Chen2019-07-291-7/+20
* net: tap: replace snprintf with g_strdup_printf callsPrasad J Pandit2019-07-291-8/+11
* COLO-compare: Add colo-compare remote notify supportZhang Chen2019-07-021-10/+44