Sign in
qemu
/
qemu
/
f2a48d696c12aaac12993364371daae9f6233c37
/
slirp
/
ip_icmp.c
7d17249
slirp: fix pinging the virtual ipv4 DNS server
by Samuel Thibault
· 8 years ago
0d48dfe
slirp: fix guest network access with darwin host
by Samuel Thibault
· 9 years ago
de40abf
slirp: Fix ICMP error sending
by Yann Bordenave
· 9 years ago
7df7482
slirp: Clean up includes
by Peter Maydell
· 9 years ago
9b5a30d
slirp: Make udp_attach IPv6 compatible
by Guillaume Subiron
· 9 years ago
5379229
slirp: Factorizing address translation
by Guillaume Subiron
· 9 years ago
eae303f
slirp: Make Socket structure IPv6 compatible
by Guillaume Subiron
· 9 years ago
ecc804c
slirp: Fix type casts and format strings in debug code
by Stefan Weil
· 9 years ago
a93cf9d
Fix comments (adress -> address, layed -> laid, wierd -> weird)
by Stefan Weil
· 12 years ago
a68adc2
slirp: Cleanup resources on instance removal
by Jan Kiszka
· 13 years ago
6612db1
slirp: Prevent sending ICMP error replies to source-only addresses
by Jan Kiszka
· 13 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 13 years ago
e6d43cf
slirp: Forward ICMP echo requests via unprivileged sockets
by Jan Kiszka
· 13 years ago
3acccfc
slirp: Replace m_freem with m_free
by Jan Kiszka
· 13 years ago
12b513d
slirp: Fix restricted mode
by Jan Kiszka
· 13 years ago
df7a86e
slirp: Read host DNS config on demand
by Ed Swierk
· 15 years ago
460fec6
slirp: Factor out internal state structure
by Jan Kiszka
· 16 years ago
0fe6a7f
slirp: Drop statistic code
by Jan Kiszka
· 16 years ago
0d62c4c
slirp: Drop dead code
by Jan Kiszka
· 16 years ago
a13a412
slirp: Rework internal configuration
by Jan Kiszka
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
2f5f899
Remove the advertising clause from the slirp license
by aliguori
· 16 years ago
7ca699c
Make some variables static
by blueswir1
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
eb38c52
Fix most warnings that would be caused by gcc flag -Wundef
by blueswir1
· 16 years ago
7878ff6
Add const etc. to places forgotten from the previous commit
by blueswir1
· 17 years ago
9634d90
Use const and static as needed, disable unused code
by blueswir1
· 17 years ago
31a60e2
Make Slirp statistics gathering and output conditional to LOG_ENABLED
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
8dbca8d
separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
by bellard
· 19 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago