aboutsummaryrefslogtreecommitdiffstats
path: root/net/tap-bsd.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Fix network interface tap backendManuel Bouyer1-2/+24
2010-12-21Add support for OpenBSD to QEMU's tap driver.Brad1-2/+6
2010-09-29tap: Remove double include of util.hAndreas Färber1-4/+0
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin1-0/+9
2010-03-27Fix BSD and win32 buildsBlue Swirl1-0/+1
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-3/+4
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-5/+2
2009-11-21tap-bsd: handle ifname on FreeBSD hostsJuergen Lock1-0/+28
2009-11-21Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock1-0/+11
2009-10-30Unbreak tap compilation on OS XAlexander Graf1-2/+4
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin1-0/+5
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin1-0/+5
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin1-0/+5
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin1-0/+5
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin1-0/+62