1. 71830d8 net: Drop the NetLegacy structure, always use Netdev instead by Thomas Huth · 4 years, 11 months ago
  2. 9d903f3 net: Drop the legacy "name" parameter from the -net option by Thomas Huth · 4 years, 11 months ago
  3. bdadbb0 colo-compare: Fix memory leak in packet_enqueue() by Derek Su · 4 years, 10 months ago
  4. 5bd57eb net/colo-compare.c: Correct ordering in complete and finalize by Lukas Straub · 4 years, 10 months ago
  5. 45942b7 net/colo-compare.c: Check that colo-compare is active by Lukas Straub · 4 years, 10 months ago
  6. 7665854 net/colo-compare.c: Only hexdump packets if tracing is enabled by Lukas Straub · 4 years, 10 months ago
  7. 9c55fe9 net/colo-compare.c: Fix deadlock in compare_chr_send by Lukas Straub · 4 years, 10 months ago
  8. 5893c73 net/colo-compare.c: Create event_bh with the right AioContext by Lukas Straub · 4 years, 10 months ago
  9. 5fe19fb net: use peer when purging queue in qemu_flush_or_purge_queue_packets() by Jason Wang · 5 years ago
  10. fbbdbdd tap: allow extended virtio header with hash info by Yuri Benditovich · 5 years ago
  11. 0561dfa net: Do not include a newline in the id of -nic devices by Thomas Huth · 4 years, 11 months ago
  12. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 5 years ago
  13. cca35ac net/colo-compare.c: Expose "expired_scan_cycle" to users by Zhang Chen · 5 years ago
  14. 9cc43c9 net/colo-compare.c: Expose "compare_timeout" to users by Zhang Chen · 5 years ago
  15. 767cc9a hw/net/can: Make CanBusClientInfo::can_receive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  16. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 5 years ago
  17. f57587c Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into staging by Peter Maydell · 5 years ago
  18. 08712fc net: Track netdevs in NetClientState rather than QemuOpt by Eric Blake · 5 years ago
  19. db2a380 net: Complete qapi-fication of netdev_add by Eric Blake · 5 years ago
  20. f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
  21. b4983c5 net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' by Thomas Huth · 5 years ago
  22. 1973136 net/filter.c: Add Options to insert filters anywhere in the filter list by Lukas Straub · 5 years ago
  23. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  24. d0ab676 vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
  25. f59b31e Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-191219-1' into staging by Peter Maydell · 5 years ago
  26. fc59d2d qemu_log_lock/unlock now preserves the qemu_logfile handle. by Robert Foley · 5 years ago
  27. 33c9642 net/net: Clean up variable shadowing in net_client_init() by Vladimir Sementsov-Ogievskiy · 5 years ago
  28. 1e907a3 COLO-compare: Fix incorrect `if` logic by Fan Yang · 6 years ago
  29. 39b68bc Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
  30. c6beefd vhost-user: save features if the char dev is closed by Adrian Moreno · 6 years ago
  31. 120b721 slirp: Allow non-local DNS address when restrict is off by Samuel Thibault · 6 years ago
  32. 794dcb5 trace: Remove trailing newline in events by Philippe Mathieu-Daudé · 6 years ago
  33. ce62df5 migration: register_savevm_live doesn't need dev by Dr. David Alan Gilbert · 6 years ago
  34. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  35. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  36. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  37. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  38. f77bed1 net/colo-compare.c: Fix memory leak and code style issue. by Zhang Chen · 6 years ago
  39. 389abe1 net: tap: replace snprintf with g_strdup_printf calls by Prasad J Pandit · 6 years ago
  40. 1d09f70 COLO-compare: Add colo-compare remote notify support by Zhang Chen · 6 years ago
  41. 30685c0 COLO-compare: Make the compare_chr_send() can send notification message. by Zhang Chen · 6 years ago
  42. 13025fe COLO-compare: Add remote notification chardev handler frame by Zhang Chen · 6 years ago
  43. cf6af76 COLO-compare: Add new parameter to communicate with remote colo-frame by Zhang Chen · 6 years ago
  44. 944458b net/announce: Add optional ID by Dr. David Alan Gilbert · 6 years ago
  45. ef2fdbf net/announce: Allow optional list of interfaces by Dr. David Alan Gilbert · 6 years ago
  46. 4623027 net: remove unused get_str_sep() function by Stefano Garzarella · 6 years ago
  47. add9934 net: use g_strsplit() for parsing host address and port by Stefano Garzarella · 6 years ago
  48. c1112b2 net: avoid using variable length array in net_client_init() by Stefano Garzarella · 6 years ago
  49. 21c520d net: fix assertion failure when ipv6-prefixlen is not a number by Stefano Garzarella · 6 years ago
  50. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  51. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  52. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  53. 6ab79a2 do not call vhost_net_cleanup() on running net from char user event by Dan Streetman · 6 years ago
  54. 78e4f44 net/colo-compare.c: Fix a crash in COLO Primary. by Lukas Straub · 6 years ago
  55. 178a0a5 net/slirp: fix the IPv6 prefix length error message by Stefano Garzarella · 6 years ago
  56. 58ea30f Clean up header guards that don't match their file name by Markus Armbruster · 6 years ago
  57. 7b71e03 net: Print output of "-net nic, model=help" to stdout instead of stderr by Thomas Huth · 6 years ago
  58. ab79237 net: tap: use qemu_set_nonblock by Li Qiang · 6 years ago
  59. fdec16e net/socket: learn to talk with a unix dgram socket by Marc-André Lureau · 6 years ago
  60. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  61. 0b99f22 vhost-user: simplify vhost_user_init/vhost_user_cleanup by Marc-André Lureau · 6 years ago
  62. 675b9b5 build-sys: link with slirp as an external project by Marc-André Lureau · 6 years ago
  63. c2d6365 slirp: move sources to src/ subdirectory by Marc-André Lureau · 6 years ago
  64. d890344 slirp: use libslirp migration code by Marc-André Lureau · 6 years ago
  65. ffe02f5 slirp: Mark pieces missing IPv6 support by Samuel Thibault · 9 years ago
  66. a06cd48 qmp: Add announce-self command by Dr. David Alan Gilbert · 6 years ago
  67. 44b416a net: Add a network device specific self-announcement ability by Dr. David Alan Gilbert · 6 years ago
  68. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  69. 50510ea net: Introduce announce timer by Dr. David Alan Gilbert · 6 years ago
  70. 4875bf1 net: netmap: improve netmap_receive_iov() by Vincenzo Maffione · 6 years ago
  71. c7cbb6b net: netmap: simplify netmap_receive() by Vincenzo Maffione · 6 years ago
  72. cc599ed net: netmap: small improvements netmap_send() by Vincenzo Maffione · 6 years ago
  73. 6d3aaa5 net/colo-compare.c: Remove duplicated code by Zhang Chen · 6 years ago
  74. ba28889 vhost-user: support cross-endian vnet headers by Paolo Bonzini · 6 years ago
  75. 56f41de vhost-net-user: add stubs for when no virtio-net device is present by Paolo Bonzini · 6 years ago
  76. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  77. 3e0fad3 slirp: pass opaque to all callbacks by Marc-André Lureau · 6 years ago
  78. deaeb3f slirp: use polling callbacks, drop glib requirement by Marc-André Lureau · 6 years ago
  79. 1ab67b9 slirp: replace global polling with per-instance & notifier by Marc-André Lureau · 6 years ago
  80. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  81. c21d959 slirp: replace qemu_notify_event() with a callback by Marc-André Lureau · 6 years ago
  82. f6e5aa3 slirp: add unregister_poll_fd() callback by Marc-André Lureau · 6 years ago
  83. 848c709 slirp: replace qemu_set_nonblock() by Marc-André Lureau · 6 years ago
  84. 07abf6d slirp: add callbacks for timer by Marc-André Lureau · 6 years ago
  85. 8e207c3 net/slirp: fix leaks on forwarding rule registration error by Marc-André Lureau · 6 years ago
  86. 8d45a3b net/slirp: free forwarding rules on cleanup by Marc-André Lureau · 6 years ago
  87. 3624730 net/slirp: simplify checking for cmd: prefix by Marc-André Lureau · 6 years ago
  88. 44b4ff2 slirp: generalize guestfwd with a callback based approach by Marc-André Lureau · 6 years ago
  89. e6dbff3 slirp: add clock_get_ns() callback by Marc-André Lureau · 6 years ago
  90. df2ad33 slirp: drop <Vista compatibility by Marc-André Lureau · 6 years ago
  91. e05ae1d net: do not depend on slirp internals by Marc-André Lureau · 6 years ago
  92. 2addc8f slirp: add a callback to log guest errors by Marc-André Lureau · 6 years ago
  93. d846b92 slirp: use a callback structure to interface with qemu by Marc-André Lureau · 6 years ago
  94. b7f43bf slirp: remove Monitor dependency, return a string for info by Marc-André Lureau · 6 years ago
  95. 3ed9f82 slirp: use a dedicated field for chardev pointer by Marc-André Lureau · 6 years ago
  96. 62c1d2c slirp: associate slirp_output callback with the Slirp context by Marc-André Lureau · 6 years ago
  97. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  98. eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
  99. b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
  100. 269d25c colo: check chardev can switch context by Marc-André Lureau · 6 years ago