1. b8e0c49 slirp: add configure option to disable smbd by Joelle van Dyne · 3 years, 9 months ago
  2. bc38e31 net: check the existence of peer before trying to pad by Jason Wang · 3 years, 8 months ago
  3. f9bb0c1 Revert "qapi: net: Add query-netdev command" by Jason Wang · 3 years, 9 months ago
  4. 56e6f59 Revert "net: Move NetClientState.info_str to dynamic allocations" by Jason Wang · 3 years, 9 months ago
  5. d89b4f8 Revert "net: Do not fill legacy info_str for backends" by Jason Wang · 3 years, 9 months ago
  6. 969e50b net: Pad short frames to minimum size before sending from SLiRP/TAP by Bin Meng · 3 years, 9 months ago
  7. f2e8319 net: Do not fill legacy info_str for backends by Alexey Kirillov · 3 years, 10 months ago
  8. 59b5437 net: Move NetClientState.info_str to dynamic allocations by Alexey Kirillov · 3 years, 10 months ago
  9. d32ad10 qapi: net: Add query-netdev command by Alexey Kirillov · 3 years, 10 months ago
  10. 0c373c0 net/slirp.c: Fix spelling error in error message by Doug Evans · 4 years ago
  11. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years ago
  12. b4983c5 net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove' by Thomas Huth · 5 years ago
  13. 120b721 slirp: Allow non-local DNS address when restrict is off by Samuel Thibault · 5 years ago
  14. ce62df5 migration: register_savevm_live doesn't need dev by Dr. David Alan Gilbert · 5 years ago
  15. 178a0a5 net/slirp: fix the IPv6 prefix length error message by Stefano Garzarella · 6 years ago
  16. 675b9b5 build-sys: link with slirp as an external project by Marc-André Lureau · 6 years ago
  17. c2d6365 slirp: move sources to src/ subdirectory by Marc-André Lureau · 6 years ago
  18. d890344 slirp: use libslirp migration code by Marc-André Lureau · 6 years ago
  19. ffe02f5 slirp: Mark pieces missing IPv6 support by Samuel Thibault · 9 years ago
  20. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  21. 3e0fad3 slirp: pass opaque to all callbacks by Marc-André Lureau · 6 years ago
  22. deaeb3f slirp: use polling callbacks, drop glib requirement by Marc-André Lureau · 6 years ago
  23. 1ab67b9 slirp: replace global polling with per-instance & notifier by Marc-André Lureau · 6 years ago
  24. 625a526 slirp: improve send_packet() callback by Marc-André Lureau · 6 years ago
  25. c21d959 slirp: replace qemu_notify_event() with a callback by Marc-André Lureau · 6 years ago
  26. f6e5aa3 slirp: add unregister_poll_fd() callback by Marc-André Lureau · 6 years ago
  27. 848c709 slirp: replace qemu_set_nonblock() by Marc-André Lureau · 6 years ago
  28. 07abf6d slirp: add callbacks for timer by Marc-André Lureau · 6 years ago
  29. 8e207c3 net/slirp: fix leaks on forwarding rule registration error by Marc-André Lureau · 6 years ago
  30. 8d45a3b net/slirp: free forwarding rules on cleanup by Marc-André Lureau · 6 years ago
  31. 3624730 net/slirp: simplify checking for cmd: prefix by Marc-André Lureau · 6 years ago
  32. 44b4ff2 slirp: generalize guestfwd with a callback based approach by Marc-André Lureau · 6 years ago
  33. e6dbff3 slirp: add clock_get_ns() callback by Marc-André Lureau · 6 years ago
  34. df2ad33 slirp: drop <Vista compatibility by Marc-André Lureau · 6 years ago
  35. e05ae1d net: do not depend on slirp internals by Marc-André Lureau · 6 years ago
  36. 2addc8f slirp: add a callback to log guest errors by Marc-André Lureau · 6 years ago
  37. d846b92 slirp: use a callback structure to interface with qemu by Marc-André Lureau · 6 years ago
  38. b7f43bf slirp: remove Monitor dependency, return a string for info by Marc-André Lureau · 6 years ago
  39. 3ed9f82 slirp: use a dedicated field for chardev pointer by Marc-André Lureau · 6 years ago
  40. 62c1d2c slirp: associate slirp_output callback with the Slirp context by Marc-André Lureau · 6 years ago
  41. b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
  42. 0fca92b slirp: Implement RFC2132 TFTP server name by Fam Zheng · 6 years ago
  43. 6e157a0 slirp: Add sanity check for str option length by Fam Zheng · 6 years ago
  44. 95e30b2 chardev: mark the calls that allow an implicit mux monitor by Marc-André Lureau · 6 years ago
  45. 68cb29e net/slirp: Deprecate the [hub_id name] parameter tuple by Thomas Huth · 6 years ago
  46. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 6 years ago
  47. 1fb3f7f net/slirp: Convert atoi to qemu_strtoi to allow error checking by Nia Alarie · 7 years ago
  48. f18d137 slirp: Add domainname option to slirp's DHCP server by Benjamin Drung · 7 years ago
  49. 442da40 net: Get rid of 'vlan' terminology and use 'hub' instead in the source files by Thomas Huth · 7 years ago
  50. 452fcdb Include qapi/qmp/qdict.h exactly where needed 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. 3a22ee2 net: Remove the legacy "-net channel" parameter by Thomas Huth · 7 years ago
  53. 0e7e4fb slirp: Add explanation for hostfwd parsing failure by Dr. David Alan Gilbert · 7 years ago
  54. 5c843af slirp: fill error when failing to initialize user network by Hervé Poussineau · 7 years ago
  55. 81517ba char: add backend hotswap handler by Anton Nefedov · 7 years ago
  56. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  57. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  58. f95cc8b slirp/smb: Replace constant strings by glib string by Dr. David Alan Gilbert · 8 years ago
  59. 0bed71e slirp: allow host port 0 for hostfwd by Vincent Bernat · 8 years ago
  60. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  61. d14fabd slirp: fix CharDriver breakage by Paolo Bonzini · 8 years ago
  62. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  63. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  64. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  65. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  66. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  67. 67f3280 slirp: fix segv when init failed by Marc-André Lureau · 8 years ago
  68. f394b2e qapi: Change Netdev into a flat union by Eric Blake · 8 years ago
  69. cebea51 net: use Netdev instead of NetClientOptions in client init by Kővágó, Zoltán · 8 years ago
  70. f6c2e66 slirp: use exit notifier for slirp_smb_cleanup by Paolo Bonzini · 8 years ago
  71. 0b11c03 slirp: Allow disabling IPv4 or IPv6 by Samuel Thibault · 9 years ago
  72. 5b8e6b4 Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging by Peter Maydell · 9 years ago
  73. d8eb386 Rework ipv6 options by Samuel Thibault · 9 years ago
  74. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  75. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  76. 7aac531 qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses by Yann Bordenave · 9 years ago
  77. 2744d92 net: Clean up includes by Peter Maydell · 9 years ago
  78. f853ac6 net/slirp: Tell the users when they are using deprecated options by Thomas Huth · 9 years ago
  79. 8d0bcba net: Convert to new qapi union layout by Eric Blake · 9 years ago
  80. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  81. 8b8f1c7 slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4037) by Michael Tokarev · 10 years ago
  82. a30ecde net: Permit incremental conversion of init functions to Error by Markus Armbruster · 10 years ago
  83. 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
  84. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  85. 58889fe net: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  86. 7a8919d net/slirp: fix memory leak by Gonglei · 10 years ago
  87. 7912d04 slirp/smbd: modify/set several parameters in generated smbd.conf by Peter Wu · 10 years ago
  88. 44d8d2b net/slirp: specify logbase for smbd by Michael Tokarev · 10 years ago
  89. 7038166 slirp: Honour vlan/stack in hostfwd_remove commands by Peter Maydell · 11 years ago
  90. b739ef0 slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack by Peter Maydell · 11 years ago
  91. b87b8a8 slirp/smb: Move ncalrpc directory to tmp by Michael Buesch · 11 years ago
  92. 5c1e189 slirp smb with modern win guests when samba is also running on host by Michael Tokarev · 11 years ago
  93. c2804ee qemu/slirp: Fix SMB security configuration on newer samba versions by Michael Buesch · 11 years ago
  94. 68756ba fix -net user checks by reordering checks by Bas van Sisseren · 12 years ago
  95. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  96. 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 12 years ago
  97. 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
  98. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  99. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  100. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago