1. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  2. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  3. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  4. bd54a9f tap-bsd: use user-specified tap device if it already exists by Ed Maste · 9 years ago
  5. 4ee9b43 tap: fix non-linux build by Michael S. Tsirkin · 10 years ago
  6. 4bce487 tap-bsd: Convert tap_open() to Error by Markus Armbruster · 10 years ago
  7. 468dd82 tap: Permit incremental conversion of tap_open() to Error by Markus Armbruster · 10 years ago
  8. 80b832c tap: Convert tap_set_sndbuf() to Error by Markus Armbruster · 10 years ago
  9. 8677de2 tap-bsd: implement a FreeBSD only version of tap_open by Roger Pau Monne · 11 years ago
  10. aa4f082 tap: Use numbered tap/tun devices on all *BSD OS's by Brad Smith · 12 years ago
  11. d73fe37 net: support for bridged networking on Mac OS X by Alasdair McLeay · 12 years ago
  12. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  13. e5dc0b4 tap: introduce a helper to get the name of an interface by Jason Wang · 12 years ago
  14. 94fdc6d tap: add Linux multiqueue support by Jason Wang · 12 years ago
  15. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  16. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  17. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  18. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 13 years ago
  19. 3294ce1 do not include <libutil.h> needlessly or if it doesn't exist by Michael Tokarev · 13 years ago
  20. 45c245b Fix network interface tap backend by Manuel Bouyer · 14 years ago
  21. 5f668643 Add support for OpenBSD to QEMU's tap driver. by Brad · 14 years ago
  22. 5251d6a tap: Remove double include of util.h by Andreas Färber · 14 years ago
  23. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 15 years ago
  24. 73d96e2 Fix BSD and win32 builds by Blue Swirl · 15 years ago
  25. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  26. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  27. 2f859a3 tap-bsd: handle ifname on FreeBSD hosts by Juergen Lock · 15 years ago
  28. 39ca4c0 Fix tap breakage on BSD hosts (no IFF_VNET_HDR) by Juergen Lock · 15 years ago
  29. 71f4eff Unbreak tap compilation on OS X by Alexander Graf · 15 years ago
  30. 9c28271 net: move UFO support detection to tap-linux.c by Mark McLoughlin · 15 years ago
  31. 1faac1f net: move tap_set_offload() code into tap-linux.c by Mark McLoughlin · 15 years ago
  32. dc69004 net: move tap_probe_vnet_hdr() to tap-linux.c by Mark McLoughlin · 15 years ago
  33. 15ac913 net: move tap_set_sndbuf() to tap-linux.c by Mark McLoughlin · 15 years ago
  34. e7e9232 net: split BSD tap_open() out into net/tap-bsd.c by Mark McLoughlin · 15 years ago