summaryrefslogtreecommitdiffstats
path: root/slirp/mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Fix type casts and format strings in debug codeStefan Weil2015-11-121-3/+3
* slirp: Cleanup resources on instance removalJan Kiszka2012-03-131-0/+21
* Delayed IP packetsFabien Chouteau2011-08-031-0/+2
* Fix build from previous commitAnthony Liguori2011-02-141-1/+1
* PATCH] slirp: fix buffer overrunBruce Rogers2011-02-141-2/+2
* slirp: fix use-after-freeMark McLoughlin2009-11-211-1/+1
* slirp: Factor out internal state structureJan Kiszka2009-06-291-15/+15
* slirp: Drop statistic codeJan Kiszka2009-06-291-4/+1
* slirp: Drop dead codeJan Kiszka2009-06-291-6/+0
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-19/+10
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Remove unused variablesblueswir12008-10-011-2/+0
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-3/+3
* Use const and static as needed, disable unused codeblueswir12007-10-261-17/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-16/+16
* fixed realloc logic (Ed Swierk)bellard2006-05-011-3/+4
* initial user mode network supportbellard2004-04-221-0/+245
OpenPOWER on IntegriCloud