summaryrefslogtreecommitdiffstats
path: root/net/tap-bsd.c
Commit message (Expand)AuthorAgeFilesLines
* Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-031-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-06-041-0/+5
|\
| * net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko2021-06-041-0/+5
* | tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith2021-05-271-8/+0Star
|/
* net: detect errors from probing vnet hdr flag for TAP devicesDaniel P. Berrange2020-07-151-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* tap-bsd: OpenBSD uses tap(4) nowBrad Smith2016-10-261-1/+5
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* net: Clean up includesPeter Maydell2016-02-041-0/+1
* tap-bsd: use user-specified tap device if it already existsEd Maste2015-11-061-5/+33
* tap: fix non-linux buildMichael S. Tsirkin2015-06-191-0/+10
* tap-bsd: Convert tap_open() to ErrorMarkus Armbruster2015-05-271-19/+14Star
* tap: Permit incremental conversion of tap_open() to ErrorMarkus Armbruster2015-05-271-2/+4
* tap: Convert tap_set_sndbuf() to ErrorMarkus Armbruster2015-05-271-2/+1Star
* tap-bsd: implement a FreeBSD only version of tap_openRoger Pau Monne2014-08-011-1/+69
* tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith2013-09-061-11/+0Star
* net: support for bridged networking on Mac OS XAlasdair McLeay2013-05-241-1/+2
* tap: multiqueue supportJason Wang2013-02-011-1/+2
* tap: introduce a helper to get the name of an interfaceJason Wang2013-02-011-0/+4
* tap: add Linux multiqueue supportJason Wang2013-02-011-0/+11
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-231-1/+1
* do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev2012-06-091-6/+0Star
* Fix network interface tap backendManuel Bouyer2011-08-071-2/+24
* Add support for OpenBSD to QEMU's tap driver.Brad2010-12-211-2/+6
* tap: Remove double include of util.hAndreas Färber2010-09-291-4/+0Star
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-071-0/+9
* Fix BSD and win32 buildsBlue Swirl2010-03-271-0/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-3/+4
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-5/+2Star
* tap-bsd: handle ifname on FreeBSD hostsJuergen Lock2009-11-211-0/+28
* Fix tap breakage on BSD hosts (no IFF_VNET_HDR)Juergen Lock2009-11-211-0/+11
* Unbreak tap compilation on OS XAlexander Graf2009-10-301-2/+4
* net: move UFO support detection to tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: move tap_set_offload() code into tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin2009-10-301-0/+5
* net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin2009-10-301-0/+62