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