aboutsummaryrefslogtreecommitdiff
path: root/net/tap-bsd.c
AgeCommit message (Expand)Author
2014-08-01tap-bsd: implement a FreeBSD only version of tap_openRoger Pau Monne
2013-09-06tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith
2013-05-24net: support for bridged networking on Mac OS XAlasdair McLeay
2013-02-01tap: multiqueue supportJason Wang
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang
2013-02-01tap: add Linux multiqueue supportJason Wang
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-07-23convert net_init_tap() to NetClientOptionsLaszlo Ersek
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev
2011-08-07Fix network interface tap backendManuel Bouyer
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