1. 318116a slirp: add in6_dhcp_multicast() by Philippe Mathieu-Daudé · 7 years ago
  2. 676e268 slirp: removed unused code by Philippe Mathieu-Daudé · 7 years ago
  3. c416d7f slirp: remove unnecessary struct declaration by Philippe Mathieu-Daudé · 7 years ago
  4. 847b2557 slirp: remove unused header by Philippe Mathieu-Daudé · 7 years ago
  5. 1120fae slirp: avoid IN6_IS_ADDR_UNSPECIFIED(), rather use in6_zero() by Philippe Mathieu-Daudé · 7 years ago
  6. 990132c slirp: don't zero the whole ti_i when m == NULL by Tao Wu · 7 years ago
  7. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  8. 13146a8 slirp: Add a special case for the NULL socket by Kevin Cernekee · 7 years ago
  9. e2aad34 slirp: Fix intermittent send queue hangs on a socket by Kevin Cernekee · 7 years ago
  10. 1201d30 slirp: fix clearing ifq_so from pending packets by Samuel Thibault · 8 years ago
  11. 413d463 slirp: check len against dhcp options array end by Prasad J Pandit · 8 years ago
  12. 75cb298 slirp: Handle error returns from sosendoob() by Peter Maydell · 8 years ago
  13. 0b46606 slirp: Handle error returns from slirp_send() in sosendoob() by Peter Maydell · 8 years ago
  14. 12dccfe slirp: fork_exec(): Don't close() a negative number in fork_exec() by Peter Maydell · 8 years ago
  15. e88718f slirp: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  16. f2a8f0a migration: Split registration functions from vmstate.h by Juan Quintela · 8 years ago
  17. 1b6e748 migration: remove register_savevm() by Laurent Vivier · 8 years ago
  18. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  19. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  20. 2e30230 Fix total IP header length in forwarded TCP packets by Sjors Gielen · 8 years ago
  21. 7d82469 slirp: fix leak by Marc-André Lureau · 8 years ago
  22. c7990a2 slirp: Fix wrong mss bug. by Tao Wu · 8 years ago
  23. eb5d4f5 slirp: VMStatify remaining except for loop by Dr. David Alan Gilbert · 8 years ago
  24. 14650df slirp: VMStatify socket level by Dr. David Alan Gilbert · 8 years ago
  25. 7eddf37 slirp: Common lhost/fhost union by Dr. David Alan Gilbert · 8 years ago
  26. 2a7cab9 slirp: VMStatify sbuf by Dr. David Alan Gilbert · 8 years ago
  27. e3ec38f slirp: VMState conversion; tcpcb by Dr. David Alan Gilbert · 8 years ago
  28. 7d17249 slirp: fix pinging the virtual ipv4 DNS server by Samuel Thibault · 8 years ago
  29. 17eb587 slirp: tftp, copy sockaddr_size by Marc-André Lureau · 8 years ago
  30. 47bb83c slirp: add a fake NC-SI backend by Cédric Le Goater · 8 years ago
  31. a2f80fd slirp: Send RDNSS in RA only if host has an IPv6 DNS server by Samuel Thibault · 8 years ago
  32. e42f869 slirp: Make RA build more flexible by Samuel Thibault · 8 years ago
  33. 51149a2 slirp: fix compilation errors with DEBUG set by Laurent Vivier · 8 years ago
  34. bd5d235 slirp: tcp_listen(): Don't try to close() an fd we never opened by Peter Maydell · 8 years ago
  35. 70f2e64 slirp: Convert mbufs to use g_malloc() and g_free() by Peter Maydell · 8 years ago
  36. 4577b09 slirp: Check qemu_socket() return value in udp_listen() by Peter Maydell · 8 years ago
  37. 9443598 slirp: support dynamic block size for TFTP transfers by Hervé Poussineau · 8 years ago
  38. 893dcdb slirp, disas: Replace min/max with MIN/MAX macros by Yuval Shaia · 8 years ago
  39. ea64d5f slirp: Fix access to freed memory by Samuel Thibault · 8 years ago
  40. 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
  41. 1f8b56e slirp: Rename "struct arphdr" to "struct slirp_arphdr" by Thomas Huth · 9 years ago
  42. df3c286 error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  43. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  44. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  45. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  46. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  47. 7b14399 slirp: Add support for stateless DHCPv6 by Thomas Huth · 9 years ago
  48. e585706 slirp: Remove superfluous memset() calls from the TFTP code by Thomas Huth · 9 years ago
  49. f7725df slirp: Add RDNSS advertisement by Samuel Thibault · 9 years ago
  50. ef763fa slirp: Support link-local DNS addresses by Samuel Thibault · 9 years ago
  51. 1d17654 slirp: Add dns6 resolution by Samuel Thibault · 9 years ago
  52. 972487b slirp: Split get_dns_addr by Samuel Thibault · 9 years ago
  53. 8069568 slirp: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
  54. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  55. 87776ab qemu-common: stop including qemu/host-utils.h from qemu-common.h by Paolo Bonzini · 9 years ago
  56. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  57. 9892663 slirp: Clean up osdep.h related header inclusions by Thomas Huth · 9 years ago
  58. 2cdc848 slirp: Remove some unused code from slirp.h by Thomas Huth · 9 years ago
  59. 5469fea slirp: Remove obsolete backward-compatibility cruft by Thomas Huth · 9 years ago
  60. cebee21 slirp: Clean up slirp_config.h by Thomas Huth · 9 years ago
  61. 0d48dfe slirp: fix guest network access with darwin host by Samuel Thibault · 9 years ago
  62. 3424c8a wxx: Fix broken TCP networking (regression) by Stefan Weil · 9 years ago
  63. 6625d83 slirp: handle deferred ECONNREFUSED on non-blocking TCP sockets by Steven Luo · 9 years ago
  64. 27d92eb slirp: Propagate host TCP RST to the guest. by Edgar E. Iglesias · 9 years ago
  65. bfb1ac1 slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error by Steven Luo · 9 years ago
  66. b5ab677 slirp: don't crash when tcp_sockclosed() is called with a NULL tp by Steven Luo · 9 years ago
  67. 0b11c03 slirp: Allow disabling IPv4 or IPv6 by Samuel Thibault · 9 years ago
  68. eaf136f slirp: Fix migration from older versions of QEMU to the current one by Thomas Huth · 9 years ago
  69. 5b8e6b4 Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging by Peter Maydell · 9 years ago
  70. 1c3c8e9 Use C99 flexible array instead of 1-byte trailing array by Peter Maydell · 9 years ago
  71. 67e3eee Avoid embedding struct mbuf in other structures by Samuel Thibault · 9 years ago
  72. c17c072 slirp: send icmp6 errors when UDP send failed by Samuel Thibault · 9 years ago
  73. 99787f6 slirp: Fix memory leak on small incoming ipv4 packet by Samuel Thibault · 9 years ago
  74. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  75. 4674da1 slirp/slirp.h: Remove now-empty #ifdefs by Peter Maydell · 9 years ago
  76. fad7fb9 slirp: Add IPv6 support to the TFTP code by Thomas Huth · 9 years ago
  77. 7aac531 qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses by Yann Bordenave · 9 years ago
  78. 05061d8 slirp: Adding IPv6 address for DNS relay by Guillaume Subiron · 9 years ago
  79. 3feea44 slirp: Handle IPv6 in TCP functions by Guillaume Subiron · 9 years ago
  80. 1252cf4 slirp: Reindent after refactoring by Guillaume Subiron · 9 years ago
  81. 9dfbf25 slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff by Guillaume Subiron · 9 years ago
  82. 98c6305 slirp: Factorizing tcpiphdr structure with an union by Guillaume Subiron · 9 years ago
  83. 15d62af slirp: Adding IPv6 UDP support by Guillaume Subiron · 9 years ago
  84. fc6c925 slirp: Adding ICMPv6 error sending by Yann Bordenave · 9 years ago
  85. de40abf slirp: Fix ICMP error sending by Yann Bordenave · 9 years ago
  86. 0d6ff71 slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration by Guillaume Subiron · 9 years ago
  87. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  88. a2d96af osdep: add wrappers for socket functions by Daniel P. Berrange · 9 years ago
  89. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  90. 7df7482 slirp: Clean up includes by Peter Maydell · 9 years ago
  91. cc573a6 slirp: Adding family argument to tcp_fconnect() by Guillaume Subiron · 9 years ago
  92. 9b5a30d slirp: Make udp_attach IPv6 compatible by Guillaume Subiron · 9 years ago
  93. 8a87f12 slirp: Add sockaddr_equal, make solookup family-agnostic by Guillaume Subiron · 9 years ago
  94. a5fd24a slirp: Factorizing and cleaning solookup() by Guillaume Subiron · 9 years ago
  95. 5379229 slirp: Factorizing address translation by Guillaume Subiron · 9 years ago
  96. eae303f slirp: Make Socket structure IPv6 compatible by Guillaume Subiron · 9 years ago
  97. 18137fb slirp: Adding address family switch for produced frames by Guillaume Subiron · 9 years ago
  98. fc3779a slirp: Generalizing and neutralizing ARP code by Guillaume Subiron · 9 years ago
  99. 86c9e1e slirp: goto bad in udp_input if sosendto fails by Guillaume Subiron · 9 years ago
  100. 9c7ffe2 ether/slirp: Avoid redefinition of the same constants by Dr. David Alan Gilbert · 9 years ago