aboutsummaryrefslogtreecommitdiff
path: root/net/tap-win32.c
AgeCommit message (Expand)Author
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2021-04-23net: check the existence of peer before trying to padJason Wang
2021-04-08tap-win32: correctly recycle buffersJason 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
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
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-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-02-04net: Clean up includesPeter Maydell
2015-11-27tap-win32: disable broken async write pathAndrew Baumann
2015-11-27tap-win32: skip unexpected nodes during registry enumerationAndrew Baumann
2015-11-02net: Convert to new qapi union layoutEric Blake
2015-06-19tap: fix non-linux buildMichael S. Tsirkin
2015-05-27net: Permit incremental conversion of init functions to ErrorMarkus Armbruster
2014-02-25net: make tap offloading callbacks staticVincenzo Maffione
2014-02-25net: TAP uses NetClientInfo offloading callbacksVincenzo Maffione
2014-02-25net: change vnet-hdr TAP prototypesVincenzo Maffione
2013-02-01tap: support enabling or disabling a queueJason Wang
2013-02-01net: tap: use abort() instead of assert(0)Jason Wang
2013-02-01net: tap: using bool instead of bitfieldJason Wang
2012-12-22net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-07Fix spelling (prefered -> preferred)Stefan Weil
2012-10-30tap-win32: stubs to fix win32 buildMichael S. Tsirkin
2012-10-19net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi
2012-08-01net: Use hubs for the vlan featureStefan Hajnoczi
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2011-02-25Fixing tap adapter for win32Pavel Dovgaluk
2010-10-13Delete write only variablesBlue Swirl
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin
2010-04-02Fix build on mingw32Anthony Liguori