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