aboutsummaryrefslogtreecommitdiffstats
path: root/net/tap.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-01Add support for net bridgeCorey Bryant1-3/+201
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth1-6/+0
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-2/+4
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin1-1/+5
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin1-0/+1
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin1-0/+21
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin1-14/+14
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-1/+1
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin1-0/+7
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin1-0/+29
2010-04-01tap: add interface to get device fdMichael S. Tsirkin1-0/+7
2010-03-21Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori1-16/+0
2010-03-19tap: invoke downscript when we exit abnormallyAnthony Liguori1-0/+16
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-1/+1
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster1-4/+0
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