summaryrefslogtreecommitdiff
path: root/net/tap-bsd.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-06tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith1-11/+0
2013-05-24net: support for bridged networking on Mac OS XAlasdair McLeay1-1/+2
2013-02-01tap: multiqueue supportJason Wang1-1/+2
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang1-0/+4
2013-02-01tap: add Linux multiqueue supportJason Wang1-0/+11
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek1-1/+1
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev1-6/+0
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