tcp: Allow per-tcpcb keepintvl and keepcnt
[dragonfly.git] / sys / netinet / tcp_var.h
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepintvl and keepcnt
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepidle
2011-09-16 Sepherosa Ziehautcp: Allow per-tcpcb keepinit
2011-02-21 Sepherosa Ziehautcp: Allow listen(2) to be called on the same socket...
2010-09-24 Matthew Dillonnetwork - Restart the callout timer when setting TCP_FA...
2010-09-24 Matthew Dillonnetwork - Add a tcp socket for faster keepalive timeouts
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2010-09-06 Matthew Dillonkernel - Port TCP-MD5 (RFC 2385) implementation.
2010-08-18 Matthew Dillonkernel - Fix possible race in syncache
2010-02-03 Matthew Dillonkernel - syncache - Fix races due to struct syncache...
2009-12-11 Aggelos EconomopoulosKill T/TCP
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-09-10 Matthew DillonIPV6 - Attempt to fix tcp46 compatibility listen sockets
2009-08-22 Matthew DillonTCP - Fix problems with dynamic receiver and sender...
2009-07-28 Matthew DillonTCP - Fix re-establishment issues if a client reboots
2009-07-28 Matthew DillonTCP - Remove net.inet.tcp.minmssoverload
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...
2008-12-05 Sepherosa ZiehauDefer various TCP timer function from callout threads...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-08-15 Nicolas TheryAllocate sackblock structs with kmalloc() instead of...
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-09-30 Sascha WildnerRearrange stuff a bit to satisfy GCC 4.1.
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-05-10 Jeffrey HsuImplement TCP Appropriate Byte Counting.
2005-04-18 Jeffrey HsuUse a larger initial window size when restarting after...
2005-04-11 Hiten PandyaRemove the '_GD' macro hack:
2005-04-11 Hiten PandyaMechanical cleanup of TCP per-cpu statistics code,...
2005-03-10 Jeffrey HsuBetter byte packing for struct tcpopt.
2005-03-09 Jeffrey HsuTake into account the number of SACKed bytes skipped...
2005-03-04 Jeffrey HsuThe route in a syncache entry is cleared if the connect...
2005-01-08 Jeffrey HsuRemove the sysctl options for altering the initial...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-11-14 Jeffrey HsuImplement SACK.
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
2004-07-17 Jeffrey HsuReadability changes, mostly removing the option to...
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-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-05-20 Jeffrey HsuPut snd_recover in the same cache line as snd_una....
2004-04-29 Hiten Pandya1) Move the tcp_stats structure back to netinet/tcp_var.h.
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-03-14 Jeffrey HsuMake tcp_drain() per-cpu.
2004-03-08 Jeffrey HsuPartition the TCP connection table.
2004-03-08 Jeffrey HsuImplement Early Retransmit.
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-02 Robert GarrettPatch forr FreeBSD-SA-04:04.tcp
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-08-23 Robert Garrettif ipv6 doesnt need oldstyle prototypes maybe its time...
2003-08-14 Jeffrey HsuMake the logic clear on when to use Eifel detection...
2003-08-14 Jeffrey HsuFix spurious spelling within comments.
2003-08-13 Jeffrey HsuImplement the Eifel Dectection Algorithm for TCP (RFC...
2003-07-24 Matthew DillonHere is an implementation of Limited Transmit (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: