aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-31net/colo-compare.c: Expose "expired_scan_cycle" to usersZhang Chen
2020-03-31net/colo-compare.c: Expose "compare_timeout" to usersZhang Chen
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake
2020-03-17net: Complete qapi-fication of netdev_addEric Blake
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-03-09net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'Thomas Huth
2020-03-03net/filter.c: Add Options to insert filters anywhere in the filter listLukas Straub
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-12-18net/net: Clean up variable shadowing in net_client_init()Vladimir Sementsov-Ogievskiy
2019-10-29COLO-compare: Fix incorrect `if` logicFan Yang
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-10-05vhost-user: save features if the char dev is closedAdrian Moreno
2019-10-01slirp: Allow non-local DNS address when restrict is offSamuel Thibault
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-29net/colo-compare.c: Fix memory leak and code style issue.Zhang Chen
2019-07-29net: tap: replace snprintf with g_strdup_printf callsPrasad J Pandit
2019-07-02COLO-compare: Add colo-compare remote notify supportZhang Chen
2019-07-02COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen
2019-07-02COLO-compare: Add remote notification chardev handler frameZhang Chen
2019-07-02COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen
2019-07-02net/announce: Add optional IDDr. David Alan Gilbert
2019-07-02net/announce: Allow optional list of interfacesDr. David Alan Gilbert
2019-07-02net: remove unused get_str_sep() functionStefano Garzarella
2019-07-02net: use g_strsplit() for parsing host address and portStefano Garzarella
2019-07-02net: avoid using variable length array in net_client_init()Stefano Garzarella
2019-07-02net: fix assertion failure when ipv6-prefixlen is not a numberStefano Garzarella
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-05-20do not call vhost_net_cleanup() on running net from char user eventDan Streetman
2019-05-17net/colo-compare.c: Fix a crash in COLO Primary.Lukas Straub
2019-05-17net/slirp: fix the IPv6 prefix length error messageStefano Garzarella
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-05-03net: Print output of "-net nic, model=help" to stdout instead of stderrThomas Huth
2019-03-29net: tap: use qemu_set_nonblockLi Qiang
2019-03-29net/socket: learn to talk with a unix dgram socketMarc-André Lureau
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau
2019-03-07build-sys: link with slirp as an external projectMarc-André Lureau