Age | Commit message (Expand) | Author |
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 |
2016-05-25 | net/tap: Allocating Large sized arrays to heap | Zhou Jie |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-08 | net: simplify net_init_tap_one logic | Paolo Bonzini |
2016-02-04 | net: Clean up includes | Peter Maydell |
2015-11-02 | net: Convert to new qapi union layout | Eric Blake |
2015-06-19 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-06-19 | vhost: enable vhost without without MSI-X | Pankaj Gupta |
2015-06-17 | tap: add VNET_LE/VNET_BE operations | Greg Kurz |
2015-06-12 | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng |
2015-06-12 | tap: Drop tap_can_send | Fam Zheng |
2015-05-27 | tap: Improve -netdev/netdev_add/-net/... tap error reporting | Markus Armbruster |
2015-05-27 | tap: Finish conversion of tap_open() to Error | Markus Armbruster |