summaryrefslogtreecommitdiffstats
path: root/net/tap-win32.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-2/+1Star
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* net: check the existence of peer before trying to padJason Wang2021-04-231-1/+1
* tap-win32: correctly recycle buffersJason Wang2021-04-081-2/+4
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-9/+0Star
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-1/+2
* Revert "net: Do not fill legacy info_str for backends"Jason Wang2021-04-081-0/+2
* net: Pad short frames to minimum size before sending from SLiRP/TAPBin Meng2021-03-221-0/+10
* net: Do not fill legacy info_str for backendsAlexey Kirillov2021-03-151-2/+0Star
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-2/+1Star
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+9
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-3/+3
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-3/+3
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* net: Clean up includesPeter Maydell2016-02-041-1/+1
* tap-win32: disable broken async write pathAndrew Baumann2015-11-271-10/+36
* tap-win32: skip unexpected nodes during registry enumerationAndrew Baumann2015-11-271-1/+2
* net: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* tap: fix non-linux buildMichael S. Tsirkin2015-06-191-0/+10
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-1/+2
* net: make tap offloading callbacks staticVincenzo Maffione2014-02-251-6/+6
* net: TAP uses NetClientInfo offloading callbacksVincenzo Maffione2014-02-251-43/+49
* net: change vnet-hdr TAP prototypesVincenzo Maffione2014-02-251-4/+4
* tap: support enabling or disabling a queueJason Wang2013-02-011-0/+10
* net: tap: use abort() instead of assert(0)Jason Wang2013-02-011-1/+1
* net: tap: using bool instead of bitfieldJason Wang2013-02-011-3/+3
* net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil2012-12-221-0/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-2/+2
* Fix spelling (prefered -> preferred)Stefan Weil2012-12-071-3/+4
* tap-win32: stubs to fix win32 buildMichael S. Tsirkin2012-10-301-0/+10
* net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil2012-10-191-0/+1
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-1/+1
* net: Rename vc local variables to ncStefan Hajnoczi2012-08-011-4/+4
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-11/+11
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-011-4/+4
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-231-2/+2
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-231-5/+6
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-1/+2
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-1/+1
* Fixing tap adapter for win32Pavel Dovgaluk2011-02-251-1/+1
* Delete write only variablesBlue Swirl2010-10-131-3/+2Star
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-071-0/+9
* Fix build on mingw32Anthony Liguori2010-04-021-0/+5
* Fix BSD and win32 buildsBlue Swirl2010-03-271-0/+1