summaryrefslogtreecommitdiff
path: root/slirp/tcp_subr.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-12slirp: clean up guestfwd command executionslirp-fixesPeter Wu1-3/+3
2017-11-09slirp: don't zero the whole ti_i when m == NULLTao Wu1-1/+10
2017-05-27Fix total IP header length in forwarded TCP packetsSjors Gielen1-2/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-04-28slirp: fix guest network access with darwin hostSamuel Thibault1-1/+1
2016-04-07slirp: don't crash when tcp_sockclosed() is called with a NULL tpSteven Luo1-2/+5
2016-03-15slirp: Handle IPv6 in TCP functionsGuillaume Subiron1-2/+30
2016-03-15slirp: Reindent after refactoringGuillaume Subiron1-25/+25
2016-03-15slirp: Generalizing and neutralizing various TCP functions before adding IPv6...Guillaume Subiron1-8/+29
2016-03-15slirp: Factorizing tcpiphdr structure with an unionGuillaume Subiron1-9/+22
2016-02-04slirp: Clean up includesPeter Maydell1-0/+1
2016-02-04slirp: Adding family argument to tcp_fconnect()Guillaume Subiron1-2/+3
2016-02-04slirp: Factorizing address translationGuillaume Subiron1-28/+7
2016-02-04slirp: Make Socket structure IPv6 compatibleGuillaume Subiron1-0/+2
2015-11-12slirp: Fix type casts and format strings in debug codeStefan Weil1-8/+8
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-4/+2
2013-07-19slirp: remove mbuf(m_hdr,m_dat) indirectionMichael Tokarev1-6/+6
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi1-2/+2
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil1-4/+4
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka1-2/+1
2013-03-04slirp/tcp_subr.c: fix coding style in tcp_connectMORITA Kazutaka1-68/+72
2012-09-13slirp: Fix error reported by static code analysisStefan Weil1-1/+1
2012-09-13slirp: Remove wrong type casts ins debug statementsStefan Weil1-3/+3
2012-08-03slirp: Handle whole 127.0.0.0/8 network as local addresses.Anders Waldenborg1-2/+5
2012-03-28slirp: use socket_set_nonblockPaolo Bonzini1-2/+2
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka1-0/+7
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-07-23slirp: Replace m_freem with m_freeJan Kiszka1-1/+1
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-6/+6
2010-03-07slirp: remove dead increments, spotted by clangBlue Swirl1-1/+1
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+1
2009-08-27slirp: Read host DNS config on demandEd Swierk1-1/+2
2009-06-29slirp: Factor out internal state structureJan Kiszka1-28/+46
2009-06-29slirp: Drop statistic codeJan Kiszka1-6/+1
2009-06-29slirp: Drop dead codeJan Kiszka1-362/+4
2009-06-29slirp: Mark sockets of incoming TCP connectionsJan Kiszka1-0/+1
2009-06-29slirp: Bind support for host forwarding rulesJan Kiszka1-7/+8
2009-06-29slirp: Rework internal configurationJan Kiszka1-11/+6
2009-06-29slirp: Refactor tcp_ctlJan Kiszka1-79/+30
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-1/+0
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-33/+18
2009-01-26Remove the advertising clause from the slirp licensealiguori1-5/+1
2009-01-13Fix 64 bit issue in slirpblueswir11-8/+8
2009-01-12Fix some SLIRP warningsblueswir11-1/+1
2009-01-08Redirect slirp traffic to/from qemu character device (Gleb Natapov)aliguori1-0/+5
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-2/+2
2008-08-21Fix OpenBSD linker warningsblueswir11-18/+26
2007-11-01 Fix slirp compilation failure when using a newer gccblueswir11-1/+4
2007-10-26 Add const etc. to places forgotten from the previous commitblueswir11-0/+2
2007-10-26 Use const and static as needed, disable unused codeblueswir11-26/+13