aboutsummaryrefslogtreecommitdiff
path: root/net/tap.c
AgeCommit message (Expand)Author
2012-07-23remove unused QemuOpts parameter from net init functionsLaszlo Ersek
2012-07-23convert net_init_bridge() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek
2012-07-23convert net_client_init() to OptsVisitorLaszlo Ersek
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-15qmp: include monitor.h when neededPaolo Bonzini
2012-06-04net: purge the monitor object from all init functionsLuiz Capitulino
2012-02-01Add support for net bridgeCorey Bryant
2011-12-15network scripts: don't block SIGCHLD before forkingMichael Roth
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-01tap: add API to retrieve vhost net headerMichael S. Tsirkin
2010-04-01tap: add vhost/vhostfd optionsMichael S. Tsirkin
2010-04-01tap: add interface to get device fdMichael S. Tsirkin
2010-03-21Revert "tap: invoke downscript when we exit abnormally"Anthony Liguori
2010-03-19tap: invoke downscript when we exit abnormallyAnthony Liguori
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-02-19net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster
2010-01-08net: add API to disable/enable pollingMichael S. Tsirkin
2009-12-03net: initialize vnet_hdr in net_init_tap()Mark McLoughlin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: convert tap to NetClientInfoMark McLoughlin
2009-11-21Avoid segfault on net_tap_init() failureJuergen Lock
2009-11-09tap: drain queue in tap_send()Mark McLoughlin
2009-11-09tap: disable draining queue in one goMark McLoughlin
2009-10-30Unbreak tap compilation on OS XAlexander Graf
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin