summaryrefslogtreecommitdiff
path: root/slirp/ip_icmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07Fix comments (adress -> address, layed -> laid, wierd -> weird)Stefan Weil1-1/+1
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka1-0/+7
2012-02-08slirp: Prevent sending ICMP error replies to source-only addressesJan Kiszka1-0/+5
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-23slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka1-1/+86
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka1-3/+3
2011-07-23slirp: Fix restricted modeJan Kiszka1-0/+2
2009-08-27slirp: Read host DNS config on demandEd Swierk1-1/+2
2009-06-29slirp: Factor out internal state structureJan Kiszka1-7/+12
2009-06-29slirp: Drop statistic codeJan Kiszka1-14/+0
2009-06-29slirp: Drop dead codeJan Kiszka1-4/+0
2009-06-29slirp: Rework internal configurationJan Kiszka1-9/+6
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-5/+2
2009-01-26Remove the advertising clause from the slirp licensealiguori1-5/+1
2008-10-01Make some variables staticblueswir11-1/+1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-6/+2
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-2/+2
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir11-2/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-1/+1
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-7/+9
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-9/+9
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-15/+15
2006-05-03separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard1-4/+3
2004-04-22initial user mode network supportbellard1-0/+376