1. 33c9642 net/net: Clean up variable shadowing in net_client_init() by Vladimir Sementsov-Ogievskiy · 5 years ago
  2. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  3. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  4. 4623027 net: remove unused get_str_sep() function by Stefano Garzarella · 6 years ago
  5. add9934 net: use g_strsplit() for parsing host address and port by Stefano Garzarella · 6 years ago
  6. c1112b2 net: avoid using variable length array in net_client_init() by Stefano Garzarella · 6 years ago
  7. 21c520d net: fix assertion failure when ipv6-prefixlen is not a number by Stefano Garzarella · 6 years ago
  8. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  9. 7b71e03 net: Print output of "-net nic, model=help" to stdout instead of stderr by Thomas Huth · 6 years ago
  10. 56f41de vhost-net-user: add stubs for when no virtio-net device is present by Paolo Bonzini · 6 years ago
  11. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  12. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  13. 25c01bd net: drop too large packet early by Jason Wang · 6 years ago
  14. 1592a99 net: ignore packet size greater than INT_MAX by Jason Wang · 7 years ago
  15. 5fbba3d filter: Add handle_event method for NetFilterClass by Zhang Chen · 6 years ago
  16. 101625a net: Deprecate the "name" parameter of -net by Thomas Huth · 6 years ago
  17. 8b43f96 net: Fix a potential segfault by Lin Ma · 7 years ago
  18. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  19. 9d94619 net: Fix memory leak in net_param_nic() by Thomas Huth · 7 years ago
  20. 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
  21. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  22. 78cd6f7 net: Add a new convenience option "--nic" to configure default/on-board NICs by Thomas Huth · 7 years ago
  23. 7cc28cb net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands by Thomas Huth · 7 years ago
  24. 857d208 net: Remove the deprecated way of dumping network packets by Thomas Huth · 7 years ago
  25. aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
  26. 547203e net: List available netdevs with "-netdev help" by Thomas Huth · 7 years ago
  27. 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
  28. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  29. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  30. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  31. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  32. 18d65d2 net: Allow hubports to connect to other netdevs by Thomas Huth · 7 years ago
  33. 3a22ee2 net: Remove the legacy "-net channel" parameter by Thomas Huth · 7 years ago
  34. d9caeb0 net: remove unused compute_mcast_idx() function by Mark Cave-Ayland · 7 years ago
  35. f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
  36. eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
  37. b62e39b General warn report fixups by Alistair Francis · 7 years ago
  38. 8297be8 Convert multi-line fprintf() to warn_report() by Alistair Francis · 7 years ago
  39. bcd4dfd net/net: Convert parse_host_port() to Error by Mao Zhongyi · 7 years ago
  40. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 8 years ago
  41. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago
  42. d6b732e net: Add vnet_hdr_len arguments in NetClientState by Zhang Chen · 8 years ago
  43. 559964a hmp / net: Mark host_net_add/remove as deprecated by Thomas Huth · 8 years ago
  44. d3be4b5 net: Flatten simple union NetLegacyOptions by Markus Armbruster · 8 years ago
  45. a2dbe13 net: Mark 'vlan' parameter as deprecated by Thomas Huth · 8 years ago
  46. e79cd40 net: fix sending of data with -net socket, listen backend by Daniel P. Berrange · 8 years ago
  47. 47f9f15 net: limit allocation in nc_sendv_compat by Peter Lieven · 9 years ago
  48. a4543b1 net: hmp_host_net_remove: Del the -net option of the removed host_net by Shmulik Ladkani · 8 years ago
  49. e9e0a58 net/net: properly handle multiple packets in net_fill_rstate() by Zhang Chen · 9 years ago
  50. 0e55c38 net: Use correct type for bool flag by Eric Blake · 9 years ago
  51. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 9 years ago
  52. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 9 years ago
  53. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  54. e7ca565 string-output-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  55. 09204ea opts-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  56. ca1ee3d net: fix qemu_announce_self not emitting packets by Peter Lieven · 9 years ago
  57. 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
  58. d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
  59. 044d655 net: fix OptsVisitor memory leak by Paolo Bonzini · 9 years ago
  60. 74044c8 net: Allocating Large sized arrays to heap by Pooja Dhannawat · 9 years ago
  61. a155555 util: Improved qemu_hexmap() to include an ascii dump of the buffer by Isaac Lozano · 9 years ago
  62. 891a2bb Fix ipv6 options according to documentation by Samuel Thibault · 9 years ago
  63. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  64. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  65. 7aac531 qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses by Yann Bordenave · 9 years ago
  66. 96a1616 qapi-dealloc: Reduce use outside of generated code by Eric Blake · 9 years ago
  67. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  68. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  69. aa9156f net/filter: Fix the output information for command 'info network' by zhanghailiang · 9 years ago
  70. 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
  71. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  72. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  73. a3e8a3f net: free the string returned by object_get_canonical_path_component by Yang Hongyang · 9 years ago
  74. edc9814 net: make iov_to_buf take right size argument in nc_sendv_compat() by Yang Hongyang · 9 years ago
  75. 5320c2c net: Remove duplicate data from query-rx-filter on multiqueue net devices by Vladislav Yasevich · 9 years ago
  76. 052bd52 net: don't set native endianness by Michael S. Tsirkin · 9 years ago
  77. a4960f5 netfilter: print filter info associate with the netdev by Yang Hongyang · 9 years ago
  78. 3e033a4 net/queue: introduce NetQueueDeliverFunc by Yang Hongyang · 9 years ago
  79. fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
  80. e64c770 netfilter: hook packets before net queue send by Yang Hongyang · 9 years ago
  81. fdccce4 init/cleanup of netfilter object by Yang Hongyang · 9 years ago
  82. 625de44 net: Flush queued packets when guest resumes by Fam Zheng · 10 years ago
  83. 1e81aba net: simplify net_client_init1() by Stefan Hajnoczi · 10 years ago
  84. 4ef0def net: drop if expression that is always true by Stefan Hajnoczi · 10 years ago
  85. d139e9a net: raise an error if -net type is invalid by Stefan Hajnoczi · 10 years ago
  86. 1322629 net: replace net_client_init1() netdev whitelist with blacklist by Stefan Hajnoczi · 10 years ago
  87. 027a247 net: add missing "netmap" to host_net_devices[] by Stefan Hajnoczi · 10 years ago
  88. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  89. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  90. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  91. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  92. 75158eb qerror: Eliminate QERR_DEVICE_NOT_FOUND by Markus Armbruster · 10 years ago
  93. 70b9433 QemuOpts: Wean off qerror_report_err() by Markus Armbruster · 10 years ago
  94. 89e9429 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  95. c80cd6b tap: add VNET_LE/VNET_BE operations by Greg Kurz · 10 years ago
  96. 28d0de7 QemuOpts: Convert qemu_opts_foreach() to Error by Markus Armbruster · 10 years ago
  97. a4c7367 QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure by Markus Armbruster · 10 years ago
  98. 2bc22a5 net/net: Record usage status of mac address by Shannon Zhao · 10 years ago
  99. 6630886 net: Improve -net nic error reporting by Markus Armbruster · 10 years ago
  100. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago