index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slirp
/
ip_icmp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-29
slirp: fix pinging the virtual ipv4 DNS server
Samuel Thibault
1
-2
/
+3
2016-04-28
slirp: fix guest network access with darwin host
Samuel Thibault
1
-1
/
+1
2016-03-15
slirp: Fix ICMP error sending
Yann Bordenave
1
-6
/
+6
2016-02-04
slirp: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-04
slirp: Make udp_attach IPv6 compatible
Guillaume Subiron
1
-1
/
+1
2016-02-04
slirp: Factorizing address translation
Guillaume Subiron
1
-15
/
+4
2016-02-04
slirp: Make Socket structure IPv6 compatible
Guillaume Subiron
1
-0
/
+2
2015-11-12
slirp: Fix type casts and format strings in debug code
Stefan Weil
1
-2
/
+2
2012-12-07
Fix comments (adress -> address, layed -> laid, wierd -> weird)
Stefan Weil
1
-1
/
+1
2012-03-13
slirp: Cleanup resources on instance removal
Jan Kiszka
1
-0
/
+7
2012-02-08
slirp: Prevent sending ICMP error replies to source-only addresses
Jan Kiszka
1
-0
/
+5
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-1
/
+1
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
1
-1
/
+86
2011-07-23
slirp: Replace m_freem with m_free
Jan Kiszka
1
-3
/
+3
2011-07-23
slirp: Fix restricted mode
Jan Kiszka
1
-0
/
+2
2009-08-27
slirp: Read host DNS config on demand
Ed Swierk
1
-1
/
+2
2009-06-29
slirp: Factor out internal state structure
Jan Kiszka
1
-7
/
+12
2009-06-29
slirp: Drop statistic code
Jan Kiszka
1
-14
/
+0
2009-06-29
slirp: Drop dead code
Jan Kiszka
1
-4
/
+0
2009-06-29
slirp: Rework internal configuration
Jan Kiszka
1
-9
/
+6
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-5
/
+2
2009-01-26
Remove the advertising clause from the slirp license
aliguori
1
-5
/
+1
2008-10-01
Make some variables static
blueswir1
1
-1
/
+1
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
1
-6
/
+2
2008-09-06
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
1
-2
/
+2
2007-10-26
Add const etc. to places forgotten from the previous commit
blueswir1
1
-2
/
+2
2007-10-26
Use const and static as needed, disable unused code
blueswir1
1
-1
/
+1
2007-10-26
Make Slirp statistics gathering and output conditional to LOG_ENABLED
blueswir1
1
-7
/
+9
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-9
/
+9
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-15
/
+15
2006-05-03
separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)
bellard
1
-4
/
+3
2004-04-22
initial user mode network support
bellard
1
-0
/
+376