1. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 13 years ago
  2. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  3. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  4. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago
  5. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 13 years ago
  6. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 13 years ago
  7. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 13 years ago
  8. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  9. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  10. c3febae Fixing tap adapter for win32 by Pavel Dovgaluk · 14 years ago
  11. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  12. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 15 years ago
  13. 25da2f3 Fix build on mingw32 by Anthony Liguori · 15 years ago
  14. 73d96e2 Fix BSD and win32 builds by Blue Swirl · 15 years ago
  15. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  16. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  17. 08fd0fa win32: fix variable use before initialization by Blue Swirl · 15 years ago
  18. dca9181 net: convert tap-win32 to NetClientInfo by Mark McLoughlin · 15 years ago
  19. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  20. 33ad161 net: move tap-win32.c under net/ by Mark McLoughlin · 15 years ago[Renamed from tap-win32.c]
  21. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  22. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  23. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  24. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  25. 99a0949 Get rid of _t suffix by malc · 16 years ago
  26. f8bfb1d tap-win32: Use correct headers. by Filip Navara · 16 years ago
  27. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  28. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  29. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  30. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  31. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  32. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  33. b9e82a5 Fix some win32 compile warnings by blueswir1 · 16 years ago
  34. 49dc768 Fix windows build and clean up use of <windows.h> by aliguori · 16 years ago
  35. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  36. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  37. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  38. 978d5d7 Win32: Fix warnings by aurel32 · 16 years ago
  39. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  40. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  41. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  42. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  43. e6cda8e win32 tap poll suppression (kazu) by bellard · 19 years ago
  44. a18e524 multiple wait object support for win32 (kazu) by bellard · 19 years ago
  45. 4081fcc WIn32 compile fix. by pbrook · 19 years ago
  46. 7fb843f tap win32 support by bellard · 19 years ago