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_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refuse accellerated opens on listening sockets that have not set
guido
1998-05-04
1
-2
/
+4
*
At the request of Garrett, changed sysctl:
dg
1998-04-24
1
-2
/
+2
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Remove the last traces of TUBA.
phk
1998-04-06
1
-7
/
+1
*
Remove the check for SYN in SYN_RECEIVED state; it breaks simultaneous
fenner
1998-03-20
1
-10
/
+4
*
Changes to support the addition of a new sysctl variable:
dg
1998-02-26
1
-18
/
+16
*
Improved connection establishment performance by doing local port lookups via
dg
1998-01-27
1
-27
/
+11
*
A more complete fix for the "land" attack, removing the "quick fix" from
fenner
1998-01-21
1
-20
/
+25
*
Don't use ANSI string concatenation to misformat a string.
bde
1997-12-19
1
-5
/
+5
*
Add Matt Dillon's quick fix hack for the self-connect DoS.
wollman
1997-11-20
1
-1
/
+14
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+1
*
Removed unused #includes.
bde
1997-10-28
1
-3
/
+1
*
Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimate
dg
1997-10-02
1
-6
/
+1
*
Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCP
fenner
1997-09-30
1
-9
/
+11
*
Make TCPDEBUG a new-style option.
joerg
1997-09-16
1
-1
/
+3
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-8
/
+7
*
Fix a bug (apparently very old) that can cause a TCP connection to
jdp
1997-07-01
1
-2
/
+2
*
The long-awaited mega-massive-network-code- cleanup. Part I.
wollman
1997-04-27
1
-2
/
+3
*
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
*
Re-enable the TCP SYN-attack protection code. I was the one who didn't
fenner
1996-11-10
1
-3
/
+1
*
Fix two bugs I accidently put into the syn code at the last minute
pst
1996-10-11
1
-5
/
+9
*
Improved in_pcblookuphash() to support wildcarding, and changed relavent
dg
1996-10-07
1
-12
/
+2
*
Increase robustness of FreeBSD against high-rate connection attempt
pst
1996-10-07
1
-13
/
+23
*
I don't understand, I committed this fix (move a counter and fixed a typo)
pst
1996-09-21
1
-4
/
+3
*
Syntax error: so_incom -> so_incomp
ache
1996-09-21
1
-2
/
+2
*
If the incomplete listen queue for a given socket is full,
pst
1996-09-20
1
-5
/
+18
*
Make the misnamed tcp initial keepalive timer value (which is really the
pst
1996-09-13
1
-3
/
+3
*
Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP]
pst
1996-09-13
1
-6
/
+12
*
Back out my stupid braino; I was thinking strlen and not sizeof.
fenner
1996-05-02
1
-2
/
+2
*
Size temp var correctly; buf[4*sizeof "123"] is not long enough
fenner
1996-05-02
1
-2
/
+2
*
inet_ntoa buffer was evaluated twice in log_in_vain, fix it.
ache
1996-04-27
1
-3
/
+7
*
Delete #ifdef notdef blocks containing old method of srtt calculation.
wollman
1996-04-26
1
-48
/
+1
*
Logging UDP and TCP connection attempts should not be enabled by default.
pst
1996-04-09
1
-2
/
+2
*
Log TCP syn packets for ports we don't listen on.
phk
1996-04-04
1
-2
/
+13
*
Slight modification of RTO floor calculation.
wollman
1996-03-25
1
-2
/
+2
*
A number of performance-reducing flaws fixed based on comments
wollman
1996-03-22
1
-3
/
+54
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-2
/
+2
*
Add a counter for the number of times the listen queue was overflowed to
guido
1996-02-26
1
-2
/
+4
*
Fixed bug in Path MTU Discovery that caused the system to have to re-
dg
1996-02-22
1
-24
/
+4
*
Fix a bug related to the interworking of T/TCP and window scaling:
olah
1996-01-31
1
-6
/
+19
*
Another mega commit to staticize things.
phk
1995-12-14
1
-2
/
+2
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-6
/
+15
*
Start adding new style sysctl here too.
phk
1995-11-09
1
-1
/
+5
*
Cosmetic changes to processing of segments in the SYN_SENT state:
olah
1995-11-03
1
-10
/
+10
*
Routes can be asymmetric. Always offer to /accept/ an MSS of up to the
wollman
1995-10-13
1
-7
/
+1
*
Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbers
wollman
1995-10-03
1
-6
/
+8
*
Remove a redundant `if' from tcp_reass().
olah
1995-07-31
1
-4
/
+2
*
tcp_input.c - keep track of how many times a route contained a cached rtt
wollman
1995-07-10
1
-7
/
+7
*
Keep track of the number of samples through the srtt filter so that we
wollman
1995-06-29
1
-1
/
+2
[next]