summaryrefslogtreecommitdiffstats
path: root/net/tap-linux.c
Commit message (Expand)AuthorAgeFilesLines
* trivial: remove trailing newline from error_reportJohn Snow2015-09-111-2/+2
* tap: add VNET_LE/VNET_BE operationsGreg Kurz2015-06-171-0/+34
* tap-linux: Convert tap_open() to ErrorMarkus Armbruster2015-05-271-8/+9
* tap: Permit incremental conversion of tap_open() to ErrorMarkus Armbruster2015-05-271-1/+2
* tap: Convert tap_set_sndbuf() to ErrorMarkus Armbruster2015-05-271-4/+2
* tap-linux: Get features once and use it many timesKusanagi Kouichi2014-01-271-6/+8
* tap: set IFF_ONE_QUEUE per defaultPeter Lieven2013-02-271-4/+6
* tap: multiqueue supportJason Wang2013-02-011-2/+2
* tap: introduce a helper to get the name of an interfaceJason Wang2013-02-011-0/+13
* tap: add Linux multiqueue supportJason Wang2013-02-011-0/+52
* net: tap: use abort() instead of assert(0)Jason Wang2013-02-011-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+2
* tap: reset vnet header size on openMichael S. Tsirkin2012-12-121-0/+8
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-231-3/+6
* net: tap-linux: Fix unhelpful error messageLuiz Capitulino2011-11-011-1/+5
* tap: safe sndbuf defaultMichael S. Tsirkin2011-02-011-4/+9
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-071-0/+29
* give some useful error messages when tap openMichael Tokarev2010-06-221-3/+5
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-4/+4
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-0/+1
* net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau2009-12-031-0/+5
* net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau2009-12-031-0/+2
* net: move UFO support detection to tap-linux.cMark McLoughlin2009-10-301-0/+12
* net: move tap_set_offload() code into tap-linux.cMark McLoughlin2009-10-301-0/+26
* net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin2009-10-301-0/+12
* net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin2009-10-301-0/+23
* net: move linux code into net/tap-linux.cMark McLoughlin2009-10-301-0/+78
OpenPOWER on IntegriCloud