1. f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 3 years, 10 months ago
  2. 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 3 years, 10 months ago
  3. d89b4f8 Revert "net: Do not fill legacy info_str for backends" by Jason Wang · 3 years, 10 months ago
  4. f2e8319 net: Do not fill legacy info_str for backends by Alexey Kirillov · 3 years, 11 months ago
  5. 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 3 years, 11 months ago
  6. d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 3 years, 11 months ago
  7. 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 3 months ago
  8. 894022e net: check if the file descriptor is valid before using it by Laurent Vivier · 4 years, 6 months ago
  9. fdec16e net/socket: learn to talk with a unix dgram socket by Marc-André Lureau · 6 years ago
  10. 8c42dbe net/socket: Fix invalid socket type error handling by Markus Armbruster · 6 years ago
  11. bb160b5 net/socket: fix coverity issue by Jens Freimann · 7 years ago
  12. ff86d57 net: fix check for number of parameters to -netdev socket by Jens Freimann · 7 years ago
  13. 0522a95 net/socket: Improve -net socket error reporting by Mao Zhongyi · 7 years ago
  14. bcd4dfd net/net: Convert parse_host_port() to Error by Mao Zhongyi · 7 years ago
  15. c37f0bb net/socket: Convert several helper functions to Error by Mao Zhongyi · 7 years ago
  16. e1b24b6 net/socket: Don't treat odd socket type as SOCK_STREAM by Mao Zhongyi · 7 years ago
  17. 0f8c289 net: fix -netdev socket,fd= for UDP sockets by Jens Freimann · 7 years ago
  18. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  19. 6701e55 Revert "Change net/socket.c to use socket_*() functions" again by Daniel P. Berrange · 8 years ago
  20. 226799c socket: Make errp the last parameter of socket_connect by Fam Zheng · 8 years ago
  21. e79cd40 net: fix sending of data with -net socket, listen backend by Daniel P. Berrange · 8 years ago
  22. 883e4f7 Change net/socket.c to use socket_*() functions by Marc-André Lureau · 9 years ago
  23. 6160183 Revert "Change net/socket.c to use socket_*() functions" by Paolo Bonzini · 8 years ago
  24. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  25. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 9 years ago
  26. 7e84495 Change net/socket.c to use socket_*() functions by Ashijeet Acharya · 9 years ago
  27. 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
  28. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  29. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  30. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  31. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  32. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  33. 091f1f5 socket: pass correct size in net_socket_send() by Jason Wang · 10 years ago
  34. 82e1cc4 Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler by Fam Zheng · 10 years ago
  35. 6e99c63 net/socket: Drop net_socket_can_send by Fam Zheng · 10 years ago
  36. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
  37. 1677f4c monitor: Clean up around monitor_handle_fd_param() by Markus Armbruster · 10 years ago
  38. 8db804a net/socket: fix Uninitialized scalar variable by Gonglei · 10 years ago
  39. ed6273e net: The third parameter of getsockname should be initialized by zhanghailiang · 10 years ago
  40. bcbe92f net: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  41. 6a1751b aio / timers: Untangle include files by Alex Bligh · 11 years ago
  42. fc13fa0 net: ensure "socket" backend uses non-blocking fds by Stefan Hajnoczi · 12 years ago
  43. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  44. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  45. 20048d0 net: use socket_set_nodelay() for -netdev socket by Stefan Hajnoczi · 12 years ago
  46. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  47. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  48. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  49. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  50. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  51. f0e3ac7 net: use "socket" model name for UDP sockets by Lei Li · 12 years ago
  52. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 12 years ago
  53. 73062df net/socket: Fix compiler warning (regression for MinGW) by Stefan Weil · 12 years ago
  54. 45a7f54 net: EAGAIN handling for net/socket.c TCP by Stefan Hajnoczi · 12 years ago
  55. 213fd50 net: EAGAIN handling for net/socket.c UDP by Stefan Hajnoczi · 12 years ago
  56. 863f678 net: asynchronous send/receive infrastructure for net/socket.c by Stefan Hajnoczi · 12 years ago
  57. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 12 years ago
  58. 011de2b net: add the support for -netdev socket, listen by Zhi Yong Wu · 12 years ago
  59. e34cde3 net: fix the coding style by Zhi Yong Wu · 12 years ago
  60. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 12 years ago
  61. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 12 years ago
  62. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 12 years ago
  63. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 12 years ago
  64. bef8e8f convert net_init_socket() to NetClientOptions by Laszlo Ersek · 12 years ago
  65. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 12 years ago
  66. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 12 years ago
  67. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  68. da8d605 net: remove extra spaces in help messages by Benjamin MARSILI · 13 years ago
  69. 0e0e7fa Support for UDP unicast network backend by Benjamin · 13 years ago
  70. a46667e net/socket.c: Fix fd leak in net_socket_listen_init() error paths by Peter Maydell · 13 years ago
  71. 9423a2e Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging by Anthony Liguori · 13 years ago
  72. e5d1fca net: take ownership of fd in socket init functions by Stefan Hajnoczi · 13 years ago
  73. 842480d net: expand tabs in net/socket.c by Stefan Hajnoczi · 13 years ago
  74. c7ee8f6 net/socket.c : fix memory leak by Zhi Hui Li · 13 years ago
  75. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  76. 23ddf2b Fix forcing multicast msgs to loopback on OpenBSD. by Brad · 13 years ago
  77. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 13 years ago
  78. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  79. c7eb1f0 Fixing network over sockets implementation for win32 by Pavel Dovgaluk · 14 years ago
  80. 4d22c6c Fix warning on mingw32 by Blue Swirl · 14 years ago
  81. 3a75e74 net/sock: option to specify local address by Mike Ryan · 14 years ago
  82. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  83. 2f79201 error: Move qemu_error & friends into their own header by Markus Armbruster · 15 years ago
  84. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  85. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  86. 564f63e net: convert socket to NetClientInfo by Mark McLoughlin · 15 years ago
  87. 42281ac net: move socket backend code from net.c to net/socket.c by Mark McLoughlin · 15 years ago