]> git.proxmox.com Git - qemu.git/history - slirp/tcp_input.c
rng-egd: remove redundant free
[qemu.git] / slirp / tcp_input.c
2013-06-20 Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-06-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2013-06-19 Gertjan Halkesmake user networking hostfwd work with restrict=y
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-10-06 Aurelien JarnoMerge branch 'target-arm.for-upstream' of git://git...
2012-10-06 Aurelien JarnoMerge branch 'trivial-patches' of git://github.com...
2012-10-05 Amos Kongcleanup useless return sentence
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-09-29 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-28 Jan Kiszkaslirp: Fix use after release on tcp_input
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'mst-tmp/for_anthony'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-16 Stefan WeilRemove blanks before \n in output strings
2011-09-15 Jan Kiszkaslirp: Fill TCP/IP header template after SYN reception
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-23 Jan Kiszkaslirp: Replace m_freem with m_free
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
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_...
2010-03-07 Blue Swirlslirp: remove dead assignments, spotted by clang
2009-06-29 Jan Kiszkaslirp: Factor out internal state structure
2009-06-29 Jan Kiszkaslirp: Drop statistic code
2009-06-29 Jan Kiszkaslirp: Drop dead code
2009-06-29 Jan Kiszkaslirp: Prepare for persistent socket state flags
2009-06-29 Jan Kiszkaslirp: Rework internal configuration
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
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-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-05-01 bellarddo not delay TCP acks (Ed Swierk)
2004-10-07 bellardwindows fixes (Gregory Alexander)
2004-09-05 bellardallow inetd like program exec
2004-07-12 bellardwin32 compile
2004-04-22 bellardinitial user mode network support