- 32cad1f include: Rename sysemu/ -> system/ by Philippe Mathieu-Daudé · 3 months ago
- 9996a35 net/tap: Use qemu_close_all_open_fd() by Clément Léger · 7 months ago
- a9b5d6e net/tap: Factorize fd closing after forking by Clément Léger · 7 months ago
- 77db537 tap: Shrink zeroed virtio-net header by Akihiko Odaki · 10 months ago
- 336a058 tap: Call tap_receive_iov() from tap_receive() by Akihiko Odaki · 10 months ago
- b9ad513 net: Remove receive_raw() by Akihiko Odaki · 10 months ago
- a677537 net: Move virtio-net header length assertion by Akihiko Odaki · 10 months ago
- 4b52d63 tap: Remove qemu_using_vnet_hdr() by Akihiko Odaki · 10 months ago
- 52a7ff5 tap: Remove tap_probe_vnet_hdr_len() by Akihiko Odaki · 10 months ago
- d9b3301 Revert "tap: setting error appropriately when calling net_init_tap_one()" by Akihiko Odaki · 1 year, 5 months ago
- 0b2675c Rename "QEMU global mutex" to "BQL" in comments and docs by Stefan Hajnoczi · 1 year, 2 months ago
- 6d7a53e net/tap: Avoid variable-length array by Peter Maydell · 1 year, 6 months ago
- f03e0cf tap: Add check for USO features by Yuri Benditovich · 1 year, 7 months ago
- 2ab0ec3 tap: Add USO support to tap device. by Andrew Melnychenko · 1 year, 7 months ago
- 481c523 net: Strip virtio-net header when dumping by Akihiko Odaki · 2 years ago
- 37b0b24 error handling: Use RETRY_ON_EINTR() macro where applicable by Nikita Ivanov · 2 years, 4 months ago
- 8b6aa69 Refactoring: refactor TFR() macro to RETRY_ON_EINTR() by Nikita Ivanov · 2 years, 4 months ago
- 7480874 qapi net: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 53b85d9 net: introduce qemu_set_info_str() function by Laurent Vivier · 2 years, 4 months ago
- bf769f7 virtio: del net client if net_init_tap_one failed by lu zhipeng · 2 years, 5 months ago
- a820862 net: replace qemu_set_nonblock() by Marc-André Lureau · 2 years, 10 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- 41bcea7 net/tap: Set return code on failure by Peter Foley · 3 years, 2 months ago
- 6a756d1 vhost_net: do not assume nvqs is always 2 by Jason Wang · 3 years, 6 months ago
- 8f364e3 net: Added SetSteeringEBPF method for NetClientState. by Andrew Melnychenko · 3 years, 10 months ago
- bc38e31 net: check the existence of peer before trying to pad by Jason Wang · 3 years, 10 months ago
- f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 4 years ago
- 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 4 years ago
- d89b4f8 Revert "net: Do not fill legacy info_str for backends" by Jason Wang · 4 years ago
- 969e50b net: Pad short frames to minimum size before sending from SLiRP/TAP by Bin Meng · 4 years ago
- f2e8319 net: Do not fill legacy info_str for backends by Alexey Kirillov · 4 years ago
- 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 4 years ago
- d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 4 years ago
- 9925990 net: Use correct default-path macro for downscript by Keqian Zhu · 4 years, 3 months ago
- f012bec tap: fix a memory leak by yuanjungong · 4 years, 3 months ago
- 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 5 months ago
- 63c4db4 net: relocate paths to helpers and scripts by Paolo Bonzini · 4 years, 6 months ago
- e7b347d net: detect errors from probing vnet hdr flag for TAP devices by Daniel P. Berrange · 4 years, 8 months ago
- 894022e net: check if the file descriptor is valid before using it by Laurent Vivier · 4 years, 8 months ago
- af175e8 error: Eliminate error_propagate() with Coccinelle, part 2 by Markus Armbruster · 4 years, 8 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
- fbbdbdd tap: allow extended virtio header with hash info by Yuri Benditovich · 4 years, 10 months ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
- 389abe1 net: tap: replace snprintf with g_strdup_printf calls by Prasad J Pandit · 6 years ago
- ab79237 net: tap: use qemu_set_nonblock by Li Qiang · 6 years ago
- 323e7c1 tap: fix memory leak on success to create a tap device by Yunjian Wang · 7 years ago
- d542800 tap: set vhostfd passed from qemu cli to non-blocking by Brijesh Singh · 7 years ago
- 442da40 net: Get rid of 'vlan' terminology and use 'hub' instead in the source files by Thomas Huth · 7 years ago
- 46d4d36 tap: setting error appropriately when calling net_init_tap_one() by Jay Zhou · 7 years ago
- db655a9 Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 8 years ago
- fac7d7b tap: fix memory leak on failure in net_init_tap() by Peter Maydell · 8 years ago
- c471ad0 vhost_net: device IOTLB support by Jason Wang · 8 years ago
- 584613e tap: Allow specifying a bridge by Alexey Kardashevskiy · 8 years ago
- e6bcb1b vhost-user: keep vhost_net after a disconnection by Marc-André Lureau · 9 years ago
- 3b2e679 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into staging by Peter Maydell · 9 years ago
- f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
- cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 9 years ago
- 091a6b2 tap: fix memory leak on failure to create a multiqueue tap device by Paolo Bonzini · 9 years ago
- 9e32ff3 tap: use an exit notifier to call down_script by Marc-André Lureau · 9 years ago
- 69e87b3 tap: vhost busy polling support by Jason Wang · 9 years ago
- 11196e9 net/tap: Allocating Large sized arrays to heap by Zhou Jie · 9 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
- 3a2d44f net: simplify net_init_tap_one logic by Paolo Bonzini · 9 years ago
- 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
- 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
- 89e9429 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
- 1e7398a vhost: enable vhost without without MSI-X by Pankaj Gupta · 10 years ago
- c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
- 82e1cc4 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler by Fam Zheng · 10 years ago
- a90a742 tap: Drop tap_can_send by Fam Zheng · 10 years ago
- a308817 tap: Improve -netdev/netdev_add/-net/... tap error reporting by Markus Armbruster · 10 years ago
- 95c35a7 tap: Finish conversion of tap_open() to Error by Markus Armbruster · 10 years ago
- 468dd82 tap: Permit incremental conversion of tap_open() to Error by Markus Armbruster · 10 years ago
- ac4fcf5 tap: Convert launch_script() to Error by Markus Armbruster · 10 years ago
- 445f116 tap: Convert net_init_tap_one() to Error by Markus Armbruster · 10 years ago
- 80b832c tap: Convert tap_set_sndbuf() to Error by Markus Armbruster · 10 years ago
- a8a21be tap: Improve -netdev/netdev_add/-net/... bridge error reporting by Markus Armbruster · 10 years ago
- da4a4ea tap: net_tap_fd_init() can't fail, drop dead error handling by Markus Armbruster · 10 years ago
- a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
- 1677f4c monitor: Clean up around monitor_handle_fd_param() by Markus Armbruster · 10 years ago
- 756ae78 tap: fix vcpu long time io blocking on tap by Wangkai (Kevin,C) · 11 years ago
- 84f8f3d tap: fix possible fd leak in net_init_tap by Gonglei · 10 years ago
- d0caa3e tap: do not close(fd) in net_init_tap_one by Gonglei · 10 years ago
- 1a1bfac Add vhost-backend and VhostBackendType by Nikolay Nikolaev · 11 years ago
- 81647a6 vhost_net_init will use VhostNetOptions to get all its arguments by Nikolay Nikolaev · 11 years ago
- 13a12f8 tap: Avoid extra iterations while closing file fd by Pankaj Gupta · 11 years ago
- 68e5ec6 tap: avoid deadlocking rx by Stefan Hajnoczi · 11 years ago
- 3bac80d net: make tap offloading callbacks static by Vincenzo Maffione · 11 years ago
- 2e753bc net: TAP uses NetClientInfo offloading callbacks by Vincenzo Maffione · 11 years ago
- e96dfd1 net: change vnet-hdr TAP prototypes by Vincenzo Maffione · 11 years ago
- c87826a tap: fix NULL dereference when passing invalid parameters to tap by Jason Wang · 12 years ago
- 7873df4 tap: properly initialize vhostfds by Jason Wang · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
- 085d813 Fix typos and misspellings by Peter Maydell · 12 years ago
- ce675a7 tap: forbid creating multiqueue tap when hub is used by Jason Wang · 12 years ago
- 02cd809 tap: unbreak -netdev tap,fd=X by Anthony Liguori · 12 years ago
- 264986e tap: multiqueue support by Jason Wang · 12 years ago