1. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  2. 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
  3. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  4. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  5. 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
  6. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  7. aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
  8. 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
  9. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  10. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  11. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  12. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  13. f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
  14. eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
  15. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  16. d6b732e net: Add vnet_hdr_len arguments in NetClientState by Zhang Chen · 8 years ago
  17. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  18. 0e55c38 net: Use correct type for bool flag by Eric Blake · 9 years ago
  19. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  20. bfc6cf3 vhost-net: save & restore vring enable state by Marc-André Lureau · 9 years ago
  21. 6d1d493 net: Add macros for MAC address tracing by Dmitry Fleytman · 9 years ago
  22. 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
  23. d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
  24. 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
  25. fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
  26. fdccce4 init/cleanup of netfilter object by Yang Hongyang · 9 years ago
  27. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  28. c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
  29. 890ee6a net: add MAC address string printer by Scott Feldman · 10 years ago
  30. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  31. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  32. 45e8a9e net: remove bootindex property from qdev to qom by Gonglei · 10 years ago
  33. 575a1c0 net: move queue number into NICPeers by Jiri Pirko · 11 years ago
  34. 84007e8 net: Export valid host network devices list by Hani Benhabiles · 11 years ago
  35. d6085e3 net: remove implicit peer from offload API by Stefan Hajnoczi · 11 years ago
  36. 1f55ac4 net: extend NetClientInfo for offloading by Vincenzo Maffione · 11 years ago
  37. 067404b net: Rename send_queue to incoming_queue by Jan Kiszka · 12 years ago
  38. b1be428 net: add support of mac-programming over macvtap in QEMU side by Amos Kong · 12 years ago
  39. d32fcad net: increase buffer size to accommodate Jumbo frame pkts by Scott Feldman · 12 years ago
  40. f6b26cf net: reduce the unnecessary memory allocation of multiqueue by Jason Wang · 12 years ago
  41. 1ceef9f net: multiqueue support by Jason Wang · 12 years ago
  42. f786045 net: introduce NetClientState destructor by Jason Wang · 12 years ago
  43. 6c51ae7 net: introduce qemu_find_net_clients_except() by Jason Wang · 12 years ago
  44. 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
  45. cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
  46. b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
  47. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  48. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  49. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  50. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  51. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago[Renamed (97%) from net.h]
  52. 090f7ac net: move Bluetooth stuff out of net.h by Paolo Bonzini · 12 years ago
  53. a96ed02 monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param by Nicholas Bellinger · 13 years ago
  54. 86a77c3 net: cleanup deliver/deliver_iov func pointers by Zhi Yong Wu · 13 years ago
  55. 1a85959 net: Make "info network" output more readable info by Zhi Yong Wu · 13 years ago
  56. b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
  57. 35277d1 net: Rename vc local variables to nc by Stefan Hajnoczi · 13 years ago
  58. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  59. a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
  60. ec8b1f6 net: Remove vlan code from net.c by Stefan Hajnoczi · 13 years ago
  61. 606c10e net: Convert qdev_prop_vlan to peer with hub by Zhi Yong Wu · 13 years ago
  62. ab5f3f8 net: Drop vlan argument to qemu_new_net_client() by Stefan Hajnoczi · 13 years ago
  63. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  64. 5f96415 qapi: convert netdev_del by Luiz Capitulino · 13 years ago
  65. 928059a qapi: convert netdev_add by Luiz Capitulino · 13 years ago
  66. 4559a1d net: net_client_init(): use error_set() by Luiz Capitulino · 13 years ago
  67. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  68. 7fc8d91 net: move compute_mcast_idx() to net.h by Jason Wang · 13 years ago
  69. a7c36ee Add support for net bridge by Corey Bryant · 13 years ago
  70. 701a8f7 vmstate: extract declarations out of hw/hw.h by Paolo Bonzini · 13 years ago
  71. 4b37156 qapi: Convert set_link by Luiz Capitulino · 13 years ago
  72. e2d8830 Allow overriding the location of Samba's smbd. by Brad · 14 years ago
  73. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  74. 6f7b3b1 net: Refactor net_client_types by Jan Kiszka · 14 years ago
  75. 48e2faf net: Warn about "-net nic" options which were ignored by Peter Maydell · 14 years ago
  76. 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
  77. a083a89 net: delay freeing peer host device by Michael S. Tsirkin · 14 years ago
  78. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  79. 5369e3c monitor: Convert do_set_link() to QObject, QError by Markus Armbruster · 15 years ago
  80. ae82d32 monitor: New commands netdev_add, netdev_del by Markus Armbruster · 15 years ago
  81. da1fcfd net: remove broken net_set_boot_mask() boot device validation by Eduardo Habkost · 15 years ago
  82. c256460 net: remove NICInfo.bootable field by Eduardo Habkost · 15 years ago
  83. 75422b0 qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors by Amit Shah · 15 years ago
  84. 62112d1 net: Fix bogus "Warning: vlan 0 with no nics" with -device by Markus Armbruster · 15 years ago
  85. 668680f net: net_check_clients() runs too early to see -device, fix by Markus Armbruster · 15 years ago
  86. 7f76abe net: Remove unused net_client_uninit() by Markus Armbruster · 15 years ago
  87. ceb6961 net: add API to disable/enable polling by Michael S. Tsirkin · 15 years ago
  88. cb4522c default devices: network by Gerd Hoffmann · 15 years ago
  89. 57f9ef1 net: add qemu_foreach_nic() by Mark McLoughlin · 15 years ago
  90. 665a3b0 net: remove VLANClientState members now in NetClientInfo by Mark McLoughlin · 15 years ago
  91. 68da46e net: remove qemu_new_vlan_client() by Mark McLoughlin · 15 years ago
  92. ebef2c0 net: introduce NICState and qemu_new_nic() by Mark McLoughlin · 15 years ago
  93. 45460d1 net: introduce qemu_new_net_client() by Mark McLoughlin · 15 years ago
  94. 3ed79cc net: introduce NetClientInfo by Mark McLoughlin · 15 years ago
  95. b50a3a2 net: remove NICInfo::private by Mark McLoughlin · 15 years ago
  96. e13b10b net: remove NICInfo::vc by Mark McLoughlin · 15 years ago
  97. 68ac40d net: move slirp code from net.c to net/slirp.c by Mark McLoughlin · 15 years ago
  98. 893379e net: disable receiving if client returns zero by Mark McLoughlin · 15 years ago
  99. 5281d75 net: split all the tap code out into net/tap.c by Mark McLoughlin · 15 years ago
  100. a8ed73f net: move more stuff into net/tap-win32.c, add net/tap.h by Mark McLoughlin · 15 years ago