| Commit message (Expand) | Author | Age | Files | Lines |
* | slirp: prefer c99 types over BSD kind | Marc-André Lureau | 2019-02-07 | 1 | -1/+1 |
* | slirp: remove unused M_TRAILINGSPACE | Marc-André Lureau | 2019-01-14 | 1 | -1/+0 |
* | slirp: document mbuf pointers and sizes | Peter Maydell | 2018-10-07 | 1 | -0/+13 |
* | slirp: correct size computation while concatenating mbuf | Prasad J Pandit | 2018-06-08 | 1 | -5/+3 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 1 | -2/+2 |
* | Use C99 flexible array instead of 1-byte trailing array | Peter Maydell | 2016-03-29 | 1 | -4/+2 |
* | slirp: Generalizing and neutralizing ARP code | Guillaume Subiron | 2016-02-04 | 1 | -1/+1 |
* | slirp: remove mbuf(m_hdr,m_dat) indirection | Michael Tokarev | 2013-07-19 | 1 | -33/+18 |
* | slirp: Cleanup resources on instance removal | Jan Kiszka | 2012-03-13 | 1 | -0/+1 |
* | slirp: Clean up ifs_init | Jan Kiszka | 2012-02-27 | 1 | -0/+5 |
* | slirp: Fix packet expiration | Thomas Huth | 2011-09-28 | 1 | -2/+3 |
* | Delayed IP packets | Fabien Chouteau | 2011-08-03 | 1 | -0/+2 |
* | slirp: Replace m_freem with m_free | Jan Kiszka | 2011-07-23 | 1 | -3/+0 |
* | Fix breakage by obsolete _P() for good | Blue Swirl | 2009-07-01 | 1 | -8/+8 |
* | slirp: Factor out internal state structure | Jan Kiszka | 2009-06-29 | 1 | -5/+4 |
* | slirp: Drop statistic code | Jan Kiszka | 2009-06-29 | 1 | -12/+0 |
* | slirp: Drop dead code | Jan Kiszka | 2009-06-29 | 1 | -2/+0 |
* | Remove the advertising clause from the slirp license | aliguori | 2009-01-26 | 1 | -5/+1 |
* | Use const and static as needed, disable unused code | blueswir1 | 2007-10-26 | 1 | -1/+0 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -3/+3 |
* | initial user mode network support | bellard | 2004-04-22 | 1 | -0/+147 |