]> git.proxmox.com Git - qemu.git/history - slirp/ip_input.c
vhost build fix for i386
[qemu.git] / slirp / ip_input.c
2011-07-23 Jan Kiszkaslirp: Forward ICMP echo requests via unprivileged...
2011-07-23 Jan Kiszkaslirp: Replace m_freem with m_free
2011-07-23 Jan Kiszkaslirp: Fix restricted mode
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-17 Hervé PoussineauAccept packets with TTL=1
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Stefan Weilslirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_...
2009-09-30 Michael S. Tsirkinslirp: fix unmatched bracket in if 0
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Make IP packet ID consistent
2009-06-29 Jan Kiszkaslirp: Drop statistic code
2009-06-29 Jan Kiszkaslirp: Drop dead code
2009-06-29 Jan Kiszkaslirp: Rework internal configuration
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2009-02-06 blueswir1Fix SIGSEGV crash in slirp networking code
2009-01-26 aliguoriRemove the advertising clause from the slirp license
2009-01-13 blueswir1Fix 64 bit issue in slirp
2009-01-08 aliguoriAdd slirp_restrict option (Gleb Natapov)
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-05-01 bellardfixed IP packet rassembly logic (Ed Swierk)
2004-04-22 bellardinitial user mode network support