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_timewait.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
The below patch helps to reduce the leakage of internal socket information
guido
1998-11-15
1
-2
/
+3
*
RFC 1644 has the status "Experimental Protocol", which means:
phk
1998-09-06
1
-2
/
+2
*
Re-implement tcp and ip fragment reassembly to not store pointers in the
dfr
1998-08-24
1
-15
/
+12
*
Convert socket structures to be type-stable and add a version number.
wollman
1998-05-15
1
-25
/
+92
*
Fixed style bugs (mostly) in previous commit.
bde
1998-03-28
1
-5
/
+7
*
Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates
wollman
1998-03-24
1
-8
/
+46
*
Improved connection establishment performance by doing local port lookups via
dg
1998-01-27
1
-5
/
+5
*
Make TCP_COMPAT_42 a new style option.
eivind
1998-01-25
1
-1
/
+2
*
Fix an incredibly horrible bug in the ipfw code
julian
1997-12-19
1
-1
/
+3
*
Removed unused #includes.
bde
1997-10-28
1
-5
/
+1
*
Make TCPDEBUG a new-style option.
joerg
1997-09-16
1
-1
/
+3
*
Fixed gratuitous ANSIisms.
bde
1997-09-16
1
-4
/
+5
*
Reorganize elements of the inpcb struct to take better advantage of
dg
1997-04-03
1
-2
/
+2
*
Improved performance of hash algorithm while (hopefully) not reducing
dg
1997-03-03
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Fix the mechanism for choosing wehether to save the slow-start threshold
wollman
1997-02-14
1
-2
/
+19
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Eliminate some more references to separate ip_v and ip_hl fields.
wollman
1996-07-24
1
-2
/
+4
*
Better selection of initial retransmit timeout when no cached
wollman
1996-06-14
1
-6
/
+4
*
Correct formula for TCP RTO calculation. Also try to do a better job in
wollman
1996-06-05
1
-4
/
+2
*
In tcp_respond(), check that ro->ro_rt is non-null before RTFREEing
wollman
1996-03-27
1
-2
/
+2
*
Make sure tcp_respond() always calls ip_output() with a valid
wollman
1996-03-22
1
-1
/
+8
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-2
/
+2
*
Fix a nagging divide-by-zero error resulting from the MTU discovery code
wollman
1995-12-20
1
-2
/
+20
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-3
/
+4
*
Path MTU Discovery is now standard.
wollman
1995-12-05
1
-5
/
+5
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-7
/
+11
*
Start adding new style sysctl here too.
phk
1995-11-09
1
-1
/
+11
*
The ability to administratively change the MTU of an interface presents
wollman
1995-10-16
1
-6
/
+2
*
The additional checks involving sequence numbers in MTU discovery resends
wollman
1995-10-12
1
-7
/
+5
*
More MTU discovery: avoid over-retransmission if route changes in the
wollman
1995-10-10
1
-10
/
+9
*
Finish 4.4-Lite-2 merge: randomize TCP initial sequence numbers
wollman
1995-10-03
1
-4
/
+4
*
Correct spelling error in MTUDISC code.
wollman
1995-09-22
1
-2
/
+2
*
Add support in TCP for Path MTU discovery. This is highly experimental
wollman
1995-09-20
1
-3
/
+45
*
Initial back-end support for IP MTU discovery, gated on MTUDISC. The support
wollman
1995-09-18
1
-1
/
+29
*
Keep track of the number of samples through the srtt filter so that we
wollman
1995-06-29
1
-9
/
+8
*
Now that we've gone to all sorts of effort to allow TCP to cache some of
wollman
1995-06-19
1
-1
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,
dg
1995-04-09
1
-6
/
+12
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-3
/
+2
*
Removed unnecessary define for TCPOUTFLAGS since they are not used.
nate
1995-03-06
1
-2
/
+1
*
Transaction TCP support now standard. Hack away!
wollman
1995-02-16
1
-9
/
+1
*
Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and
wollman
1995-02-09
1
-3
/
+86
*
Cosmetics: silences gcc -Wall.
phk
1994-10-08
1
-3
/
+3
*
GCC cleanup.
phk
1994-10-02
1
-2
/
+2
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+445