summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen2019-07-021-8/+33
* COLO-compare: Add remote notification chardev handler frameZhang Chen2019-07-021-0/+39
* COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen2019-07-021-0/+21
* net/announce: Add optional IDDr. David Alan Gilbert2019-07-022-8/+47
* net/announce: Allow optional list of interfacesDr. David Alan Gilbert2019-07-022-8/+33
* net: remove unused get_str_sep() functionStefano Garzarella2019-07-021-20/+0Star
* net: use g_strsplit() for parsing host address and portStefano Garzarella2019-07-021-16/+27
* net: avoid using variable length array in net_client_init()Stefano Garzarella2019-07-021-12/+19
* net: fix assertion failure when ipv6-prefixlen is not a numberStefano Garzarella2019-07-021-4/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-1212-9/+4Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-126-3/+9
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-112-0/+2
* do not call vhost_net_cleanup() on running net from char user eventDan Streetman2019-05-211-1/+0Star
* net/colo-compare.c: Fix a crash in COLO Primary.Lukas Straub2019-05-171-2/+1Star
* net/slirp: fix the IPv6 prefix length error messageStefano Garzarella2019-05-171-1/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-3/+3
* net: Print output of "-net nic, model=help" to stdout instead of stderrThomas Huth2019-05-031-3/+4
* net: tap: use qemu_set_nonblockLi Qiang2019-03-291-5/+5
* net/socket: learn to talk with a unix dgram socketMarc-André Lureau2019-03-291-4/+21
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-5/+5
* vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2019-03-131-9/+4Star