Sign in
qemu
/
qemu
/
c25bd18a04c8bd0f19556d719864b7b08528222d
/
slirp
/
mbuf.c
a9c9427
Use #include "..." for our own headers, <...> for others
by Markus Armbruster
· 9 years ago
67e3eee
Avoid embedding struct mbuf in other structures
by Samuel Thibault
· 9 years ago
98c6305
slirp: Factorizing tcpiphdr structure with an union
by Guillaume Subiron
· 9 years ago
7df7482
slirp: Clean up includes
by Peter Maydell
· 9 years ago
fc3779a
slirp: Generalizing and neutralizing ARP code
by Guillaume Subiron
· 9 years ago
ecc804c
slirp: Fix type casts and format strings in debug code
by Stefan Weil
· 9 years ago
a68adc2
slirp: Cleanup resources on instance removal
by Jan Kiszka
· 13 years ago
1ab74ce
Delayed IP packets
by Fabien Chouteau
· 13 years ago
8fe3046
Fix build from previous commit
by Anthony Liguori
· 14 years ago
53fae6d
PATCH] slirp: fix buffer overrun
by Bruce Rogers
· 14 years ago
e0cf6d1
slirp: fix use-after-free
by Mark McLoughlin
· 15 years ago
460fec6
slirp: Factor out internal state structure
by Jan Kiszka
· 16 years ago
0fe6a7f
slirp: Drop statistic code
by Jan Kiszka
· 16 years ago
0d62c4c
slirp: Drop dead code
by Jan Kiszka
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
393e076
Remove unused variables
by blueswir1
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 16 years ago
9634d90
Use const and static as needed, disable unused code
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
4b6ccfd
fixed realloc logic (Ed Swierk)
by bellard
· 19 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago