1. 1f149e7 tap-linux: Get features once and use it many times by Kusanagi Kouichi · 11 years ago
  2. 4bf2c13 net: Use g_strdup_printf instead of snprintf. by Hani Benhabiles · 11 years ago
  3. dff7424 misc: Use macro ARRAY_SIZE where possible by Stefan Weil · 11 years ago
  4. 02d38fc net: Update netdev peer on link change by Vlad Yasevich · 11 years ago
  5. 5895213 net: Adding netmap network backend by Vincenzo Maffione · 11 years ago
  6. 1597591 net: fix qemu_flush_queued_packets() in presence of a hub by Sergey Fedorov · 11 years ago
  7. d60b20c net: disallow to specify multicast MAC address by Dmitry Krivenok · 11 years ago
  8. bcbe92f net: call socket_set_fast_reuse instead of setting SO_REUSEADDR by Sebastian Ottlik · 11 years ago
  9. 067404b net: Rename send_queue to incoming_queue by Jan Kiszka · 12 years ago
  10. aa4f082 tap: Use numbered tap/tun devices on all *BSD OS's by Brad Smith · 12 years ago
  11. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  12. 6a1751b aio / timers: Untangle include files by Alex Bligh · 12 years ago
  13. dfc6f86 misc: Use g_assert_not_reached for code which is expected to be unreachable by Stefan Weil · 12 years ago
  14. b1be428 net: add support of mac-programming over macvtap in QEMU side by Amos Kong · 12 years ago
  15. 68756ba fix -net user checks by reordering checks by Bas van Sisseren · 12 years ago
  16. c87826a tap: fix NULL dereference when passing invalid parameters to tap by Jason Wang · 12 years ago
  17. d73fe37 net: support for bridged networking on Mac OS X by Alasdair McLeay · 12 years ago
  18. 7873df4 tap: properly initialize vhostfds by Jason Wang · 12 years ago
  19. c963530 net: make network client name unique by Amos Kong · 12 years ago
  20. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  21. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  22. 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 12 years ago
  23. fc13fa0 net: ensure "socket" backend uses non-blocking fds by Stefan Hajnoczi · 12 years ago
  24. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  25. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  26. 75020a7 Common definitions for VMWARE devices by Dmitry Fleytman · 12 years ago
  27. 8402630 net: iovec checksum calculator by Dmitry Fleytman · 12 years ago
  28. 5acf5ea Checksum-related utility functions by Dmitry Fleytman · 12 years ago
  29. 20048d0 net: use socket_set_nodelay() for -netdev socket by Stefan Hajnoczi · 12 years ago
  30. 085d813 Fix typos and misspellings by Peter Maydell · 12 years ago
  31. 9957fc7 MinGW: Replace setsockopt by qemu_setsocketopt by Stefan Weil · 12 years ago
  32. f6b26cf net: reduce the unnecessary memory allocation of multiqueue by Jason Wang · 12 years ago
  33. d26e445 tap: set IFF_ONE_QUEUE per default by Peter Lieven · 12 years ago
  34. ce675a7 tap: forbid creating multiqueue tap when hub is used by Jason Wang · 12 years ago
  35. 7d91ddd net: fix unbounded NetQueue by Luigi Rizzo · 12 years ago
  36. 199ee60 net: fix qemu_flush_queued_packets() in presence of a hub by Luigi Rizzo · 12 years ago
  37. cc2a904 net: Avoid NULL function pointer dereference on cleanup by Andreas Färber · 12 years ago
  38. b890492 net: fix infinite loop on exit by Michael Roth · 12 years ago
  39. 02cd809 tap: unbreak -netdev tap,fd=X by Anthony Liguori · 12 years ago
  40. 264986e tap: multiqueue support by Jason Wang · 12 years ago
  41. e5dc0b4 tap: introduce a helper to get the name of an interface by Jason Wang · 12 years ago
  42. 16dbaf9 tap: support enabling or disabling a queue by Jason Wang · 12 years ago
  43. 94fdc6d tap: add Linux multiqueue support by Jason Wang · 12 years ago
  44. 5193e5f tap: factor out common tap initialization by Jason Wang · 12 years ago
  45. 4e4f9ae tap: import linux multiqueue constants by Jason Wang · 12 years ago
  46. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  47. f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
  48. 18a1541 net: introduce qemu_net_client_setup() by Jason Wang · 12 years ago
  49. 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
  50. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  51. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  52. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  53. 28a6589 net: tap: use abort() instead of assert(0) by Jason Wang · 12 years ago
  54. ec45f08 net: tap: using bool instead of bitfield by Jason Wang · 12 years ago
  55. c64f50d g_strdup(NULL) returns NULL; simplify by Markus Armbruster · 12 years ago
  56. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  57. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  58. 3f124b6 net: add missing include file by Liming Wang · 12 years ago
  59. b213614 net: Add missing include statement (fix compiler warnings for MinGW) by Stefan Weil · 12 years ago
  60. 27dd773 Merge remote-tracking branch 'bonzini/header-dirs' into staging by Anthony Liguori · 12 years ago
  61. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  62. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  63. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  64. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  65. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  66. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  67. fd9400b net: move net.c to net/ by Paolo Bonzini · 12 years ago
  68. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  69. e103129 net, hub: fix the indent in the comments by Zhi Yong Wu · 12 years ago
  70. 89e6d68 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  71. eac29d8 Fix spelling (prefered -> preferred) by Stefan Weil · 12 years ago
  72. 58ddcd5 tap: reset vnet header size on open by Michael S. Tsirkin · 12 years ago
  73. 63d2960 slirp: Add domain-search option to slirp's DHCP server by Klaus Stengel · 12 years ago
  74. f0e3ac7 net: use "socket" model name for UDP sockets by Lei Li · 12 years ago
  75. aee0bf7 tap-win32: stubs to fix win32 build by Michael S. Tsirkin · 12 years ago
  76. 08778b3 net/tap-win32: Fix compiler warning caused by missing include statement by Stefan Weil · 12 years ago
  77. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 13 years ago
  78. 73062df net/socket: Fix compiler warning (regression for MinGW) by Stefan Weil · 13 years ago
  79. 45a7f54 net: EAGAIN handling for net/socket.c TCP by Stefan Hajnoczi · 13 years ago
  80. 213fd50 net: EAGAIN handling for net/socket.c UDP by Stefan Hajnoczi · 13 years ago
  81. 863f678 net: asynchronous send/receive infrastructure for net/socket.c by Stefan Hajnoczi · 13 years ago
  82. 61518a7 net: broadcast hub packets if at least one port can receive by Stefan Hajnoczi · 13 years ago
  83. 06b5f36 net: do not report queued packets as sent by Stefan Hajnoczi · 13 years ago
  84. 987a9b4 net: notify iothread after flushing queue by Paolo Bonzini · 13 years ago
  85. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
  86. 427a1a2 qapi: avoid reserved keywords by Blue Swirl · 13 years ago
  87. 011de2b net: add the support for -netdev socket, listen by Zhi Yong Wu · 13 years ago
  88. e34cde3 net: fix the coding style by Zhi Yong Wu · 13 years ago
  89. 52a3cb8 hub: add the support for hub own flow control by Zhi Yong Wu · 13 years ago
  90. 691a4f3 net: determine if packets can be sent before net queue deliver packets by Zhi Yong Wu · 13 years ago
  91. 86a77c3 net: cleanup deliver/deliver_iov func pointers by Zhi Yong Wu · 13 years ago
  92. 1a85959 net: Make "info network" output more readable info by Zhi Yong Wu · 13 years ago
  93. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  94. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 13 years ago
  95. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  96. 606c10e net: Convert qdev_prop_vlan to peer with hub by Zhi Yong Wu · 13 years ago
  97. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  98. 8101764 hub: Check that hubs are configured correctly by Stefan Hajnoczi · 13 years ago
  99. 90d87a3 net: Look up 'vlan' net clients using hubs by Stefan Hajnoczi · 13 years ago
  100. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 13 years ago