1. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 13 years ago
  2. 73062df net/socket: Fix compiler warning (regression for MinGW) by Stefan Weil · 12 years ago
  3. 45a7f54 net: EAGAIN handling for net/socket.c TCP by Stefan Hajnoczi · 13 years ago
  4. 213fd50 net: EAGAIN handling for net/socket.c UDP by Stefan Hajnoczi · 13 years ago
  5. 863f678 net: asynchronous send/receive infrastructure for net/socket.c by Stefan Hajnoczi · 13 years ago
  6. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
  7. 011de2b net: add the support for -netdev socket, listen by Zhi Yong Wu · 13 years ago
  8. e34cde3 net: fix the coding style by Zhi Yong Wu · 13 years ago
  9. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  10. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  11. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago
  12. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 13 years ago
  13. bef8e8f convert net_init_socket() to NetClientOptions by Laszlo Ersek · 13 years ago
  14. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 13 years ago
  15. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  16. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  17. da8d605 net: remove extra spaces in help messages by Benjamin MARSILI · 13 years ago
  18. 0e0e7fa Support for UDP unicast network backend by Benjamin · 13 years ago
  19. a46667e net/socket.c: Fix fd leak in net_socket_listen_init() error paths by Peter Maydell · 13 years ago
  20. 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
  21. e5d1fca net: take ownership of fd in socket init functions by Stefan Hajnoczi · 13 years ago
  22. 842480d net: expand tabs in net/socket.c by Stefan Hajnoczi · 13 years ago
  23. c7ee8f6 net/socket.c : fix memory leak by Zhi Hui Li · 13 years ago
  24. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  25. 23ddf2b Fix forcing multicast msgs to loopback on OpenBSD. by Brad · 14 years ago
  26. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  27. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  28. c7eb1f0 Fixing network over sockets implementation for win32 by Pavel Dovgaluk · 14 years ago
  29. 4d22c6c Fix warning on mingw32 by Blue Swirl · 14 years ago
  30. 3a75e74 net/sock: option to specify local address by Mike Ryan · 14 years ago
  31. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  32. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  33. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  34. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  35. 564f63e net: convert socket to NetClientInfo by Mark McLoughlin · 15 years ago
  36. 42281ac net: move socket backend code from net.c to net/socket.c by Mark McLoughlin · 15 years ago