Age | Commit message (Expand) | Author |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-21 | meson: convert net directory to Meson | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-08-04 | colo-compare: Remove superfluous NULL-pointer checks for s->iothread | Lukas Straub |
2020-07-28 | net: forbid the reentrant RX | Jason Wang |
2020-07-21 | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster |
2020-07-15 | net: detect errors from probing vnet hdr flag for TAP devices | Daniel P. Berrange |
2020-07-15 | net: check if the file descriptor is valid before using it | Laurent Vivier |
2020-07-15 | net/colo-compare.c: Expose compare "max_queue_size" to users | Zhang Chen |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, manual part | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-09 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell |
2020-07-07 | vhost-vdpa: introduce vhost-vdpa net client | Cindy Lu |
2020-07-07 | net/tap-solaris.c: Include qemu-common.h for TFR macro | Peter Maydell |
2020-07-03 | net: introduce qemu_get_peer | Cindy Lu |
2020-06-18 | net: Drop the NetLegacy structure, always use Netdev instead | Thomas Huth |
2020-06-18 | net: Drop the legacy "name" parameter from the -net option | Thomas Huth |
2020-06-18 | colo-compare: Fix memory leak in packet_enqueue() | Derek Su |
2020-06-18 | net/colo-compare.c: Correct ordering in complete and finalize | Lukas Straub |
2020-06-18 | net/colo-compare.c: Check that colo-compare is active | Lukas Straub |
2020-06-18 | net/colo-compare.c: Only hexdump packets if tracing is enabled | Lukas Straub |
2020-06-18 | net/colo-compare.c: Fix deadlock in compare_chr_send | Lukas Straub |
2020-06-18 | net/colo-compare.c: Create event_bh with the right AioContext | Lukas Straub |
2020-06-18 | net: use peer when purging queue in qemu_flush_or_purge_queue_packets() | Jason Wang |
2020-06-18 | tap: allow extended virtio header with hash info | Yuri Benditovich |
2020-06-09 | net: Do not include a newline in the id of -nic devices | Thomas Huth |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-03-31 | net/colo-compare.c: Expose "expired_scan_cycle" to users | Zhang Chen |
2020-03-31 | net/colo-compare.c: Expose "compare_timeout" to users | Zhang Chen |
2020-03-31 | hw/net/can: Make CanBusClientInfo::can_receive() return a boolean | Philippe Mathieu-Daudé |
2020-03-31 | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé |
2020-03-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ... | Peter Maydell |
2020-03-17 | net: Track netdevs in NetClientState rather than QemuOpt | Eric Blake |
2020-03-17 | net: Complete qapi-fication of netdev_add | Eric Blake |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-03-09 | net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' | Thomas Huth |
2020-03-03 | net/filter.c: Add Options to insert filters anywhere in the filter list | Lukas Straub |
2020-01-08 | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé |
2020-01-07 | vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé |
2019-12-20 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121... | Peter Maydell |
2019-12-18 | qemu_log_lock/unlock now preserves the qemu_logfile handle. | Robert Foley |
2019-12-18 | net/net: Clean up variable shadowing in net_client_init() | Vladimir Sementsov-Ogievskiy |
2019-10-29 | COLO-compare: Fix incorrect `if` logic | Fan Yang |
2019-10-17 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-10-05 | vhost-user: save features if the char dev is closed | Adrian Moreno |