1. 3f124b6 net: add missing include file by Liming Wang · 12 years ago
  2. b213614 net: Add missing include statement (fix compiler warnings for MinGW) by Stefan Weil · 12 years ago
  3. 27dd773 Merge remote-tracking branch 'bonzini/header-dirs' into staging by Anthony Liguori · 12 years ago
  4. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  5. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  6. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  7. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  8. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  9. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  10. fd9400b net: move net.c to net/ by Paolo Bonzini · 12 years ago
  11. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  12. e103129 net, hub: fix the indent in the comments by Zhi Yong Wu · 12 years ago
  13. 89e6d68 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  14. eac29d8 Fix spelling (prefered -> preferred) by Stefan Weil · 12 years ago
  15. 58ddcd5 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  16. 63d2960 slirp: Add domain-search option to slirp's DHCP server by Klaus Stengel · 12 years ago
  17. f0e3ac7 net: use "socket" model name for UDP sockets by Lei Li · 12 years ago
  18. aee0bf7 tap-win32: stubs to fix win32 build by Michael S. Tsirkin · 12 years ago
  19. 08778b3 net/tap-win32: Fix compiler warning caused by missing include statement by Stefan Weil · 12 years ago
  20. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 13 years ago
  21. 73062df net/socket: Fix compiler warning (regression for MinGW) by Stefan Weil · 13 years ago
  22. 45a7f54 net: EAGAIN handling for net/socket.c TCP by Stefan Hajnoczi · 13 years ago
  23. 213fd50 net: EAGAIN handling for net/socket.c UDP by Stefan Hajnoczi · 13 years ago
  24. 863f678 net: asynchronous send/receive infrastructure for net/socket.c by Stefan Hajnoczi · 13 years ago
  25. 61518a7 net: broadcast hub packets if at least one port can receive by Stefan Hajnoczi · 13 years ago
  26. 06b5f36 net: do not report queued packets as sent by Stefan Hajnoczi · 13 years ago
  27. 987a9b4 net: notify iothread after flushing queue by Paolo Bonzini · 13 years ago
  28. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
  29. 427a1a2 qapi: avoid reserved keywords by Blue Swirl · 13 years ago
  30. 011de2b net: add the support for -netdev socket, listen by Zhi Yong Wu · 13 years ago
  31. e34cde3 net: fix the coding style by Zhi Yong Wu · 13 years ago
  32. 52a3cb8 hub: add the support for hub own flow control by Zhi Yong Wu · 13 years ago
  33. 691a4f3 net: determine if packets can be sent before net queue deliver packets by Zhi Yong Wu · 13 years ago
  34. 86a77c3 net: cleanup deliver/deliver_iov func pointers by Zhi Yong Wu · 13 years ago
  35. 1a85959 net: Make "info network" output more readable info by Zhi Yong Wu · 13 years ago
  36. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  37. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 13 years ago
  38. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  39. 606c10e net: Convert qdev_prop_vlan to peer with hub by Zhi Yong Wu · 13 years ago
  40. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  41. 8101764 hub: Check that hubs are configured correctly by Stefan Hajnoczi · 13 years ago
  42. 90d87a3 net: Look up 'vlan' net clients using hubs by Stefan Hajnoczi · 13 years ago
  43. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago
  44. f6c874e net: Add a hub net client by Stefan Hajnoczi · 13 years ago
  45. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 13 years ago
  46. f79b51b convert net_init_bridge() to NetClientOptions by Laszlo Ersek · 13 years ago
  47. 08c573a convert net_init_tap() to NetClientOptions by Laszlo Ersek · 13 years ago
  48. 4a917c3 convert net_init_vde() to NetClientOptions by Laszlo Ersek · 13 years ago
  49. bef8e8f convert net_init_socket() to NetClientOptions by Laszlo Ersek · 13 years ago
  50. 094f15c convert net_init_slirp() to NetClientOptions by Laszlo Ersek · 13 years ago
  51. 848040d convert net_init_dump() to NetClientOptions by Laszlo Ersek · 13 years ago
  52. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 13 years ago
  53. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  54. 22a61f3 slirp: Improve error reporting of inaccessible smb directories by Jan Kiszka · 13 years ago
  55. 927d811 slirp: Ensure smbd and shared directory exist when enable smb by Dunrong Huang · 13 years ago
  56. b412eb6 slirp: add 'cmd:' target for guestfwd by Alexander Graf · 13 years ago
  57. 1cb1c5d slirp: Enforce host-side user of smb share by Jan Kiszka · 13 years ago
  58. 37003ad qmp: include monitor.h when needed by Paolo Bonzini · 13 years ago
  59. 3294ce1 do not include <libutil.h> needlessly or if it doesn't exist by Michael Tokarev · 13 years ago
  60. d8469de build: move net/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  61. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  62. 276eda5 Declare state directory in smb.conf by Nikolaus Rath · 13 years ago
  63. de305b1 slirp: don't use "smb ports = 0" option by Nikolaus Rath · 13 years ago
  64. da8d605 net: remove extra spaces in help messages by Benjamin MARSILI · 13 years ago
  65. 4c32fe6 Change license from GPLv2 to GPLv2+ by Stefan Weil · 13 years ago
  66. a7c36ee Add support for net bridge by Corey Bryant · 13 years ago
  67. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  68. 0e0e7fa Support for UDP unicast network backend by Benjamin · 13 years ago
  69. a46667e net/socket.c: Fix fd leak in net_socket_listen_init() error paths by Peter Maydell · 13 years ago
  70. 0fa2991 net: store guest timestamp in dump file instead of time since guest startup by Hervé Poussineau · 13 years ago
  71. 6514ed5 net: truncate output file when using dump backend by Hervé Poussineau · 13 years ago
  72. b15ba6c slirp: Fix typo in net_slirp_hostfwd_remove by Geoffrey Thomas · 13 years ago
  73. 885660b network scripts: don't block SIGCHLD before forking by Michael Roth · 13 years ago
  74. 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
  75. e5d1fca net: take ownership of fd in socket init functions by Stefan Hajnoczi · 13 years ago
  76. 842480d net: expand tabs in net/socket.c by Stefan Hajnoczi · 13 years ago
  77. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  78. c7ee8f6 net/socket.c : fix memory leak by Zhi Hui Li · 13 years ago
  79. e30e5eb slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep() by Markus Armbruster · 13 years ago
  80. 93a7320 net: tap-linux: Fix unhelpful error message by Luiz Capitulino · 13 years ago
  81. e2d8830 Allow overriding the location of Samba's smbd. by Brad · 14 years ago
  82. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  83. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  84. 23ddf2b Fix forcing multicast msgs to loopback on OpenBSD. by Brad · 14 years ago
  85. 45c245b Fix network interface tap backend by Manuel Bouyer · 14 years ago
  86. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  87. 6f7b3b1 net: Refactor net_client_types by Jan Kiszka · 14 years ago
  88. c54ed5b slirp: Canonicalize restrict syntax by Jan Kiszka · 14 years ago
  89. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  90. a989999 slirp: fix guestfwd id by Alexander Graf · 14 years ago
  91. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  92. d8dfad9 Use qemu-common.h or qemu-timer.h in place of sysemu.h by Blue Swirl · 14 years ago
  93. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  94. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  95. c3febae Fixing tap adapter for win32 by Pavel Dovgaluk · 14 years ago
  96. c7eb1f0 Fixing network over sockets implementation for win32 by Pavel Dovgaluk · 14 years ago
  97. 5430a28 vhost: force vhost off for non-MSI guests by mst@redhat.com · 14 years ago
  98. f157ed2 tap: safe sndbuf default by Michael S. Tsirkin · 14 years ago
  99. 5f668643 Add support for OpenBSD to QEMU's tap driver. by Brad · 14 years ago
  100. 4d22c6c Fix warning on mingw32 by Blue Swirl · 14 years ago