1. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 8 years ago
  2. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 8 years ago
  3. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  4. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  5. b73c184 tap-win32: disable broken async write path by Andrew Baumann · 9 years ago
  6. ee0428e tap-win32: skip unexpected nodes during registry enumeration by Andrew Baumann · 9 years ago
  7. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  8. 4ee9b43 tap: fix non-linux build by Michael S. Tsirkin · 10 years ago
  9. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
  10. 3bac80d net: make tap offloading callbacks static by Vincenzo Maffione · 11 years ago
  11. 2e753bc net: TAP uses NetClientInfo offloading callbacks by Vincenzo Maffione · 11 years ago
  12. e96dfd1 net: change vnet-hdr TAP prototypes by Vincenzo Maffione · 11 years ago
  13. 16dbaf9 tap: support enabling or disabling a queue by Jason Wang · 12 years ago
  14. 28a6589 net: tap: use abort() instead of assert(0) by Jason Wang · 12 years ago
  15. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  16. b213614 net: Add missing include statement (fix compiler warnings for MinGW) by Stefan Weil · 12 years ago
  17. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  18. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  19. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  20. eac29d8 Fix spelling (prefered -> preferred) by Stefan Weil · 12 years ago
  21. aee0bf7 tap-win32: stubs to fix win32 build by Michael S. Tsirkin · 12 years ago
  22. 08778b3 net/tap-win32: Fix compiler warning caused by missing include statement by Stefan Weil · 12 years ago
  23. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 12 years ago
  24. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 12 years ago
  25. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 12 years ago
  26. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 12 years ago
  27. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 12 years ago
  28. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 12 years ago
  29. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 12 years ago
  30. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 12 years ago
  31. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 12 years ago
  32. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  33. c3febae Fixing tap adapter for win32 by Pavel Dovgaluk · 14 years ago
  34. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  35. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 14 years ago
  36. 25da2f3 Fix build on mingw32 by Anthony Liguori · 15 years ago
  37. 73d96e2 Fix BSD and win32 builds by Blue Swirl · 15 years ago
  38. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  39. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  40. 08fd0fa win32: fix variable use before initialization by Blue Swirl · 15 years ago
  41. dca9181 net: convert tap-win32 to NetClientInfo by Mark McLoughlin · 15 years ago
  42. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  43. 33ad161 net: move tap-win32.c under net/ by Mark McLoughlin · 15 years ago[Renamed from tap-win32.c]
  44. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  45. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  46. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  47. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  48. 99a0949 Get rid of _t suffix by malc · 15 years ago
  49. f8bfb1d tap-win32: Use correct headers. by Filip Navara · 15 years ago
  50. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  51. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  52. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  53. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  54. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  55. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  56. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  57. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  58. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  59. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  60. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  61. 978d5d7 Win32: Fix warnings by aurel32 · 16 years ago
  62. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  63. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  64. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  65. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  66. e6cda8e win32 tap poll suppression (kazu) by bellard · 18 years ago
  67. a18e524 multiple wait object support for win32 (kazu) by bellard · 19 years ago
  68. 4081fcc WIn32 compile fix. by pbrook · 19 years ago
  69. 7fb843f tap win32 support by bellard · 19 years ago