1. 7263a90 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  2. a463215 vhost-net: save & restore vhost-user acked features by Marc-André Lureau · 9 years ago
  3. 0d572af vhost-user: disconnect on start failure by Marc-André Lureau · 9 years ago
  4. a655359 vhost-user: add ability to know vhost-user backend disconnection by Tetsuya Mukawa · 9 years ago
  5. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  6. ade6bad net: handle optional VLAN header in checksum computation. by Jean-Christophe Dubois · 9 years ago
  7. 50dbce6 net: improve UDP/TCP checksum computation. by Jean-Christophe Dubois · 9 years ago
  8. eb70002 net_pkt: Extend packet abstraction as required by e1000e functionality by Dmitry Fleytman · 9 years ago
  9. 16a3df4 net/net: Add SocketReadState for reuse codes by Zhang Chen · 9 years ago
  10. d30300f net: vl: Move default_net to vl.c by Eduardo Habkost · 9 years ago
  11. 11196e9 net/tap: Allocating Large sized arrays to heap by Zhou Jie · 9 years ago
  12. e0a039e filter-buffer: fix segfault when starting qemu with status=off property by zhanghailiang · 9 years ago
  13. 044d655 net: fix OptsVisitor memory leak by Paolo Bonzini · 9 years ago
  14. 74044c8 net: Allocating Large sized arrays to heap by Pooja Dhannawat · 9 years ago
  15. a155555 util: Improved qemu_hexmap() to include an ascii dump of the buffer by Isaac Lozano · 9 years ago
  16. e31f045 net: fix missing include of qapi/error.h in netmap.c by Daniel P. Berrange · 9 years ago
  17. 0b11c03 slirp: Allow disabling IPv4 or IPv6 by Samuel Thibault · 9 years ago
  18. 891a2bb Fix ipv6 options according to documentation by Samuel Thibault · 9 years ago
  19. d46f75b net/filter-mirror: implement filter-redirector by Zhang Chen · 9 years ago
  20. ba8940d net/filter-mirror: Change filter_mirror_send interface by Zhang Chen · 9 years ago
  21. f6d3afb net/filter-mirror:Add filter-mirror by Zhang Chen · 9 years ago
  22. 5b8e6b4 Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging by Peter Maydell · 9 years ago
  23. d8eb386 Rework ipv6 options by Samuel Thibault · 9 years ago
  24. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  25. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  26. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  27. a6cdb77 Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging by Peter Maydell · 9 years ago
  28. a58a4cb Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  29. 7aac531 qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses by Yann Bordenave · 9 years ago
  30. b7fcb36 vhost-user: remove useless is_server field by Marc-André Lureau · 9 years ago
  31. c1bf353 vhost-user: fix use after free by Marc-André Lureau · 9 years ago
  32. fff4e48 vhost-user: verify that number of queues is less than MAX_QUEUE_NUM by Ilya Maximets · 9 years ago
  33. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  34. 362786f net: check packet payload length by Prasad J Pandit · 9 years ago
  35. f1b2bc6 filter-buffer: Add status_changed callback processing by zhanghailiang · 9 years ago
  36. 338d3f4 filter: Add 'status' property for filter object by zhanghailiang · 9 years ago
  37. 9fbad2c net: netmap: probe netmap interface for virtio-net header by Vincenzo Maffione · 9 years ago
  38. 3a2d44f net: simplify net_init_tap_one logic by Paolo Bonzini · 9 years ago
  39. 5dd2d45 net: filter: correctly remove filter from the list during finalization by Jason Wang · 9 years ago
  40. 96a1616 qapi-dealloc: Reduce use outside of generated code by Eric Blake · 9 years ago
  41. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  42. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  43. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  44. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  45. aa9156f net/filter: Fix the output information for command 'info network' by zhanghailiang · 9 years ago
  46. 25aaadf net: always walk through filters in reverse if traffic is egress by Li Zhijian · 9 years ago
  47. ab68522 net: netmap: use nm_open() to open netmap ports by Vincenzo Maffione · 9 years ago
  48. f853ac6 net/slirp: Tell the users when they are using deprecated options by Thomas Huth · 9 years ago
  49. 7746abd qom: Change object property iterator API contract by Daniel P. Berrange · 9 years ago
  50. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  51. 692a551 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging by Peter Maydell · 9 years ago
  52. 34f22fc net: convert qemu_log to error_report, fix message by Paolo Bonzini · 9 years ago
  53. 3be9b35 l2tpv3: fix cookie decoding by Alexis Dambricourt · 9 years ago
  54. 671f66f net/filter: fix nf->netdev_id leak by Li Zhijian · 9 years ago
  55. b50c7d4 net/dump: fix nfds->filename leak by Li Zhijian · 9 years ago
  56. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  57. 6f6f951 vhost-user: verify that number of queues is non-zero by Victor Kaplansky · 9 years ago
  58. b73c184 tap-win32: disable broken async write path by Andrew Baumann · 9 years ago
  59. ee0428e tap-win32: skip unexpected nodes during registry enumeration by Andrew Baumann · 9 years ago
  60. d39c87d vhost-user: set link down when the char device is closed by Wen Congyang · 9 years ago
  61. 456fb0b net: Convert net filter code to use object property iterators by Daniel P. Berrange · 9 years ago
  62. 39bec4f net: netmap: use error_setg() helpers in place of error_report() by Vincenzo Maffione · 9 years ago
  63. 54c59b4 net: netmap: Fix compilation issue by Vincenzo Maffione · 9 years ago
  64. bd54a9f tap-bsd: use user-specified tap device if it already exists by Ed Maste · 9 years ago
  65. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  66. a3e8a3f net: free the string returned by object_get_canonical_path_component by Yang Hongyang · 9 years ago
  67. edc9814 net: make iov_to_buf take right size argument in nc_sendv_compat() by Yang Hongyang · 9 years ago
  68. 5320c2c net: Remove duplicate data from query-rx-filter on multiqueue net devices by Vladislav Yasevich · 9 years ago
  69. 9d3e12e net/dump: Provide the dumping facility as a net-filter by Thomas Huth · 9 years ago
  70. 75310e3 net/dump: Separate the NetClientState from the DumpState by Thomas Huth · 9 years ago
  71. 7bc3074 net/dump: Rework net-dump init functions by Thomas Huth · 9 years ago
  72. 43192fc net/dump: Add support for receive_iov function by Thomas Huth · 9 years ago
  73. 3e86636 vhost user: add rarp sending after live migration for legacy guest by Thibaut Collet · 9 years ago
  74. f6f5629 vhost user: add support of live migration by Thibaut Collet · 9 years ago
  75. 69b32a6 net: add trace_vhost_user_event by Marc-André Lureau · 9 years ago
  76. 052bd52 net: don't set native endianness by Michael S. Tsirkin · 9 years ago
  77. 7dbb11c netfilter: add a netbuffer filter by Yang Hongyang · 9 years ago
  78. b68c7f7 net/queue: export qemu_net_queue_append_iov by Yang Hongyang · 9 years ago
  79. a4960f5 netfilter: print filter info associate with the netdev by Yang Hongyang · 9 years ago
  80. 7ef7bc8 netfilter: add an API to pass the packet to next filter by Yang Hongyang · 9 years ago
  81. 3e033a4 net/queue: introduce NetQueueDeliverFunc by Yang Hongyang · 9 years ago
  82. fefe2a7 net: merge qemu_deliver_packet and qemu_deliver_packet_iov by Yang Hongyang · 9 years ago
  83. e64c770 netfilter: hook packets before net queue send by Yang Hongyang · 9 years ago
  84. fdccce4 init/cleanup of netfilter object by Yang Hongyang · 9 years ago
  85. 690b286 Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925' into staging by Peter Maydell · 10 years ago
  86. ab60b74 net: remove muldiv64() by Laurent Vivier · 10 years ago
  87. b931bfb vhost-user: add multiple queue support by Changchun Ouyang · 10 years ago
  88. 594fd21 trivial: remove trailing newline from error_report by John Snow · 10 years ago
  89. 625de44 net: Flush queued packets when guest resumes by Fam Zheng · 10 years ago
  90. 091f1f5 socket: pass correct size in net_socket_send() by Jason Wang · 10 years ago
  91. d345ed2 Revert "vhost-user: add multi queue support" by Michael S. Tsirkin · 10 years ago
  92. 1e81aba net: simplify net_client_init1() by Stefan Hajnoczi · 10 years ago
  93. 4ef0def net: drop if expression that is always true by Stefan Hajnoczi · 10 years ago
  94. d139e9a net: raise an error if -net type is invalid by Stefan Hajnoczi · 10 years ago
  95. 1322629 net: replace net_client_init1() netdev whitelist with blacklist by Stefan Hajnoczi · 10 years ago
  96. 027a247 net: add missing "netmap" to host_net_devices[] by Stefan Hajnoczi · 10 years ago
  97. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  98. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  99. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  100. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago