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