summaryrefslogtreecommitdiff
path: root/net/tap.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09tap: disable draining queue in one goMark McLoughlin1-16/+13
2009-10-30Unbreak tap compilation on OS XAlexander Graf1-0/+1
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin1-6/+1
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin1-20/+1
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin1-12/+0
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin1-24/+1
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin1-47/+0
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin1-12/+0
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin1-165/+3
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin1-46/+4
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin1-0/+759