| Commit message (Expand) | Author | Age | Files | Lines |
* | net: detect errors from probing vnet hdr flag for TAP devices | Daniel P. Berrange | 2020-07-15 | 1 | -1/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | tap-bsd: OpenBSD uses tap(4) now | Brad Smith | 2016-10-26 | 1 | -1/+5 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | net: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | tap-bsd: use user-specified tap device if it already exists | Ed Maste | 2015-11-06 | 1 | -5/+33 |
* | tap: fix non-linux build | Michael S. Tsirkin | 2015-06-19 | 1 | -0/+10 |
* | tap-bsd: Convert tap_open() to Error | Markus Armbruster | 2015-05-27 | 1 | -19/+14 |
* | tap: Permit incremental conversion of tap_open() to Error | Markus Armbruster | 2015-05-27 | 1 | -2/+4 |
* | tap: Convert tap_set_sndbuf() to Error | Markus Armbruster | 2015-05-27 | 1 | -2/+1 |
* | tap-bsd: implement a FreeBSD only version of tap_open | Roger Pau Monne | 2014-08-01 | 1 | -1/+69 |
* | tap: Use numbered tap/tun devices on all *BSD OS's | Brad Smith | 2013-09-06 | 1 | -11/+0 |
* | net: support for bridged networking on Mac OS X | Alasdair McLeay | 2013-05-24 | 1 | -1/+2 |
* | tap: multiqueue support | Jason Wang | 2013-02-01 | 1 | -1/+2 |
* | tap: introduce a helper to get the name of an interface | Jason Wang | 2013-02-01 | 1 | -0/+4 |
* | tap: add Linux multiqueue support | Jason Wang | 2013-02-01 | 1 | -0/+11 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | net: reorganize headers | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | convert net_init_tap() to NetClientOptions | Laszlo Ersek | 2012-07-23 | 1 | -1/+1 |
* | do not include <libutil.h> needlessly or if it doesn't exist | Michael Tokarev | 2012-06-09 | 1 | -6/+0 |
* | Fix network interface tap backend | Manuel Bouyer | 2011-08-07 | 1 | -2/+24 |
* | Add support for OpenBSD to QEMU's tap driver. | Brad | 2010-12-21 | 1 | -2/+6 |
* | tap: Remove double include of util.h | Andreas Färber | 2010-09-29 | 1 | -4/+0 |
* | tap: add APIs for vnet header length | Michael S. Tsirkin | 2010-09-07 | 1 | -0/+9 |
* | Fix BSD and win32 builds | Blue Swirl | 2010-03-27 | 1 | -0/+1 |
* | error: Replace qemu_error() by error_report() | Markus Armbruster | 2010-03-16 | 1 | -3/+4 |
* | Add support for GNU/kFreeBSD | Aurelien Jarno | 2009-11-29 | 1 | -5/+2 |
* | tap-bsd: handle ifname on FreeBSD hosts | Juergen Lock | 2009-11-21 | 1 | -0/+28 |
* | Fix tap breakage on BSD hosts (no IFF_VNET_HDR) | Juergen Lock | 2009-11-21 | 1 | -0/+11 |
* | Unbreak tap compilation on OS X | Alexander Graf | 2009-10-30 | 1 | -2/+4 |
* | net: move UFO support detection to tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+5 |
* | net: move tap_set_offload() code into tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+5 |
* | net: move tap_probe_vnet_hdr() to tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+5 |
* | net: move tap_set_sndbuf() to tap-linux.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+5 |
* | net: split BSD tap_open() out into net/tap-bsd.c | Mark McLoughlin | 2009-10-30 | 1 | -0/+62 |