1. a989999 slirp: fix guestfwd id by Alexander Graf · 14 years ago
  2. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  3. d8dfad9 Use qemu-common.h or qemu-timer.h in place of sysemu.h by Blue Swirl · 14 years ago
  4. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  5. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  6. c3febae Fixing tap adapter for win32 by Pavel Dovgaluk · 14 years ago
  7. c7eb1f0 Fixing network over sockets implementation for win32 by Pavel Dovgaluk · 14 years ago
  8. 5430a28 vhost: force vhost off for non-MSI guests by mst@redhat.com · 14 years ago
  9. f157ed2 tap: safe sndbuf default by Michael S. Tsirkin · 14 years ago
  10. 5f66864 Add support for OpenBSD to QEMU's tap driver. by Brad · 14 years ago
  11. 4d22c6c Fix warning on mingw32 by Blue Swirl · 14 years ago
  12. 3a75e74 net/sock: option to specify local address by Mike Ryan · 14 years ago
  13. 27a6375 tap: make set_offload a nop after netdev cleanup by Michael S. Tsirkin · 14 years ago
  14. 4384942 tap: clear vhost_net backend on cleanup by Michael S. Tsirkin · 14 years ago
  15. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  16. 3ee66df tap: Add stub for Haiku by Andreas Färber · 14 years ago
  17. 5251d6a tap: Remove double include of util.h by Andreas Färber · 14 years ago
  18. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 15 years ago
  19. ef4252b tap: generalize code for different vnet header len by Michael S. Tsirkin · 15 years ago
  20. 3690cec Fix a warning on OpenSolaris by Blue Swirl · 15 years ago
  21. 91ca60e give some useful error messages when tap open by Michael Tokarev · 15 years ago
  22. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  23. 25da2f3 Fix build on mingw32 by Anthony Liguori · 15 years ago
  24. b202554 tap: add API to retrieve vhost net header by Michael S. Tsirkin · 15 years ago
  25. 82b0d80 tap: add vhost/vhostfd options by Michael S. Tsirkin · 15 years ago
  26. 95d528a tap: add interface to get device fd by Michael S. Tsirkin · 15 years ago
  27. 73d96e2 Fix BSD and win32 builds by Blue Swirl · 15 years ago
  28. 31dc63d Revert "tap: invoke downscript when we exit abnormally" by Anthony Liguori · 15 years ago
  29. 8af8ce4 tap: invoke downscript when we exit abnormally by Anthony Liguori · 15 years ago
  30. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  31. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  32. 24ac07d slirp: check system() success by Juan Quintela · 15 years ago
  33. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  34. 28b150b Fix BSD build by Blue Swirl · 15 years ago
  35. 5a01e99 net/slirp.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  36. ceb6961 net: add API to disable/enable polling by Michael S. Tsirkin · 15 years ago
  37. ee7139c tap: Compilation fix for Solaris by Andreas Färber · 15 years ago
  38. 08fd0fa win32: fix variable use before initialization by Blue Swirl · 15 years ago
  39. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  40. f5c5e38 net: fix vnet_hdr handling in solaris tap code by Mark McLoughlin · 15 years ago
  41. df6c2a0 net: initialize vnet_hdr in net_init_tap() by Mark McLoughlin · 15 years ago
  42. 2e50326 net: check for TUNSETOFFLOAD support before trying to enable offload features by Pierre Riteau · 15 years ago
  43. 6720b35 net: fix TAP networking on host kernels without IFF_VNET_HDR support by Pierre Riteau · 15 years ago
  44. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  45. f1d078c net: move parse_macaddr() to net/util.[ch] by Mark McLoughlin · 15 years ago
  46. 731d585 net: convert dump to NetClientInfo by Mark McLoughlin · 15 years ago
  47. 564f63e net: convert socket to NetClientInfo by Mark McLoughlin · 15 years ago
  48. b4e859c net: convert vde to NetClientInfo by Mark McLoughlin · 15 years ago
  49. ce20b5b net: convert slirp to NetClientInfo by Mark McLoughlin · 15 years ago
  50. dca9181 net: convert tap-win32 to NetClientInfo by Mark McLoughlin · 15 years ago
  51. 3e35ba9 net: convert tap to NetClientInfo by Mark McLoughlin · 15 years ago
  52. 1abecf7 net: move dump backend code from net.c to net/dump.c by Mark McLoughlin · 15 years ago
  53. 42281ac net: move socket backend code from net.c to net/socket.c by Mark McLoughlin · 15 years ago
  54. 5c361cc net: move vde code from net.c to net/vde.c by Mark McLoughlin · 15 years ago
  55. 68ac40d net: move slirp code from net.c to net/slirp.c by Mark McLoughlin · 15 years ago
  56. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  57. 929fe49 Avoid segfault on net_tap_init() failure by Juergen Lock · 15 years ago
  58. 2f859a3 tap-bsd: handle ifname on FreeBSD hosts by Juergen Lock · 15 years ago
  59. 39ca4c0 Fix tap breakage on BSD hosts (no IFF_VNET_HDR) by Juergen Lock · 15 years ago
  60. 5819c91 tap: drain queue in tap_send() by Mark McLoughlin · 15 years ago
  61. 839f368 net/queue: queue packets even if sender doesn't supply a callback by Mark McLoughlin · 15 years ago
  62. be1636b tap: disable draining queue in one go by Mark McLoughlin · 15 years ago
  63. ed7193e Unbreak Linux build by Anthony Liguori · 15 years ago
  64. 71f4eff Unbreak tap compilation on OS X by Alexander Graf · 15 years ago
  65. 9c28271 net: move UFO support detection to tap-linux.c by Mark McLoughlin · 15 years ago
  66. 1faac1f net: move tap_set_offload() code into tap-linux.c by Mark McLoughlin · 15 years ago
  67. dc69004 net: move tap_probe_vnet_hdr() to tap-linux.c by Mark McLoughlin · 15 years ago
  68. 15ac913 net: move tap_set_sndbuf() to tap-linux.c by Mark McLoughlin · 15 years ago
  69. c28b1c1 net: move linux code into net/tap-linux.c by Mark McLoughlin · 15 years ago
  70. 88b3ec0 net: move AIX code into net/tap-aix.c by Mark McLoughlin · 15 years ago
  71. 966ea5e net: move solaris code to net/tap-solaris.c by Mark McLoughlin · 15 years ago
  72. e7e9232 net: split BSD tap_open() out into net/tap-bsd.c by Mark McLoughlin · 15 years ago
  73. 5281d75 net: split all the tap code out into net/tap.c by Mark McLoughlin · 15 years ago
  74. f54c7bd net: move tap-linux.h under net/ by Mark McLoughlin · 15 years ago
  75. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  76. 33ad161 net: move tap-win32.c under net/ by Mark McLoughlin · 15 years ago
  77. 7200ac3 net: move net-checksum.c under net/ by Mark McLoughlin · 15 years ago
  78. e1144d0 net: move net-queue.[ch] under net/ by Mark McLoughlin · 15 years ago