aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-11-09tap: drain queue in tap_send()Mark McLoughlin1-13/+16
2009-11-09net/queue: queue packets even if sender doesn't supply a callbackMark McLoughlin1-3/+3
2009-11-09tap: disable draining queue in one goMark McLoughlin1-16/+13
2009-10-30Unbreak Linux buildAnthony Liguori1-1/+1
2009-10-30Unbreak tap compilation on OS XAlexander Graf3-2/+9
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin6-6/+29
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin6-20/+43
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin6-12/+27
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin6-24/+42
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin2-47/+78
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin2-12/+32
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin3-165/+190
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin3-46/+68
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin1-0/+759
2009-10-30net: move tap-linux.h under net/Mark McLoughlin1-0/+51
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2-2/+88
2009-10-30net: move tap-win32.c under net/Mark McLoughlin1-0/+690
2009-10-30net: move net-checksum.c under net/Mark McLoughlin2-0/+114
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin2-0/+331