1. a9c9427 Use #include "..." for our own headers, <...> for others by Markus Armbruster · 9 years ago
  2. 9892663 slirp: Clean up osdep.h related header inclusions by Thomas Huth · 9 years ago
  3. 0b11c03 slirp: Allow disabling IPv4 or IPv6 by Samuel Thibault · 9 years ago
  4. 99787f6 slirp: Fix memory leak on small incoming ipv4 packet by Samuel Thibault · 9 years ago
  5. 9dfbf25 slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff by Guillaume Subiron · 9 years ago
  6. de40abf slirp: Fix ICMP error sending by Yann Bordenave · 9 years ago
  7. 7df7482 slirp: Clean up includes by Peter Maydell · 9 years ago
  8. ecc804c slirp: Fix type casts and format strings in debug code by Stefan Weil · 9 years ago
  9. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  10. 4d5b97d cleanup useless return sentence by Amos Kong · 12 years ago
  11. a68adc2 slirp: Cleanup resources on instance removal by Jan Kiszka · 13 years ago
  12. cf2846b slirp: Fix unusual "comments" in unused code by Stefan Weil · 14 years ago
  13. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 14 years ago
  14. 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
  15. 12b513d slirp: Fix restricted mode by Jan Kiszka · 14 years ago
  16. 0d49175 Accept packets with TTL=1 by Hervé Poussineau · 14 years ago
  17. b6dce92 slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types by Stefan Weil · 15 years ago
  18. 65528b1 slirp: fix unmatched bracket in if 0 by Michael S. Tsirkin · 15 years ago
  19. 460fec6 slirp: Factor out internal state structure by Jan Kiszka · 16 years ago
  20. 285f7a6 slirp: Make IP packet ID consistent by Jan Kiszka · 16 years ago
  21. 0fe6a7f slirp: Drop statistic code by Jan Kiszka · 16 years ago
  22. 0d62c4c slirp: Drop dead code by Jan Kiszka · 16 years ago
  23. a13a412 slirp: Rework internal configuration by Jan Kiszka · 16 years ago
  24. 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
  25. f2ba730 Fix SIGSEGV crash in slirp networking code by blueswir1 · 16 years ago
  26. 2f5f899 Remove the advertising clause from the slirp license by aliguori · 16 years ago
  27. 429d0a3 Fix 64 bit issue in slirp by blueswir1 · 16 years ago
  28. a9ba3a8 Add slirp_restrict option (Gleb Natapov) by aliguori · 16 years ago
  29. 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
  30. 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
  31. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  32. fedc54a fixed IP packet rassembly logic (Ed Swierk) by bellard · 19 years ago
  33. f0cbd3e initial user mode network support by bellard · 21 years ago