Age | Commit message (Expand) | Author |
2013-05-24 | net: support for bridged networking on Mac OS X | Alasdair McLeay |
2013-02-01 | tap: multiqueue support | Jason Wang |
2013-02-01 | tap: introduce a helper to get the name of an interface | Jason Wang |
2013-02-01 | tap: add Linux multiqueue support | Jason Wang |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | net: reorganize headers | Paolo Bonzini |
2012-07-23 | convert net_init_tap() to NetClientOptions | Laszlo Ersek |
2012-06-09 | do not include <libutil.h> needlessly or if it doesn't exist | Michael Tokarev |
2011-08-07 | Fix network interface tap backend | Manuel Bouyer |
2010-12-21 | Add support for OpenBSD to QEMU's tap driver. | Brad |
2010-09-29 | tap: Remove double include of util.h | Andreas Färber |
2010-09-07 | tap: add APIs for vnet header length | Michael S. Tsirkin |
2010-03-27 | Fix BSD and win32 builds | Blue Swirl |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno |
2009-11-21 | tap-bsd: handle ifname on FreeBSD hosts | Juergen Lock |
2009-11-21 | Fix tap breakage on BSD hosts (no IFF_VNET_HDR) | Juergen Lock |
2009-10-30 | Unbreak tap compilation on OS X | Alexander Graf |
2009-10-30 | net: move UFO support detection to tap-linux.c | Mark McLoughlin |
2009-10-30 | net: move tap_set_offload() code into tap-linux.c | Mark McLoughlin |
2009-10-30 | net: move tap_probe_vnet_hdr() to tap-linux.c | Mark McLoughlin |
2009-10-30 | net: move tap_set_sndbuf() to tap-linux.c | Mark McLoughlin |
2009-10-30 | net: split BSD tap_open() out into net/tap-bsd.c | Mark McLoughlin |