| Commit message (Expand) | Author | Age | Files | Lines |
* | net: detect errors from probing vnet hdr flag for TAP devices | Daniel P. Berrange | 2020-07-15 | 1 | -3/+5 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | Convert error_report() to warn_report() | Alistair Francis | 2017-07-13 | 1 | -1/+1 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | net: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | trivial: remove trailing newline from error_report | John Snow | 2015-09-11 | 1 | -2/+2 |
* | tap: add VNET_LE/VNET_BE operations | Greg Kurz | 2015-06-17 | 1 | -0/+34 |
* | tap-linux: Convert tap_open() to Error | Markus Armbruster | 2015-05-27 | 1 | -8/+9 |
* | tap: Permit incremental conversion of tap_open() to Error | Markus Armbruster | 2015-05-27 | 1 | -1/+2 |
* | tap: Convert tap_set_sndbuf() to Error | Markus Armbruster | 2015-05-27 | 1 | -4/+2 |
* | tap-linux: Get features once and use it many times | Kusanagi Kouichi | 2014-01-27 | 1 | -6/+8 |
* | tap: set IFF_ONE_QUEUE per default | Peter Lieven | 2013-02-27 | 1 | -4/+6 |
* | tap: multiqueue support | Jason Wang | 2013-02-01 | 1 | -2/+2 |
* | tap: introduce a helper to get the name of an interface | Jason Wang | 2013-02-01 | 1 | -0/+13 |
* | tap: add Linux multiqueue support | Jason Wang | 2013-02-01 | 1 | -0/+52 |
* | net: tap: use abort() instead of assert(0) | Jason Wang | 2013-02-01 | 1 | -2/+2 |
* | 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 | -1/+2 |
* | tap: reset vnet header size on open | Michael S. Tsirkin | 2012-12-12 | 1 | -0/+8 |
* | convert net_init_tap() to NetClientOptions | Laszlo Ersek | 2012-07-23 | 1 | -3/+6 |
* | net: tap-linux: Fix unhelpful error message | Luiz Capitulino | 2011-11-01 | 1 | -1/+5 |
* | tap: safe sndbuf default | Michael S. Tsirkin | 2011-02-01 | 1 | -4/+9 |
* | tap: add APIs for vnet header length | Michael S. Tsirkin | 2010-09-07 | 1 | -0/+29 |
* | give some useful error messages when tap open | Michael Tokarev | 2010-06-22 | 1 | -3/+5 |
* | error: Replace qemu_error() by error_report() | Markus Armbruster | 2010-03-16 | 1 | -4/+4 |
* | error: Move qemu_error & friends into their own header | Markus Armbruster | 2010-03-16 | 1 | -0/+1 |
* | net: check for TUNSETOFFLOAD support before trying to enable offload features | Pierre Riteau | 2009-12-03 | 1 | -0/+5 |
* | net: fix TAP networking on host kernels without IFF_VNET_HDR support | Pierre Riteau | 2009-12-03 | 1 | -0/+2 |
* | net: move UFO support detection to tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+12 |
* | net: move tap_set_offload() code into tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+26 |
* | net: move tap_probe_vnet_hdr() to tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+12 |
* | net: move tap_set_sndbuf() to tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+23 |
* | net: move linux code into net/tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+78 |