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