Age | Commit message (Expand) | Author |
2024-01-08 | Rename "QEMU global mutex" to "BQL" in comments and docs | Stefan Hajnoczi |
2023-09-18 | net/tap: Avoid variable-length array | Peter Maydell |
2023-09-18 | tap: Add check for USO features | Yuri Benditovich |
2023-09-18 | tap: Add USO support to tap device. | Andrew Melnychenko |
2023-03-10 | net: Strip virtio-net header when dumping | Akihiko Odaki |
2023-01-09 | error handling: Use RETRY_ON_EINTR() macro where applicable | Nikita Ivanov |
2023-01-09 | Refactoring: refactor TFR() macro to RETRY_ON_EINTR() | Nikita Ivanov |
2022-12-14 | qapi net: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-10-28 | net: introduce qemu_set_info_str() function | Laurent Vivier |
2022-09-27 | virtio: del net client if net_init_tap_one failed | lu zhipeng |
2022-05-03 | net: replace qemu_set_nonblock() | Marc-André Lureau |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-02-14 | net/tap: Set return code on failure | Peter Foley |
2021-09-04 | vhost_net: do not assume nvqs is always 2 | Jason Wang |
2021-06-04 | net: Added SetSteeringEBPF method for NetClientState. | Andrew Melnychenko |
2021-04-23 | net: check the existence of peer before trying to pad | Jason Wang |
2021-04-08 | Revert "qapi: net: Add query-netdev command" | Jason Wang |
2021-04-08 | Revert "net: Move NetClientState.info_str to dynamic allocations" | Jason Wang |
2021-04-08 | Revert "net: Do not fill legacy info_str for backends" | Jason Wang |
2021-03-22 | net: Pad short frames to minimum size before sending from SLiRP/TAP | Bin Meng |
2021-03-15 | net: Do not fill legacy info_str for backends | Alexey Kirillov |
2021-03-15 | net: Move NetClientState.info_str to dynamic allocations | Alexey Kirillov |
2021-03-15 | qapi: net: Add query-netdev command | Alexey Kirillov |
2020-11-24 | net: Use correct default-path macro for downscript | Keqian Zhu |
2020-11-24 | tap: fix a memory leak | yuanjungong |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf |
2020-09-30 | net: relocate paths to helpers and scripts | Paolo Bonzini |
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-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-06-18 | tap: allow extended virtio header with hash info | Yuri Benditovich |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-07-29 | net: tap: replace snprintf with g_strdup_printf calls | Prasad J Pandit |
2019-03-29 | net: tap: use qemu_set_nonblock | Li Qiang |
2018-07-20 | tap: fix memory leak on success to create a tap device | Yunjian Wang |
2018-06-15 | tap: set vhostfd passed from qemu cli to non-blocking | Brijesh Singh |
2018-05-14 | net: Get rid of 'vlan' terminology and use 'hub' instead in the source files | Thomas Huth |
2018-03-05 | tap: setting error appropriately when calling net_init_tap_one() | Jay Zhou |
2017-01-20 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2017-01-20 | tap: fix memory leak on failure in net_init_tap() | Peter Maydell |
2017-01-18 | vhost_net: device IOTLB support | Jason Wang |
2016-09-27 | tap: Allow specifying a bridge | Alexey Kardashevskiy |
2016-07-29 | vhost-user: keep vhost_net after a disconnection | Marc-André Lureau |
2016-07-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ... | Peter Maydell |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake |
2016-07-19 | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán |
2016-07-18 | tap: fix memory leak on failure to create a multiqueue tap device | Paolo Bonzini |
2016-07-13 | tap: use an exit notifier to call down_script | Marc-André Lureau |
2016-07-07 | tap: vhost busy polling support | Jason Wang |