Age | Commit message (Expand) | Author |
2013-02-27 | tap: set IFF_ONE_QUEUE per default | Peter Lieven |
2013-02-01 | tap: multiqueue support | Jason Wang |
2013-02-01 | tap: introduce a helper to get the name of an interface | Jason Wang |
2013-02-01 | tap: add Linux multiqueue support | Jason Wang |
2013-02-01 | net: tap: use abort() instead of assert(0) | Jason Wang |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | net: reorganize headers | Paolo Bonzini |
2012-12-12 | tap: reset vnet header size on open | Michael S. Tsirkin |
2012-07-23 | convert net_init_tap() to NetClientOptions | Laszlo Ersek |
2011-11-01 | net: tap-linux: Fix unhelpful error message | Luiz Capitulino |
2011-02-01 | tap: safe sndbuf default | Michael S. Tsirkin |
2010-09-07 | tap: add APIs for vnet header length | Michael S. Tsirkin |
2010-06-22 | give some useful error messages when tap open | Michael Tokarev |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster |
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster |
2009-12-03 | net: check for TUNSETOFFLOAD support before trying to enable offload features | Pierre Riteau |
2009-12-03 | net: fix TAP networking on host kernels without IFF_VNET_HDR support | Pierre Riteau |
2009-10-30 | net: move UFO support detection to tap-linux.c | Mark McLoughlin |
2009-10-30 | net: move tap_set_offload() code into tap-linux.c | Mark McLoughlin |
2009-10-30 | net: move tap_probe_vnet_hdr() to tap-linux.c | Mark McLoughlin |
2009-10-30 | net: move tap_set_sndbuf() to tap-linux.c | Mark McLoughlin |
2009-10-30 | net: move linux code into net/tap-linux.c | Mark McLoughlin |