summaryrefslogtreecommitdiffstats
path: root/slirp/ip_icmp.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-121-2/+2
* Fix comments (adress -> address, layed -> laid, wierd -> weird)Stefan Weil2012-12-071-1/+1
* slirp: Cleanup resources on instance removalJan Kiszka2012-03-131-0/+7
* slirp: Prevent sending ICMP error replies to source-only addressesJan Kiszka2012-02-081-0/+5
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* slirp: Forward ICMP echo requests via unprivileged socketsJan Kiszka2011-07-231-1/+86
* slirp: Replace m_freem with m_freeJan Kiszka2011-07-231-3/+3
* slirp: Fix restricted modeJan Kiszka2011-07-231-0/+2
* slirp: Read host DNS config on demandEd Swierk2009-08-271-1/+2
* slirp: Factor out internal state structureJan Kiszka2009-06-291-7/+12
* slirp: Drop statistic codeJan Kiszka2009-06-291-14/+0
* slirp: Drop dead codeJan Kiszka2009-06-291-4/+0
* slirp: Rework internal configurationJan Kiszka2009-06-291-9/+6
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-5/+2
* Remove the advertising clause from the slirp licensealiguori2009-01-261-5/+1
* Make some variables staticblueswir12008-10-011-1/+1
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-6/+2
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-2/+2
* Add const etc. to places forgotten from the previous commitblueswir12007-10-261-2/+2
* Use const and static as needed, disable unused codeblueswir12007-10-261-1/+1
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-7/+9
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-15/+15
* separate alias_addr (10.0.2.2) from our_addr (Ed Swierk)bellard2006-05-031-4/+3
* initial user mode network supportbellard2004-04-221-0/+376
OpenPOWER on IntegriCloud