tcp: Reimplement TCP_FASTKEEP socket option using per-pcb keepidle
[dragonfly.git] / sys / netinet / tcp_timer.c
2012-04-19 Sepherosa Ziehautcp: Reimplement TCP_FASTKEEP socket option using per...
2012-04-12 Sepherosa Ziehautcp: "Reasonably" reduce IW after SYN retransmition...
2012-04-11 Sepherosa Ziehautcp: Adjust SYN retransmit backoff a little bit.
2012-03-16 Sepherosa Ziehautcp: Remove the workaround for the old servers in the...
2012-03-16 Sepherosa Ziehautcp: Lowering initial RTO according to RFC 6298
2012-03-16 Sepherosa Ziehautcp: More RFC 3390 conforming
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-12 Matthew Dillonkernel - Use MPSAFE callouts for TCP
2011-09-16 Sepherosa Ziehautcp: Remove no longer used tcp_slowtimo
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepintvl and keepcnt
2011-09-16 Sepherosa Ziehautcp: Expose tcp_keepcnt through sysctl net.inet.tcp...
2010-12-05 Samuel J. Greearkernel - Provide descriptions for many net.inet sysctl's
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2009-12-11 Aggelos EconomopoulosKill T/TCP
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-07-28 Matthew DillonTCP - Fix re-establishment issues if a client reboots
2009-05-17 Sepherosa Ziehautcp timer: Remember tcpcb owner thread's msgport, so...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...
2008-12-14 Sepherosa ZiehauUse priority message for TCP timers
2008-12-05 Sepherosa ZiehauDefer various TCP timer function from callout threads...
2008-03-30 Matthew DillonIt's frankly long past time that we turn net.inet.tcp...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-05-10 Jeffrey HsuImplement TCP Appropriate Byte Counting.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-11-14 Jeffrey HsuImplement SACK.
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-06-04 Matthew DillonUse MPIPE instead of the really hackish use of m_get...
2004-06-04 Matthew DillonANSIfication. No functional changes.
2004-05-20 Jeffrey HsuPut snd_recover in the same cache line as snd_una....
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-03-08 Jeffrey HsuImplement Early Retransmit.
2003-08-14 Jeffrey HsuMake the logic clear on when to use Eifel detection...
2003-08-13 Jeffrey HsuImplement the Eifel Dectection Algorithm for TCP (RFC...
2003-07-23 Matthew DillonMerge from FreeBSD 2003/07/15 15:49:53 PDT commit to...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: