summaryrefslogtreecommitdiffstats
path: root/slirp/mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* slirp: Correct size check in m_inc()Peter Maydell2018-08-071-1/+1
* slirp: reformat m_inc routinePrasad J Pandit2018-06-081-18/+16Star
* slirp: correct size computation while concatenating mbufPrasad J Pandit2018-06-081-6/+5Star
* slirp: Convert mbufs to use g_malloc() and g_free()Peter Maydell2017-02-261-16/+14Star
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* Avoid embedding struct mbuf in other structuresSamuel Thibault2016-03-231-9/+10
* slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron2016-03-151-2/+2
* slirp: Clean up includesPeter Maydell2016-02-041-0/+1
* slirp: Generalizing and neutralizing ARP codeGuillaume Subiron2016-02-041-1/+1
* 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/+1Star
* slirp: Drop dead codeJan Kiszka2009-06-291-6/+0Star
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-19/+10Star
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0Star
* Remove unused variablesblueswir12008-10-011-2/+0Star
* 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/+10Star
* 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