1. f6b26cf net: reduce the unnecessary memory allocation of multiqueue by Jason Wang · 12 years ago
  2. 199ee60 net: fix qemu_flush_queued_packets() in presence of a hub by Luigi Rizzo · 12 years ago
  3. cc2a904 net: Avoid NULL function pointer dereference on cleanup by Andreas Färber · 12 years ago
  4. b890492 net: fix infinite loop on exit by Michael Roth · 12 years ago
  5. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  6. f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
  7. 18a1541 net: introduce qemu_net_client_setup() by Jason Wang · 12 years ago
  8. 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
  9. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  10. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  11. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  12. c64f50d g_strdup(NULL) returns NULL; simplify by Markus Armbruster · 12 years ago
  13. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  14. 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
  15. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  16. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  17. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  18. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  19. fd9400b net: move net.c to net/ by Paolo Bonzini · 12 years ago[Renamed (99%) from net.c]
  20. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
  21. 645c949 net: Reject non-netdevs in qmp_netdev_del() by Stefan Hajnoczi · 12 years ago
  22. a245fc1 net: consolidate NetClientState header files into one by Paolo Bonzini · 12 years ago
  23. c67f5dc net: add receive_disabled logic to iov delivery path by Stefan Hajnoczi · 12 years ago
  24. 987a9b4 net: notify iothread after flushing queue by Paolo Bonzini · 12 years ago
  25. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 12 years ago
  26. f57fb88 Merge remote-tracking branch 'stefanha/net' into staging by Anthony Liguori · 12 years ago
  27. c8057f9 Support 'help' as a synonym for '?' in command line options by Peter Maydell · 12 years ago
  28. 86a77c3 net: cleanup deliver/deliver_iov func pointers by Zhi Yong Wu · 12 years ago
  29. 1a85959 net: Make "info network" output more readable info by Zhi Yong Wu · 12 years ago
  30. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 12 years ago
  31. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 12 years ago
  32. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 12 years ago
  33. 9487899 net: Rename non_vlan_clients to net_clients by Stefan Hajnoczi · 12 years ago
  34. a005d07 net: Remove VLANState by Stefan Hajnoczi · 12 years ago
  35. ec8b1f6 net: Remove vlan code from net.c by Stefan Hajnoczi · 12 years ago
  36. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 12 years ago
  37. 8101764 hub: Check that hubs are configured correctly by Stefan Hajnoczi · 12 years ago
  38. 90d87a3 net: Look up 'vlan' net clients using hubs by Stefan Hajnoczi · 12 years ago
  39. d33d93b net: Use hubs for the vlan feature by Stefan Hajnoczi · 12 years ago
  40. f6c874e net: Add a hub net client by Stefan Hajnoczi · 12 years ago
  41. 1a0c095 remove unused QemuOpts parameter from net init functions by Laszlo Ersek · 12 years ago
  42. 2456f36 convert net_init_nic() to NetClientOptions by Laszlo Ersek · 12 years ago
  43. 6687b79 convert net_client_init() to OptsVisitor by Laszlo Ersek · 12 years ago
  44. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 12 years ago
  45. dcf6f5e change iov_* function prototypes to be more appropriate by Michael Tokarev · 13 years ago
  46. 5f96415 qapi: convert netdev_del by Luiz Capitulino · 13 years ago
  47. 928059a qapi: convert netdev_add by Luiz Capitulino · 13 years ago
  48. 4559a1d net: net_client_init(): use error_set() by Luiz Capitulino · 13 years ago
  49. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  50. 4e89978 qemu-option: qemu_opts_from_qdict(): use error_set() by Luiz Capitulino · 13 years ago
  51. 2995286 qemu-option: qemu_opts_validate(): use error_set() by Luiz Capitulino · 13 years ago
  52. 7fc8d91 net: move compute_mcast_idx() to net.h by Jason Wang · 13 years ago
  53. 2944e4e w32: Fix build with new net bridge code by Stefan Weil · 13 years ago
  54. a7c36ee Add support for net bridge by Corey Bryant · 13 years ago
  55. 0e0e7fa Support for UDP unicast network backend by Benjamin · 13 years ago
  56. 4b37156 qapi: Convert set_link by Luiz Capitulino · 13 years ago
  57. 443916d Move filedescriptor parsing code from net.c into qemu_parse_fd() by Stefan Berger · 13 years ago
  58. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  59. 81e34a2 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 13 years ago
  60. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 13 years ago
  61. 44e798d net: Dump client type 'info network' by Jan Kiszka · 13 years ago
  62. 6f7b3b1 net: Refactor net_client_types by Jan Kiszka · 13 years ago
  63. 19061e6 net: Improve layout of 'info network' by Jan Kiszka · 13 years ago
  64. 85dde9a Fix netdev name lookup in -device, device_add, netdev_del by Markus Armbruster · 14 years ago
  65. 53e51d8 Fix automatically assigned network names for netdev by Markus Armbruster · 14 years ago
  66. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  67. 48e2faf net: Warn about "-net nic" options which were ignored by Peter Maydell · 14 years ago
  68. 641f6ea net: Don't warn about the default network setup by Peter Maydell · 14 years ago
  69. 1d66f17 Revert "net: Improve the warnings for dubious command line option combinations" by Peter Maydell · 14 years ago
  70. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  71. f68b9d6 net: Improve the warnings for dubious command line option combinations by Peter Maydell · 14 years ago
  72. ac60cc1 Fix net_check_clients warnings: make it per vlan. by Tristan Gingold · 14 years ago
  73. 96c94b2 net: Add the missing option declaration of "vhostforce" by Jason Wang · 14 years ago
  74. 85bb6d3 net: remove parse_host_src_port() function by Juan Quintela · 14 years ago
  75. ce05366 net: Use iov helper functions by Benjamin Poirier · 14 years ago
  76. 60c07d9 net: fix qemu_can_send_packet logic by Vincent Palatin · 14 years ago
  77. ab1cbe1 net: notify peer about link status change by Michael S. Tsirkin · 14 years ago
  78. 3a75e74 net/sock: option to specify local address by Mike Ryan · 14 years ago
  79. f7c31d6 net: properly handle illegal fd/vhostfd from command line by Jason Wang · 14 years ago
  80. a083a89 net: delay freeing peer host device by Michael S. Tsirkin · 14 years ago
  81. 3329f07 QemuOpts: make most qemu_*_opts static by Gerd Hoffmann · 14 years ago
  82. 410cbaf net: delete QemuOpts when net_client_init() fails. by Yoshiaki Tamura · 15 years ago
  83. 03c7155 net: Fix VM start with '-net none' by Amit Shah · 15 years ago
  84. 2ffcb18 Make netdev_del delete the netdev even when it's in use by Markus Armbruster · 15 years ago
  85. 60a3992 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  86. 50e32ea net: Fix hotplug with pci_add by Amit Shah · 15 years ago
  87. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  88. 5369e3c monitor: Convert do_set_link() to QObject, QError by Markus Armbruster · 15 years ago
  89. c9b26a4 monitor: Use argument type 'b' for set_link by Markus Armbruster · 15 years ago
  90. ae82d32 monitor: New commands netdev_add, netdev_del by Markus Armbruster · 15 years ago
  91. 5294e2c error: Convert net_client_init() to QError by Markus Armbruster · 15 years ago
  92. c389c43 error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() by Markus Armbruster · 15 years ago
  93. da1fcfd net: remove broken net_set_boot_mask() boot device validation by Eduardo Habkost · 15 years ago
  94. c256460 net: remove NICInfo.bootable field by Eduardo Habkost · 15 years ago
  95. 82b0d80 tap: add vhost/vhostfd options by Michael S. Tsirkin · 15 years ago
  96. 8212c64 qemu-option: Move the implied first name into QemuOptsList by Markus Armbruster · 15 years ago
  97. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  98. 27f3f8a qdev: Catch attempt to attach more than one device to a netdev by Markus Armbruster · 15 years ago
  99. 75422b0 qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors by Amit Shah · 15 years ago
  100. 238431a Allow const QemuOptDesc by Blue Swirl · 15 years ago