summaryrefslogtreecommitdiff
path: root/net/tap-linux.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27tap-linux: Get features once and use it many timesKusanagi Kouichi1-6/+8
2013-02-27tap: set IFF_ONE_QUEUE per defaultPeter Lieven1-4/+6
2013-02-01tap: multiqueue supportJason Wang1-2/+2
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang1-0/+13
2013-02-01tap: add Linux multiqueue supportJason Wang1-0/+52
2013-02-01net: tap: use abort() instead of assert(0)Jason Wang1-2/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+2
2012-12-12tap: reset vnet header size on openMichael S. Tsirkin1-0/+8
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek1-3/+6
2011-11-01net: tap-linux: Fix unhelpful error messageLuiz Capitulino1-1/+5
2011-02-01tap: safe sndbuf defaultMichael S. Tsirkin1-4/+9
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin1-0/+29
2010-06-22give some useful error messages when tap openMichael Tokarev1-3/+5
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-4/+4
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2009-12-03net: check for TUNSETOFFLOAD support before trying to enable offload featuresPierre Riteau1-0/+5
2009-12-03net: fix TAP networking on host kernels without IFF_VNET_HDR supportPierre Riteau1-0/+2
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin1-0/+12
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin1-0/+26
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin1-0/+12
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin1-0/+23
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin1-0/+78