Age | Commit message (Expand) | Author | Files | Lines |
2022-12-14 | qapi net: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+1 |
2022-10-28 | net: introduce qemu_set_info_str() function | Laurent Vivier | 1 | -2/+1 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2021-04-23 | net: check the existence of peer before trying to pad | Jason Wang | 1 | -1/+1 |
2021-04-08 | tap-win32: correctly recycle buffers | Jason Wang | 1 | -2/+4 |
2021-04-08 | Revert "qapi: net: Add query-netdev command" | Jason Wang | 1 | -9/+0 |
2021-04-08 | Revert "net: Move NetClientState.info_str to dynamic allocations" | Jason Wang | 1 | -1/+2 |
2021-04-08 | Revert "net: Do not fill legacy info_str for backends" | Jason Wang | 1 | -0/+2 |
2021-03-22 | net: Pad short frames to minimum size before sending from SLiRP/TAP | Bin Meng | 1 | -0/+10 |
2021-03-15 | net: Do not fill legacy info_str for backends | Alexey Kirillov | 1 | -2/+0 |
2021-03-15 | net: Move NetClientState.info_str to dynamic allocations | Alexey Kirillov | 1 | -2/+1 |
2021-03-15 | qapi: net: Add query-netdev command | Alexey Kirillov | 1 | -0/+9 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 1 | -3/+3 |
2016-07-19 | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán | 1 | -3/+3 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 1 | -1/+1 |
2016-02-04 | net: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-11-27 | tap-win32: disable broken async write path | Andrew Baumann | 1 | -10/+36 |
2015-11-27 | tap-win32: skip unexpected nodes during registry enumeration | Andrew Baumann | 1 | -1/+2 |
2015-11-02 | net: Convert to new qapi union layout | Eric Blake | 1 | -2/+2 |
2015-06-19 | tap: fix non-linux build | Michael S. Tsirkin | 1 | -0/+10 |
2015-05-27 | net: Permit incremental conversion of init functions to Error | Markus Armbruster | 1 | -1/+2 |
2014-02-25 | net: make tap offloading callbacks static | Vincenzo Maffione | 1 | -6/+6 |
2014-02-25 | net: TAP uses NetClientInfo offloading callbacks | Vincenzo Maffione | 1 | -43/+49 |
2014-02-25 | net: change vnet-hdr TAP prototypes | Vincenzo Maffione | 1 | -4/+4 |
2013-02-01 | tap: support enabling or disabling a queue | Jason Wang | 1 | -0/+10 |
2013-02-01 | net: tap: use abort() instead of assert(0) | Jason Wang | 1 | -1/+1 |
2013-02-01 | net: tap: using bool instead of bitfield | Jason Wang | 1 | -3/+3 |
2012-12-22 | net: Add missing include statement (fix compiler warnings for MinGW) | Stefan Weil | 1 | -0/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | net: reorganize headers | Paolo Bonzini | 1 | -2/+2 |
2012-12-07 | Fix spelling (prefered -> preferred) | Stefan Weil | 1 | -3/+4 |
2012-10-30 | tap-win32: stubs to fix win32 build | Michael S. Tsirkin | 1 | -0/+10 |
2012-10-19 | net/tap-win32: Fix compiler warning caused by missing include statement | Stefan Weil | 1 | -0/+1 |
2012-10-08 | net: consolidate NetClientState header files into one | Paolo Bonzini | 1 | -1/+1 |
2012-08-01 | net: Rename vc local variables to nc | Stefan Hajnoczi | 1 | -4/+4 |
2012-08-01 | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi | 1 | -11/+11 |
2012-08-01 | net: Drop vlan argument to qemu_new_net_client() | Stefan Hajnoczi | 1 | -1/+1 |
2012-08-01 | net: Use hubs for the vlan feature | Stefan Hajnoczi | 1 | -4/+4 |
2012-07-23 | remove unused QemuOpts parameter from net init functions | Laszlo Ersek | 1 | -2/+2 |
2012-07-23 | convert net_init_tap() to NetClientOptions | Laszlo Ersek | 1 | -5/+6 |
2012-07-23 | convert net_client_init() to OptsVisitor | Laszlo Ersek | 1 | -1/+2 |
2012-07-23 | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) | Laszlo Ersek | 1 | -1/+1 |
2012-06-04 | net: purge the monitor object from all init functions | Luiz Capitulino | 1 | -1/+1 |
2011-02-25 | Fixing tap adapter for win32 | Pavel Dovgaluk | 1 | -1/+1 |
2010-10-13 | Delete write only variables | Blue Swirl | 1 | -3/+2 |
2010-09-07 | tap: add APIs for vnet header length | Michael S. Tsirkin | 1 | -0/+9 |
2010-04-02 | Fix build on mingw32 | Anthony Liguori | 1 | -0/+5 |