32 Commits (9bf0960a9adb93c38b879a2114f6c67e30427307)

Author SHA1 Message Date
Alexandre Raymond 9bf0960a9a Fix compilation warning due to missing header for sigaction (followup) 15 years ago
mst@redhat.com 5430a28fe4 vhost: force vhost off for non-MSI guests 15 years ago
Michael S. Tsirkin 27a6375de3 tap: make set_offload a nop after netdev cleanup 16 years ago
Michael S. Tsirkin 43849424cf tap: clear vhost_net backend on cleanup 16 years ago
Michael S. Tsirkin a5fd2c345f tap: make set_offload a nop after netdev cleanup 16 years ago
Michael S. Tsirkin 54cdaa1bad tap: clear vhost_net backend on cleanup 16 years ago
Michael S. Tsirkin 445d892f43 tap: add APIs for vnet header length 16 years ago
Michael S. Tsirkin ef4252b149 tap: generalize code for different vnet header len 16 years ago
Blue Swirl 9678d9501b Remove dead assignments in various common files, spotted by clang analyzer 16 years ago
Michael S. Tsirkin b202554cf7 tap: add API to retrieve vhost net header 16 years ago
Michael S. Tsirkin 82b0d80ef6 tap: add vhost/vhostfd options 16 years ago
Michael S. Tsirkin 95d528a2fe tap: add interface to get device fd 16 years ago
Anthony Liguori 31dc63dfa1 Revert "tap: invoke downscript when we exit abnormally" 16 years ago
Anthony Liguori 8af8ce4d61 tap: invoke downscript when we exit abnormally 16 years ago
Markus Armbruster 1ecda02b24 error: Replace qemu_error() by error_report() 16 years ago
Markus Armbruster 2f7920166d error: Move qemu_error & friends into their own header 16 years ago
Markus Armbruster 62112d181c net: Fix bogus "Warning: vlan 0 with no nics" with -device 16 years ago
Michael S. Tsirkin ceb696159d net: add API to disable/enable polling 17 years ago
Mark McLoughlin df6c2a0fb2 net: initialize vnet_hdr in net_init_tap() 17 years ago
Mark McLoughlin 665a3b071d net: remove VLANClientState members now in NetClientInfo 17 years ago
Mark McLoughlin 3e35ba93ec net: convert tap to NetClientInfo 17 years ago
Juergen Lock 929fe49721 Avoid segfault on net_tap_init() failure 17 years ago
Mark McLoughlin 5819c91806 tap: drain queue in tap_send() 17 years ago
Mark McLoughlin be1636b3ab tap: disable draining queue in one go 17 years ago
Alexander Graf 71f4effce7 Unbreak tap compilation on OS X 17 years ago
Mark McLoughlin 9c282718aa net: move UFO support detection to tap-linux.c 17 years ago
Mark McLoughlin 1faac1f7d4 net: move tap_set_offload() code into tap-linux.c 17 years ago
Mark McLoughlin dc69004c7d net: move tap_probe_vnet_hdr() to tap-linux.c 17 years ago
Mark McLoughlin 15ac913bfe net: move tap_set_sndbuf() to tap-linux.c 17 years ago
Mark McLoughlin c28b1c1007 net: move linux code into net/tap-linux.c 17 years ago
Mark McLoughlin 88b3ec02b2 net: move AIX code into net/tap-aix.c 17 years ago
Mark McLoughlin 966ea5ec4f net: move solaris code to net/tap-solaris.c 17 years ago
Mark McLoughlin e7e92325d9 net: split BSD tap_open() out into net/tap-bsd.c 17 years ago
Mark McLoughlin 5281d757ef net: split all the tap code out into net/tap.c 17 years ago