1. 427a1a2 qapi: avoid reserved keywords by Blue Swirl · 13 years ago
  2. 011de2b net: add the support for -netdev socket, listen by Zhi Yong Wu · 13 years ago
  3. e34cde3 net: fix the coding style by Zhi Yong Wu · 13 years ago
  4. 52a3cb8 hub: add the support for hub own flow control by Zhi Yong Wu · 13 years ago
  5. 691a4f3 net: determine if packets can be sent before net queue deliver packets by Zhi Yong Wu · 13 years ago
  6. 86a77c3 net: cleanup deliver/deliver_iov func pointers by Zhi Yong Wu · 13 years ago
  7. 1a85959 net: Make "info network" output more readable info by Zhi Yong Wu · 13 years ago
  8. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  9. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 13 years ago
  10. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  11. 606c10e net: Convert qdev_prop_vlan to peer with hub by Zhi Yong Wu · 13 years ago
  12. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  13. 8101764 hub: Check that hubs are configured correctly by Stefan Hajnoczi · 13 years ago
  14. 90d87a3 net: Look up 'vlan' net clients using hubs by Stefan Hajnoczi · 13 years ago
  15. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago
  16. f6c874e net: Add a hub net client by Stefan Hajnoczi · 13 years ago
  17. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 13 years ago
  18. f79b51b convert net_init_bridge() to NetClientOptions by Laszlo Ersek · 13 years ago
  19. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 13 years ago
  20. 4a917c3 convert net_init_vde() to NetClientOptions by Laszlo Ersek · 13 years ago
  21. bef8e8f convert net_init_socket() to NetClientOptions by Laszlo Ersek · 13 years ago
  22. 094f15c convert net_init_slirp() to NetClientOptions by Laszlo Ersek · 13 years ago
  23. 848040d convert net_init_dump() to NetClientOptions by Laszlo Ersek · 13 years ago
  24. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 13 years ago
  25. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  26. 22a61f3 slirp: Improve error reporting of inaccessible smb directories by Jan Kiszka · 13 years ago
  27. 927d811 slirp: Ensure smbd and shared directory exist when enable smb by Dunrong Huang · 13 years ago
  28. b412eb6 slirp: add 'cmd:' target for guestfwd by Alexander Graf · 13 years ago
  29. 1cb1c5d slirp: Enforce host-side user of smb share by Jan Kiszka · 13 years ago
  30. 37003ad qmp: include monitor.h when needed by Paolo Bonzini · 13 years ago
  31. 3294ce1 do not include <libutil.h> needlessly or if it doesn't exist by Michael Tokarev · 13 years ago
  32. d8469de build: move net/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  33. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  34. 276eda5 Declare state directory in smb.conf by Nikolaus Rath · 13 years ago
  35. de305b1 slirp: don't use "smb ports = 0" option by Nikolaus Rath · 13 years ago
  36. da8d605 net: remove extra spaces in help messages by Benjamin MARSILI · 13 years ago
  37. 4c32fe6 Change license from GPLv2 to GPLv2+ by Stefan Weil · 13 years ago
  38. a7c36ee Add support for net bridge by Corey Bryant · 13 years ago
  39. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  40. 0e0e7fa Support for UDP unicast network backend by Benjamin · 13 years ago
  41. a46667e net/socket.c: Fix fd leak in net_socket_listen_init() error paths by Peter Maydell · 13 years ago
  42. 0fa2991 net: store guest timestamp in dump file instead of time since guest startup by Hervé Poussineau · 13 years ago
  43. 6514ed5 net: truncate output file when using dump backend by Hervé Poussineau · 13 years ago
  44. b15ba6c slirp: Fix typo in net_slirp_hostfwd_remove by Geoffrey Thomas · 13 years ago
  45. 885660b network scripts: don't block SIGCHLD before forking by Michael Roth · 13 years ago
  46. 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
  47. e5d1fca net: take ownership of fd in socket init functions by Stefan Hajnoczi · 13 years ago
  48. 842480d net: expand tabs in net/socket.c by Stefan Hajnoczi · 13 years ago
  49. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  50. c7ee8f6 net/socket.c : fix memory leak by Zhi Hui Li · 13 years ago
  51. e30e5eb slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep() by Markus Armbruster · 13 years ago
  52. 93a7320 net: tap-linux: Fix unhelpful error message by Luiz Capitulino · 13 years ago
  53. e2d8830 Allow overriding the location of Samba's smbd. by Brad · 14 years ago
  54. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  55. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  56. 23ddf2b Fix forcing multicast msgs to loopback on OpenBSD. by Brad · 14 years ago
  57. 45c245b Fix network interface tap backend by Manuel Bouyer · 14 years ago
  58. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  59. 6f7b3b1 net: Refactor net_client_types by Jan Kiszka · 14 years ago
  60. c54ed5b slirp: Canonicalize restrict syntax by Jan Kiszka · 14 years ago
  61. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  62. a989999 slirp: fix guestfwd id by Alexander Graf · 14 years ago
  63. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  64. d8dfad9 Use qemu-common.h or qemu-timer.h in place of sysemu.h by Blue Swirl · 14 years ago
  65. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  66. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  67. c3febae Fixing tap adapter for win32 by Pavel Dovgaluk · 14 years ago
  68. c7eb1f0 Fixing network over sockets implementation for win32 by Pavel Dovgaluk · 14 years ago
  69. 5430a28 vhost: force vhost off for non-MSI guests by mst@redhat.com · 14 years ago
  70. f157ed2 tap: safe sndbuf default by Michael S. Tsirkin · 14 years ago
  71. 5f66864 Add support for OpenBSD to QEMU's tap driver. by Brad · 14 years ago
  72. 4d22c6c Fix warning on mingw32 by Blue Swirl · 14 years ago
  73. 3a75e74 net/sock: option to specify local address by Mike Ryan · 14 years ago
  74. 27a6375 tap: make set_offload a nop after netdev cleanup by Michael S. Tsirkin · 14 years ago
  75. 4384942 tap: clear vhost_net backend on cleanup by Michael S. Tsirkin · 14 years ago
  76. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  77. 3ee66df tap: Add stub for Haiku by Andreas Färber · 14 years ago
  78. 5251d6a tap: Remove double include of util.h by Andreas Färber · 14 years ago
  79. 445d892 tap: add APIs for vnet header length by Michael S. Tsirkin · 15 years ago
  80. ef4252b tap: generalize code for different vnet header len by Michael S. Tsirkin · 15 years ago
  81. 3690cec Fix a warning on OpenSolaris by Blue Swirl · 15 years ago
  82. 91ca60e give some useful error messages when tap open by Michael Tokarev · 15 years ago
  83. 9678d95 Remove dead assignments in various common files, spotted by clang analyzer by Blue Swirl · 15 years ago
  84. 25da2f3 Fix build on mingw32 by Anthony Liguori · 15 years ago
  85. b202554 tap: add API to retrieve vhost net header by Michael S. Tsirkin · 15 years ago
  86. 82b0d80 tap: add vhost/vhostfd options by Michael S. Tsirkin · 15 years ago
  87. 95d528a tap: add interface to get device fd by Michael S. Tsirkin · 15 years ago
  88. 73d96e2 Fix BSD and win32 builds by Blue Swirl · 15 years ago
  89. 31dc63d Revert "tap: invoke downscript when we exit abnormally" by Anthony Liguori · 15 years ago
  90. 8af8ce4 tap: invoke downscript when we exit abnormally by Anthony Liguori · 15 years ago
  91. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  92. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  93. 24ac07d slirp: check system() success by Juan Quintela · 15 years ago
  94. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  95. 28b150b Fix BSD build by Blue Swirl · 15 years ago
  96. 5a01e99 net/slirp.c: fix warning with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
  97. ceb6961 net: add API to disable/enable polling by Michael S. Tsirkin · 15 years ago
  98. ee7139c tap: Compilation fix for Solaris by Andreas Färber · 15 years ago
  99. 08fd0fa win32: fix variable use before initialization by Blue Swirl · 15 years ago
  100. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago