summaryrefslogtreecommitdiff
path: root/slirp/mbuf.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-26slirp: Convert mbufs to use g_malloc() and g_free()Peter Maydell1-16/+14
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-03-23Avoid embedding struct mbuf in other structuresSamuel Thibault1-9/+10
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron1-2/+2
2016-02-04slirp: Clean up includesPeter Maydell1-0/+1
2016-02-04slirp: Generalizing and neutralizing ARP codeGuillaume Subiron1-1/+1
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil1-3/+3
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka1-0/+21
2011-08-03Delayed IP packetsFabien Chouteau1-0/+2
2011-02-14Fix build from previous commitAnthony Liguori1-1/+1
2011-02-14PATCH] slirp: fix buffer overrunBruce Rogers1-2/+2
2009-11-21slirp: fix use-after-freeMark McLoughlin1-1/+1
2009-06-29slirp: Factor out internal state structureJan Kiszka1-15/+15
2009-06-29slirp: Drop statistic codeJan Kiszka1-4/+1
2009-06-29slirp: Drop dead codeJan Kiszka1-6/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-19/+10
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-10-01Remove unused variablesblueswir11-2/+0
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-3/+3
2007-10-26 Use const and static as needed, disable unused codeblueswir11-17/+10
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-16/+16
2006-05-01fixed realloc logic (Ed Swierk)bellard1-3/+4
2004-04-22initial user mode network supportbellard1-0/+245