aboutsummaryrefslogtreecommitdiff
path: root/net/tap-bsd.c
AgeCommit message (Expand)Author
2010-12-21Add support for OpenBSD to QEMU's tap driver.Brad
2010-09-29tap: Remove double include of util.hAndreas Färber
2010-09-07tap: add APIs for vnet header lengthMichael S. Tsirkin
2010-03-27Fix BSD and win32 buildsBlue Swirl
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-21tap-bsd: handle ifname on FreeBSD hostsJuergen Lock
2009-11-21Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock
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: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin