1. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  2. 81e34a2 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  3. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  4. 44e798d net: Dump client type 'info network' by Jan Kiszka · 14 years ago
  5. 6f7b3b1 net: Refactor net_client_types by Jan Kiszka · 14 years ago
  6. 19061e6 net: Improve layout of 'info network' by Jan Kiszka · 14 years ago
  7. 85dde9a Fix netdev name lookup in -device, device_add, netdev_del by Markus Armbruster · 14 years ago
  8. 53e51d8 Fix automatically assigned network names for netdev by Markus Armbruster · 14 years ago
  9. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  10. 48e2faf net: Warn about "-net nic" options which were ignored by Peter Maydell · 14 years ago
  11. 641f6ea net: Don't warn about the default network setup by Peter Maydell · 14 years ago
  12. 1d66f17 Revert "net: Improve the warnings for dubious command line option combinations" by Peter Maydell · 14 years ago
  13. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  14. f68b9d6 net: Improve the warnings for dubious command line option combinations by Peter Maydell · 14 years ago
  15. ac60cc1 Fix net_check_clients warnings: make it per vlan. by Tristan Gingold · 14 years ago
  16. 96c94b2 net: Add the missing option declaration of "vhostforce" by Jason Wang · 14 years ago
  17. 85bb6d3 net: remove parse_host_src_port() function by Juan Quintela · 14 years ago
  18. ce05366 net: Use iov helper functions by Benjamin Poirier · 14 years ago
  19. 60c07d9 net: fix qemu_can_send_packet logic by Vincent Palatin · 14 years ago
  20. ab1cbe1 net: notify peer about link status change by Michael S. Tsirkin · 14 years ago
  21. 3a75e74 net/sock: option to specify local address by Mike Ryan · 14 years ago
  22. f7c31d6 net: properly handle illegal fd/vhostfd from command line by Jason Wang · 14 years ago
  23. a083a89 net: delay freeing peer host device by Michael S. Tsirkin · 15 years ago
  24. 3329f07 QemuOpts: make most qemu_*_opts static by Gerd Hoffmann · 15 years ago
  25. 410cbaf net: delete QemuOpts when net_client_init() fails. by Yoshiaki Tamura · 15 years ago
  26. 03c7155 net: Fix VM start with '-net none' by Amit Shah · 15 years ago
  27. 2ffcb18 Make netdev_del delete the netdev even when it's in use by Markus Armbruster · 15 years ago
  28. 60a3992 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  29. 50e32ea net: Fix hotplug with pci_add by Amit Shah · 15 years ago
  30. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  31. 5369e3c monitor: Convert do_set_link() to QObject, QError by Markus Armbruster · 15 years ago
  32. c9b26a4 monitor: Use argument type 'b' for set_link by Markus Armbruster · 15 years ago
  33. ae82d32 monitor: New commands netdev_add, netdev_del by Markus Armbruster · 15 years ago
  34. 5294e2c error: Convert net_client_init() to QError by Markus Armbruster · 15 years ago
  35. c389c43 error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() by Markus Armbruster · 15 years ago
  36. da1fcfd net: remove broken net_set_boot_mask() boot device validation by Eduardo Habkost · 15 years ago
  37. c256460 net: remove NICInfo.bootable field by Eduardo Habkost · 15 years ago
  38. 82b0d80 tap: add vhost/vhostfd options by Michael S. Tsirkin · 15 years ago
  39. 8212c64 qemu-option: Move the implied first name into QemuOptsList by Markus Armbruster · 15 years ago
  40. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  41. 27f3f8a qdev: Catch attempt to attach more than one device to a netdev by Markus Armbruster · 15 years ago
  42. 75422b0 qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors by Amit Shah · 15 years ago
  43. 238431a Allow const QemuOptDesc by Blue Swirl · 15 years ago
  44. 64e69d5 Fix warning on OpenBSD by Blue Swirl · 15 years ago
  45. 2583ba9 net: Monitor command set_link finds only VLAN clients, fix by Markus Armbruster · 15 years ago
  46. a0104e0 net: info network shows only VLAN clients, fix by Markus Armbruster · 15 years ago
  47. efe32fd net: net_check_clients() checks only VLAN clients, fix by Markus Armbruster · 15 years ago
  48. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  49. 668680f net: net_check_clients() runs too early to see -device, fix by Markus Armbruster · 15 years ago
  50. 7f76abe net: Remove unused net_client_uninit() by Markus Armbruster · 15 years ago
  51. 6265eb2 don't dereference NULL after failed strdup by Jim Meyering · 15 years ago
  52. cb4522c default devices: network by Gerd Hoffmann · 15 years ago
  53. 0f2fbf4 net: print correct error for '-netdev ""' by Mark McLoughlin · 15 years ago
  54. 57f9ef1 net: add qemu_foreach_nic() by Mark McLoughlin · 15 years ago
  55. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  56. 68da46e net: remove qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  57. f1d078c net: move parse_macaddr() to net/util.[ch] by Mark McLoughlin · 15 years ago
  58. ebef2c0 net: introduce NICState and qemu_new_nic() by Mark McLoughlin · 15 years ago
  59. 45460d1 net: introduce qemu_new_net_client() by Mark McLoughlin · 15 years ago
  60. 1df49e0 net: clean up includes in net.c by Mark McLoughlin · 15 years ago
  61. 1abecf7 net: move dump backend code from net.c to net/dump.c by Mark McLoughlin · 15 years ago
  62. 42281ac net: move socket backend code from net.c to net/socket.c by Mark McLoughlin · 15 years ago
  63. 5c361cc net: move vde code from net.c to net/vde.c by Mark McLoughlin · 15 years ago
  64. 68ac40d net: move slirp code from net.c to net/slirp.c by Mark McLoughlin · 15 years ago
  65. a167ba5 Add support for GNU/kFreeBSD by Aurelien Jarno · 15 years ago
  66. 893379e net: disable receiving if client returns zero by Mark McLoughlin · 15 years ago
  67. 88b3ec0 net: move AIX code into net/tap-aix.c by Mark McLoughlin · 15 years ago
  68. 5281d75 net: split all the tap code out into net/tap.c by Mark McLoughlin · 15 years ago
  69. f54c7bd net: move tap-linux.h under net/ by Mark McLoughlin · 15 years ago
  70. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago
  71. 6c9f58b Enable UFO on virtio-net and tap devices by Sridhar Samudrala · 15 years ago
  72. b1c28b4 net: add tap_set_offload() by Mark McLoughlin · 15 years ago
  73. 2596774 net: implement tap support for receive_raw() by Mark McLoughlin · 15 years ago
  74. 70783b9 net: add receive_raw parameter to qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  75. ca77d17 net: add an API for 'raw' packets by Mark McLoughlin · 15 years ago
  76. c0b8e49 net: add flags parameter to packet queue interface by Mark McLoughlin · 15 years ago
  77. 24e3236 net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIs by Mark McLoughlin · 15 years ago
  78. bb6e636 net: add a client type code by Mark McLoughlin · 15 years ago
  79. baf74c9 net: add a vnet_hdr=on|off parameter by Mark McLoughlin · 15 years ago
  80. 424a7f9 net: refactor tap initialization by Mark McLoughlin · 15 years ago
  81. 8e0f8e5 net: enable IFF_VNET_HDR on tap fds if available by Mark McLoughlin · 15 years ago
  82. 38c75be net: make tap_receive() re-use tap_receive_iov() code by Mark McLoughlin · 15 years ago
  83. 7668229 net: import linux tap ioctl definitions by Mark McLoughlin · 15 years ago
  84. 2ef924b qdev: add netdev property by Gerd Hoffmann · 15 years ago
  85. 76d32cb net: add macaddr type. by Gerd Hoffmann · 15 years ago
  86. c1671a0 net: fix multiple NICs causing net opts process to stop by Mark McLoughlin · 15 years ago
  87. 9a6ecb3 net: add queue for peer-to-peer packet forwarding by Mark McLoughlin · 15 years ago
  88. f710584 net: refactor packet queueing code by Mark McLoughlin · 15 years ago
  89. 283c7c6 net: allow NICs to be connected to netdevs by Mark McLoughlin · 15 years ago
  90. 5869c4d net: add -net nic,netdev= option by Mark McLoughlin · 15 years ago
  91. 577c4af net: maintain a list of vlan-less clients by Mark McLoughlin · 15 years ago
  92. f6b134a net: handle -netdevice options by Mark McLoughlin · 15 years ago
  93. 7f161aa net: add QemuOptsList arg to net_client_parse() by Mark McLoughlin · 15 years ago
  94. d80b9fc net: allow clients not associated with a vlan by Mark McLoughlin · 15 years ago
  95. 5610c3a net: use qtailq for vlan and client lists by Mark McLoughlin · 15 years ago
  96. dea7b3b net: remove id field from NICInfo by Mark McLoughlin · 15 years ago
  97. 6d952eb net: handle id= parameter for -net by Mark McLoughlin · 15 years ago
  98. 8b077c9 net: pass monitor handle to client init functions by Mark McLoughlin · 15 years ago
  99. a3a766e slirp: fix !CONFIG_SLIRP compilation by Juan Quintela · 15 years ago
  100. dc1c9fe Final net cleanup after conversion to QemuOpts by Mark McLoughlin · 15 years ago