1. 25da2f3 Fix build on mingw32 by Anthony Liguori · 15 years ago
  2. b202554 tap: add API to retrieve vhost net header by Michael S. Tsirkin · 15 years ago
  3. 82b0d80 tap: add vhost/vhostfd options by Michael S. Tsirkin · 15 years ago
  4. 95d528a tap: add interface to get device fd by Michael S. Tsirkin · 15 years ago
  5. 73d96e2 Fix BSD and win32 builds by Blue Swirl · 15 years ago
  6. 31dc63d Revert "tap: invoke downscript when we exit abnormally" by Anthony Liguori · 15 years ago
  7. 8af8ce4 tap: invoke downscript when we exit abnormally by Anthony Liguori · 15 years ago
  8. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  9. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  10. 24ac07d slirp: check system() success by Juan Quintela · 15 years ago
  11. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  12. 28b150b Fix BSD build by Blue Swirl · 15 years ago
  13. 5a01e99 net/slirp.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  14. ceb6961 net: add API to disable/enable polling by Michael S. Tsirkin · 15 years ago
  15. ee7139c tap: Compilation fix for Solaris by Andreas Färber · 15 years ago
  16. 08fd0fa win32: fix variable use before initialization by Blue Swirl · 15 years ago
  17. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  18. f5c5e38 net: fix vnet_hdr handling in solaris tap code by Mark McLoughlin · 15 years ago
  19. df6c2a0 net: initialize vnet_hdr in net_init_tap() by Mark McLoughlin · 15 years ago
  20. 2e50326 net: check for TUNSETOFFLOAD support before trying to enable offload features by Pierre Riteau · 15 years ago
  21. 6720b35 net: fix TAP networking on host kernels without IFF_VNET_HDR support by Pierre Riteau · 15 years ago
  22. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  23. f1d078c net: move parse_macaddr() to net/util.[ch] by Mark McLoughlin · 15 years ago
  24. 731d585 net: convert dump to NetClientInfo by Mark McLoughlin · 15 years ago
  25. 564f63e net: convert socket to NetClientInfo by Mark McLoughlin · 15 years ago
  26. b4e859c net: convert vde to NetClientInfo by Mark McLoughlin · 15 years ago
  27. ce20b5b net: convert slirp to NetClientInfo by Mark McLoughlin · 15 years ago
  28. dca9181 net: convert tap-win32 to NetClientInfo by Mark McLoughlin · 15 years ago
  29. 3e35ba9 net: convert tap to NetClientInfo by Mark McLoughlin · 15 years ago
  30. 1abecf7 net: move dump backend code from net.c to net/dump.c by Mark McLoughlin · 15 years ago
  31. 42281ac net: move socket backend code from net.c to net/socket.c by Mark McLoughlin · 15 years ago
  32. 5c361cc net: move vde code from net.c to net/vde.c by Mark McLoughlin · 15 years ago
  33. 68ac40d net: move slirp code from net.c to net/slirp.c by Mark McLoughlin · 15 years ago
  34. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  35. 929fe49 Avoid segfault on net_tap_init() failure by Juergen Lock · 15 years ago
  36. 2f859a3 tap-bsd: handle ifname on FreeBSD hosts by Juergen Lock · 15 years ago
  37. 39ca4c0 Fix tap breakage on BSD hosts (no IFF_VNET_HDR) by Juergen Lock · 15 years ago
  38. 5819c91 tap: drain queue in tap_send() by Mark McLoughlin · 15 years ago
  39. 839f368 net/queue: queue packets even if sender doesn't supply a callback by Mark McLoughlin · 15 years ago
  40. be1636b tap: disable draining queue in one go by Mark McLoughlin · 15 years ago
  41. ed7193e Unbreak Linux build by Anthony Liguori · 15 years ago
  42. 71f4eff Unbreak tap compilation on OS X by Alexander Graf · 15 years ago
  43. 9c28271 net: move UFO support detection to tap-linux.c by Mark McLoughlin · 15 years ago
  44. 1faac1f net: move tap_set_offload() code into tap-linux.c by Mark McLoughlin · 15 years ago
  45. dc69004 net: move tap_probe_vnet_hdr() to tap-linux.c by Mark McLoughlin · 15 years ago
  46. 15ac913 net: move tap_set_sndbuf() to tap-linux.c by Mark McLoughlin · 15 years ago
  47. c28b1c1 net: move linux code into net/tap-linux.c by Mark McLoughlin · 15 years ago
  48. 88b3ec0 net: move AIX code into net/tap-aix.c by Mark McLoughlin · 15 years ago
  49. 966ea5e net: move solaris code to net/tap-solaris.c by Mark McLoughlin · 15 years ago
  50. e7e9232 net: split BSD tap_open() out into net/tap-bsd.c by Mark McLoughlin · 15 years ago
  51. 5281d75 net: split all the tap code out into net/tap.c by Mark McLoughlin · 15 years ago
  52. f54c7bd net: move tap-linux.h under net/ by Mark McLoughlin · 15 years ago
  53. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  54. 33ad161 net: move tap-win32.c under net/ by Mark McLoughlin · 15 years ago
  55. 7200ac3 net: move net-checksum.c under net/ by Mark McLoughlin · 15 years ago
  56. e1144d0 net: move net-queue.[ch] under net/ by Mark McLoughlin · 15 years ago