summaryrefslogtreecommitdiffstats
path: root/net/tap.c
Commit message (Expand)AuthorAgeFilesLines
...
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-2/+4
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-8/+8
* qmp: include monitor.h when neededPaolo Bonzini2012-06-151-0/+1
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-5/+4
* Add support for net bridgeCorey Bryant2012-02-011-3/+201
* network scripts: don't block SIGCHLD before forkingMichael Roth2011-12-151-6/+0
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-2/+4
* tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin2010-11-161-1/+5
* tap: clear vhost_net backend on cleanupMichael S. Tsirkin2010-11-161-0/+1
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-071-0/+21
* tap: generalize code for different vnet header lenMichael S. Tsirkin2010-09-071-14/+14
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* tap: add API to retrieve vhost net headerMichael S. Tsirkin2010-04-011-0/+7
* tap: add vhost/vhostfd optionsMichael S. Tsirkin2010-04-011-0/+29
* tap: add interface to get device fdMichael S. Tsirkin2010-04-011-0/+7
* Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori2010-03-211-16/+0
* tap: invoke downscript when we exit abnormallyAnthony Liguori2010-03-191-0/+16
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+1
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-0/+1
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-191-4/+0
* 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