summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* Change MTU discovery functions to not abuse the global icmpsrc variablempi2013-08-081-10/+9
* Add sysctl net.inet.tcp.always_keepalive, when this is set the systemsthen2011-07-061-2/+4
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-4/+4
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-4/+4
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-3/+4
* when creating a response, use the correct TCP header instead ofmarkus2008-02-201-2/+2
* TCP_COMPAT_42 was last used in 1997. Kill it.deraadt2007-11-271-16/+1
* since thehenning2007-09-011-1/+2
* Drop the current random timestamps and the current ISN generationmarkus2007-06-151-1/+3
* Only two `h' in threshold.miod2005-11-151-4/+4
* implement PMTU checks frommarkus2005-06-301-1/+27
* zap lvalue assignment, okay markus@. approved miod@espie2004-12-131-2/+2
* fix for race between invocation for timer and network inputmarkus2004-11-251-1/+22
* de-register. deraadt okitojun2003-12-101-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* remove useless assignmenttedu2003-02-211-2/+2
* fix ecn breakage.kjc2002-11-061-1/+10
* whitespaceitojun2002-06-091-3/+3
* bring in ECN support from KAME.kjc2002-05-161-1/+8
* use timeout(9) to schedule TCP timers. this avoid traversing allprovos2002-03-081-266/+262
* remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.provos2002-03-011-22/+43
* allocate sackholes with poolprovos2002-01-151-2/+2
* knfprovos2002-01-141-6/+6
* use macros to manage tcp timers; based on netbsdprovos2002-01-141-6/+6
* at least ; required after label or case; openbsd@davidkrause.comderaadt2002-01-021-1/+2
* Cut down on include files.angelos2001-06-081-7/+1
* Two fixes from Stevens via davidg@freebsd, bug report byprovos2001-05-311-2/+2
* more random tcp sequence numbers. okay deraadt@, angelos@provos2000-12-131-4/+2
* only disable path mtu for established connections that have data to send.provos2000-12-121-1/+5
* turn off path mtu when icmp needfrag messages get blocked, okay itojun@provos2000-12-111-7/+43
* Path MTU discovery based on NetBSD but with the decision to use the DFprovos2000-09-181-1/+19
* option TCP_NEWRENO goes away, its the default case for TCP_SACK ifprovos1999-12-211-3/+3
* Fix tcp retransmit/persist timers, provos@ OK.hugh1999-11-151-5/+11
* increase tcp_iss incrementprovos1999-09-011-2/+2
* Significant cleanups in the way TCP is made to handle multiple networkcmetz1999-07-021-5/+9
* From Tom Henderson <tomh@cs.berkeley.edu>:provos1999-04-211-1/+8
* fix NEWRENO behaviour, the newreo code assumed that the send socket buffer hasprovos1999-01-271-4/+1
* more min vs. ulmin/lmin fixesmillert1998-11-251-2/+2
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-1/+24
* indentderaadt1997-08-261-2/+2
* use arc4random()deraadt1997-02-051-2/+3
* TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335)tholo1996-09-121-1/+18
* Remove random() prototype, as it's not needed. Besides it was wrong for the alpha :-)niklas1996-07-291-4/+1
* Make TCP ISS increment by random amountstholo1996-07-291-3/+8
* From Lite2; skip slow start calculation if socket state is listentholo1996-03-141-2/+2
* From NetBSD: 960217 mergeniklas1996-03-031-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+321