1. 013a620 net/filter-rewriter.c: Fix coverity static analysis issue by Zhang Chen · 6 years ago
  2. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  3. 0fca92b slirp: Implement RFC2132 TFTP server name by Fam Zheng · 7 years ago
  4. 6e157a0 slirp: Add sanity check for str option length by Fam Zheng · 7 years ago
  5. 8c42dbe net/socket: Fix invalid socket type error handling by Markus Armbruster · 6 years ago
  6. 007e5f8 l2tpv3: Improve -netdev/netdev_add/-net/... error reporting by Markus Armbruster · 6 years ago
  7. 1592a99 net: ignore packet size greater than INT_MAX by Jason Wang · 7 years ago
  8. 24525e9 filter-rewriter: handle checkpoint and failover event by Zhang Chen · 7 years ago
  9. 5fbba3d filter: Add handle_event method for NetFilterClass by Zhang Chen · 7 years ago
  10. dccd031 colo-compare: use notifier to notify packets comparing result by Zhang Chen · 7 years ago
  11. 0ffcece colo-compare: implement the process of checkpoint by Zhang Chen · 7 years ago
  12. 6214231 filter-rewriter: Add TCP state machine and fix memory leak in connection_track_table by Zhang Chen · 7 years ago
  13. 95e30b2 chardev: mark the calls that allow an implicit mux monitor by Marc-André Lureau · 7 years ago
  14. 68cb29e net/slirp: Deprecate the [hub_id name] parameter tuple by Thomas Huth · 7 years ago
  15. 101625a net: Deprecate the "name" parameter of -net by Thomas Huth · 7 years ago
  16. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  17. 323e7c1 tap: fix memory leak on success to create a tap device by Yunjian Wang · 7 years ago
  18. c67daf4 vhost-user: delete net client if necessary by linzhecheng · 7 years ago
  19. 8b43f96 net: Fix a potential segfault by Lin Ma · 7 years ago
  20. d542800 tap: set vhostfd passed from qemu cli to non-blocking by Brijesh Singh · 7 years ago
  21. 265b578 object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence by Marc-André Lureau · 7 years ago
  22. f67c9b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  23. f27f01d colo: use local path for local headers by Michael S. Tsirkin · 7 years ago
  24. 1fb3f7f net/slirp: Convert atoi to qemu_strtoi to allow error checking by Nia Alarie · 7 years ago
  25. f18d137 slirp: Add domainname option to slirp's DHCP server by Benjamin Drung · 7 years ago
  26. 4d0cf55 vhost-user: introduce shared vhost-user state by Tiwei Bie · 7 years ago
  27. 703878e vhost-user: add Net prefix to internal state structure by Tiwei Bie · 7 years ago
  28. 442da40 net: Get rid of 'vlan' terminology and use 'hub' instead in the source files by Thomas Huth · 7 years ago
  29. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  30. 9d94619 net: Fix memory leak in net_param_nic() by Thomas Huth · 7 years ago
  31. 7587855 net/vde: print error on vde_open() failure by Julia Suvorova via Qemu-devel · 7 years ago
  32. 94b5295 virtio_net: flush uncompleted TX on reset by Greg Kurz · 7 years ago
  33. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  34. 46d4d36 tap: setting error appropriately when calling net_init_tap_one() by Jay Zhou · 7 years ago
  35. 78cd6f7 net: Add a new convenience option "--nic" to configure default/on-board NICs by Thomas Huth · 7 years ago
  36. 7cc28cb net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands by Thomas Huth · 7 years ago
  37. 857d208 net: Remove the deprecated way of dumping network packets by Thomas Huth · 7 years ago
  38. aa09a48 net: Make net_client_init() static by Thomas Huth · 7 years ago
  39. 547203e net: List available netdevs with "-netdev help" by Thomas Huth · 7 years ago
  40. 34f708b net: Move error reporting from net_init_client/netdev to the calling site by Thomas Huth · 7 years ago
  41. eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 7 years ago
  42. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  43. a38a498 vhost-user: fix memory leak by linzhecheng · 7 years ago
  44. ea15ea8 net/can: support for connecting to Linux host SocketCAN interface. by Pavel Pisa · 7 years ago
  45. d18957d net/can: simple messages transport implementation for QEMU by Pavel Pisa · 7 years ago
  46. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  47. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  48. a82400c Drop superfluous includes of qapi/qmp/qerror.h by Markus Armbruster · 7 years ago
  49. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  50. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  51. 9365306 net: Allow netdevs to be used with 'hostfwd_add' and 'hostfwd_remove' by Thomas Huth · 7 years ago
  52. 18d65d2 net: Allow hubports to connect to other netdevs by Thomas Huth · 7 years ago
  53. f449c9e colo: compare the packet based on the tcp sequence number by Mao Zhongyi · 7 years ago
  54. 9394133 colo: modified the payload compare function by Mao Zhongyi · 7 years ago
  55. 3a22ee2 net: Remove the legacy "-net channel" parameter by Thomas Huth · 7 years ago
  56. d9caeb0 net: remove unused compute_mcast_idx() function by Mark Cave-Ayland · 7 years ago
  57. f1a7deb net: introduce net_crc32_le() function by Mark Cave-Ayland · 7 years ago
  58. eaba8f3 net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function by Mark Cave-Ayland · 7 years ago
  59. 47181f5 misc: remove headers implicitly included by Philippe Mathieu-Daudé · 7 years ago
  60. 4d36623 colo-compare: fix the dangerous assignment by Mao Zhongyi · 7 years ago
  61. bb160b5 net/socket: fix coverity issue by Jens Freimann · 7 years ago
  62. 8fa5ad6 colo: Consolidate the duplicate code chunk into a routine by Mao Zhongyi · 7 years ago
  63. 3463218 colo-compare: Fix comments by Mao Zhongyi · 7 years ago
  64. 8ec1440 colo-compare: compare the packet in a specified Connection by Mao Zhongyi · 7 years ago
  65. 8850d4c colo-compare: Insert packet into the suitable position of packet queue directly by Mao Zhongyi · 7 years ago
  66. ff86d57 net: fix check for number of parameters to -netdev socket by Jens Freimann · 8 years ago
  67. aa1530d filter-mirror: segfault when specifying non existent device by Eduardo Otubo · 8 years ago
  68. 0e7e4fb slirp: Add explanation for hostfwd parsing failure by Dr. David Alan Gilbert · 8 years ago
  69. e2ad6f1 buildsys: Move vde libs to per object by Fam Zheng · 8 years ago
  70. b62e39b General warn report fixups by Alistair Francis · 8 years ago
  71. 8297be8 Convert multi-line fprintf() to warn_report() by Alistair Francis · 8 years ago
  72. 2ab4b13 Convert single line fprintf(.../n) to warn_report() by Alistair Francis · 8 years ago
  73. dd321ec colo-compare: Use IOThread to Check old packet regularly and Process pactkets of the primary by Wang Yong · 8 years ago
  74. 61c5f46 net/colo-compare.c: Fix comments and scheme by Zhang Chen · 8 years ago
  75. 626bba9 net/colo-compare.c: Adjust net queue pop order for performance by Zhang Chen · 8 years ago
  76. 6f5009c net/colo-compare.c: Optimize unpredictable tcp options comparison by Zhang Chen · 8 years ago
  77. 0522a95 net/socket: Improve -net socket error reporting by Mao Zhongyi · 8 years ago
  78. bcd4dfd net/net: Convert parse_host_port() to Error by Mao Zhongyi · 8 years ago
  79. c37f0bb net/socket: Convert several helper functions to Error by Mao Zhongyi · 8 years ago
  80. e1b24b6 net/socket: Don't treat odd socket type as SOCK_STREAM by Mao Zhongyi · 8 years ago
  81. 6ce310b net/filter-rewriter.c: Fix rewirter checksum bug when use virtio-net by Zhang Chen · 8 years ago
  82. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 8 years ago
  83. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 8 years ago
  84. 0f8c289 net: fix -netdev socket,fd= for UDP sockets by Jens Freimann · 8 years ago
  85. 5c843af slirp: fill error when failing to initialize user network by Hervé Poussineau · 8 years ago
  86. 41d4e5e vhost-user: fix watcher need be removed when vhost-user hotplug by Yunjian Wang · 8 years ago
  87. 8908eb1 trace-events: fix code style: print 0x before hex numbers by Vladimir Sementsov-Ogievskiy · 8 years ago
  88. d87aa13 trace: add trace_event_get_state_backends() by Stefan Hajnoczi · 8 years ago
  89. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 8 years ago
  90. b2caa3b net/eth: fix incorrect check of iov_to_buf() return value by Philippe Mathieu-Daudé · 8 years ago
  91. 4b39bdc net/filter-rewriter.c: Make filter-rewriter support vnet_hdr_len by Zhang Chen · 8 years ago
  92. d63b366 net/colo-compare.c: Add vnet packet's tcp/udp/icmp compare by Zhang Chen · 8 years ago
  93. 5cc444d net/colo.c: Add vnet packet parse feature in colo-proxy by Zhang Chen · 8 years ago
  94. aa3a703 net/colo-compare.c: Make colo-compare support vnet_hdr_len by Zhang Chen · 8 years ago
  95. 3037e7a net/colo-compare.c: Introduce parameter for compare_chr_send() by Zhang Chen · 8 years ago
  96. ada1a33 net/colo.c: Make vnet_hdr_len as packet property by Zhang Chen · 8 years ago
  97. 00d5c24 net/filter-mirror.c: Add new option to enable vnet support for filter-redirector by Zhang Chen · 8 years ago
  98. e2521f0 net/filter-mirror.c: Make filter mirror support vnet support. by Zhang Chen · 8 years ago
  99. dc3c5ac net/filter-mirror.c: Introduce parameter for filter_send() by Zhang Chen · 8 years ago
  100. 3cde5ea net/net.c: Add vnet_hdr support in SocketReadState by Zhang Chen · 8 years ago