summaryrefslogtreecommitdiff
path: root/net/tap.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-08net: add API to disable/enable pollingMichael S. Tsirkin1-0/+8
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin1-1/+1
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin1-3/+3
2009-12-03net: convert tap to NetClientInfoMark McLoughlin1-37/+45
2009-11-21Avoid segfault on net_tap_init() failureJuergen Lock1-0/+3
2009-11-09tap: drain queue in tap_send()Mark McLoughlin1-13/+16
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