summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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