summaryrefslogtreecommitdiffstats
path: root/net/tap.c
Commit message (Expand)AuthorAgeFilesLines
* net: add API to disable/enable pollingMichael S. Tsirkin2010-01-081-0/+8
* net: initialize vnet_hdr in net_init_tap()Mark McLoughlin2009-12-031-1/+1
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-3/+3
* net: convert tap to NetClientInfoMark McLoughlin2009-12-031-37/+45
* Avoid segfault on net_tap_init() failureJuergen Lock2009-11-211-0/+3
* tap: drain queue in tap_send()Mark McLoughlin2009-11-091-13/+16
* tap: disable draining queue in one goMark McLoughlin2009-11-091-16/+13
* Unbreak tap compilation on OS XAlexander Graf2009-10-301-0/+1
* net: move UFO support detection to tap-linux.cMark McLoughlin2009-10-301-6/+1
* net: move tap_set_offload() code into tap-linux.cMark McLoughlin2009-10-301-20/+1
* net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin2009-10-301-12/+0
* net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin2009-10-301-24/+1
* net: move linux code into net/tap-linux.cMark McLoughlin2009-10-301-47/+0
* net: move AIX code into net/tap-aix.cMark McLoughlin2009-10-301-12/+0
* net: move solaris code to net/tap-solaris.cMark McLoughlin2009-10-301-165/+3
* net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin2009-10-301-46/+4
* net: split all the tap code out into net/tap.cMark McLoughlin2009-10-301-0/+759
OpenPOWER on IntegriCloud