aboutsummaryrefslogtreecommitdiff
path: root/net/tap-win32.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29tap-win32: Remove unnecessary stubsAkihiko Odaki1-54/+0
2023-09-18tap: Add USO support to tap device.Andrew Melnychenko1-1/+1
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier1-2/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-04-23net: check the existence of peer before trying to padJason Wang1-1/+1
2021-04-08tap-win32: correctly recycle buffersJason Wang1-2/+4
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang1-9/+0
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang1-1/+2
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang1-0/+2
2021-03-22net: Pad short frames to minimum size before sending from SLiRP/TAPBin Meng1-0/+10
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov1-2/+0
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov1-2/+1
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov1-0/+9
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-3/+3
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán1-3/+3
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-02-04net: Clean up includesPeter Maydell1-1/+1
2015-11-27tap-win32: disable broken async write pathAndrew Baumann1-10/+36
2015-11-27tap-win32: skip unexpected nodes during registry enumerationAndrew Baumann1-1/+2
2015-11-02net: Convert to new qapi union layoutEric Blake1-2/+2
2015-06-19tap: fix non-linux buildMichael S. Tsirkin1-0/+10
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster1-1/+2
2014-02-25net: make tap offloading callbacks staticVincenzo Maffione1-6/+6
2014-02-25net: TAP uses NetClientInfo offloading callbacksVincenzo Maffione1-43/+49
2014-02-25net: change vnet-hdr TAP prototypesVincenzo Maffione1-4/+4
2013-02-01tap: support enabling or disabling a queueJason Wang1-0/+10
2013-02-01net: tap: use abort() instead of assert(0)Jason Wang1-1/+1
2013-02-01net: tap: using bool instead of bitfieldJason Wang1-3/+3
2012-12-22net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil1-0/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-2/+2
2012-12-07Fix spelling (prefered -> preferred)Stefan Weil1-3/+4
2012-10-30tap-win32: stubs to fix win32 buildMichael S. Tsirkin1-0/+10
2012-10-19net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil1-0/+1
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini1-1/+1
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi1-4/+4
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-11/+11
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi1-4/+4
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek1-2/+2
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek1-5/+6
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek1-1/+2
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino1-1/+1
2011-02-25Fixing tap adapter for win32Pavel Dovgaluk1-1/+1
2010-10-13Delete write only variablesBlue Swirl1-3/+2