index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate the allocation of a tcp template structure for each
silby
2001-06-23
1
-3
/
+9
*
Disable rfc1323 and rfc1644 TCP extensions if we havn't got
jesper
2001-05-31
1
-0
/
+9
*
Say goodbye to TCP_COMPAT_42
jesper
2001-04-20
1
-15
/
+0
*
Randomize the TCP initial sequence numbers more thoroughly.
kris
2001-04-17
1
-1
/
+1
*
Use more aggressive retransmit timeouts for the initial SYN packet.
jlemon
2001-02-26
1
-1
/
+7
*
If TCPDEBUG is defined, we could dereference a tp which was freed.
jlemon
2000-10-02
1
-1
/
+1
*
It is possible for a TCP callout to be removed from the timing wheel,
jlemon
2000-09-16
1
-5
/
+5
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Implement TCP NewReno, as documented in RFC 2582. This allows
jlemon
2000-05-06
1
-0
/
+5
*
tcp updates to support IPv6.
shin
2000-01-09
1
-7
/
+18
*
Simplify, and return an error if the user attempts to set a TCP
jlemon
1999-08-31
1
-7
/
+3
*
Add a SYSCTL_PROC so that TCP timer values are now expressed to
jlemon
1999-08-31
1
-10
/
+35
*
Restructure TCP timeout handling:
jlemon
1999-08-30
1
-223
/
+287
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-3
/
+3
*
Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This
dg
1998-04-24
1
-12
/
+7
*
Remove the last traces of TUBA.
phk
1998-04-06
1
-8
/
+1
*
Changes to support the addition of a new sysctl variable:
dg
1998-02-26
1
-11
/
+12
*
Make TCP_COMPAT_42 a new style option.
eivind
1998-01-25
1
-1
/
+2
*
Make TCPDEBUG a new-style option.
joerg
1997-09-16
1
-1
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-7
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make the misnamed tcp initial keepalive timer value (which is really the
pst
1996-09-13
1
-1
/
+5
*
Fixed two bugs in previous commit: be sure to include tcp_debug.h when
dg
1996-07-12
1
-1
/
+4
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
1
-4
/
+16
*
Fix a bug in the handling of the "persist" state which, under certain
jdp
1996-06-03
1
-7
/
+12
*
Two fixes from Rich Stevens:
dg
1996-04-15
1
-2
/
+2
*
Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will force
phk
1996-04-04
1
-2
/
+7
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-2
/
+2
*
Reverse the modification which caused the annoying m_copydata crash: set
olah
1996-01-04
1
-1
/
+5
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-6
/
+8
*
Start adding new style sysctl here too.
phk
1995-11-09
1
-1
/
+9
*
Setting the TF_ACKNOW flag was redundant in the REXMT timeout because
olah
1995-11-03
1
-5
/
+1
*
Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbers
wollman
1995-10-03
1
-8
/
+16
*
Add connection drop capability for persist timeouts.
dg
1995-07-29
1
-1
/
+17
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Fixed bug I introduced when changing PCB list to use 4.4BSD style queue
dg
1995-04-12
1
-4
/
+3
*
Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,
dg
1995-04-09
1
-14
/
+19
*
Transaction TCP support now standard. Hack away!
wollman
1995-02-16
1
-5
/
+1
*
Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and
wollman
1995-02-09
1
-1
/
+10
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+312