aboutsummaryrefslogtreecommitdiff
path: root/net/tap.c
AgeCommit message (Expand)Author
2022-05-03net: replace qemu_set_nonblock()Marc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-14net/tap: Set return code on failurePeter Foley
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko
2021-04-23net: check the existence of peer before trying to padJason Wang
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang
2021-03-22net: Pad short frames to minimum size before sending from SLiRP/TAPBin Meng
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2020-11-24net: Use correct default-path macro for downscriptKeqian Zhu
2020-11-24tap: fix a memory leakyuanjungong
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini
2020-07-15net: detect errors from probing vnet hdr flag for TAP devicesDaniel P. Berrange
2020-07-15net: check if the file descriptor is valid before using itLaurent Vivier
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-06-18tap: allow extended virtio header with hash infoYuri Benditovich
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-29net: tap: replace snprintf with g_strdup_printf callsPrasad J Pandit
2019-03-29net: tap: use qemu_set_nonblockLi Qiang
2018-07-20tap: fix memory leak on success to create a tap deviceYunjian Wang
2018-06-15tap: set vhostfd passed from qemu cli to non-blockingBrijesh Singh
2018-05-14net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou
2017-01-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-01-20tap: fix memory leak on failure in net_init_tap()Peter Maydell
2017-01-18vhost_net: device IOTLB supportJason Wang
2016-09-27tap: Allow specifying a bridgeAlexey Kardashevskiy
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau
2016-07-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into ...Peter Maydell
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán
2016-07-18tap: fix memory leak on failure to create a multiqueue tap devicePaolo Bonzini
2016-07-13tap: use an exit notifier to call down_scriptMarc-André Lureau
2016-07-07tap: vhost busy polling supportJason Wang
2016-05-25net/tap: Allocating Large sized arrays to heapZhou Jie
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-08net: simplify net_init_tap_one logicPaolo Bonzini
2016-02-04net: Clean up includesPeter Maydell
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta
2015-06-17tap: add VNET_LE/VNET_BE operationsGreg Kurz