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_var.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Temporary feature: Runtime tuneable tcp initial sequence number
silby
2001-07-08
1
-0
/
+1
*
Eliminate the allocation of a tcp template structure for each
silby
2001-06-23
1
-2
/
+3
*
Randomize the TCP initial sequence numbers more thoroughly.
kris
2001-04-17
1
-0
/
+4
*
Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.
jlemon
2001-02-26
1
-1
/
+0
*
Remove tcp_drop_all_states, which is unneeded after jlemon removed it
jesper
2001-02-25
1
-1
/
+0
*
Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify
phk
2001-02-18
1
-0
/
+1
*
Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and
phk
2000-12-24
1
-0
/
+1
*
We currently does not react to ICMP administratively prohibited
phk
2000-12-16
1
-0
/
+1
*
When a connection is being dropped due to a listen queue overflow,
jayanth
2000-07-21
1
-0
/
+1
*
Fix a comment which was broken in rev 1.36.
sheldonh
2000-07-18
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Implement TCP NewReno, as documented in RFC 2582. This allows
jlemon
2000-05-06
1
-0
/
+3
*
tcp updates to support IPv6.
shin
2000-01-09
1
-6
/
+26
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
IPSEC support in the kernel.
shin
1999-12-22
1
-1
/
+1
*
KAME related header files additions and merges.
shin
1999-11-05
1
-1
/
+4
*
Restructure TCP timeout handling:
jlemon
1999-08-30
1
-7
/
+18
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+6
*
Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This
fenner
1999-01-20
1
-17
/
+18
*
Re-implement tcp and ip fragment reassembly to not store pointers in the
dfr
1998-08-24
1
-13
/
+2
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-3
/
+2
*
Declare tcp_seq and tcp_cc as fixed-size types. Half fixed type
bde
1998-07-13
1
-2
/
+2
*
Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_
jhay
1998-06-27
1
-4
/
+4
*
Convert socket structures to be type-stable and add a version number.
wollman
1998-05-15
1
-2
/
+19
*
Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This
dg
1998-04-24
1
-2
/
+2
*
Remove the last traces of TUBA.
phk
1998-04-06
1
-4
/
+1
*
Changes to support the addition of a new sysctl variable:
dg
1998-02-26
1
-1
/
+2
*
Improved connection establishment performance by doing local port lookups via
dg
1998-01-27
1
-38
/
+30
*
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
*
Move TCPCTL_KEEPINIT to end of MIB list (sigh)
pst
1996-09-13
1
-4
/
+4
*
Make the misnamed tcp initial keepalive timer value (which is really the
pst
1996-09-13
1
-4
/
+6
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
1
-3
/
+2
*
Correct formula for TCP RTO calculation. Also try to do a better job in
wollman
1996-06-05
1
-3
/
+3
*
Delete #ifdef notdef blocks containing old method of srtt calculation.
wollman
1996-04-26
1
-18
/
+1
*
A number of performance-reducing flaws fixed based on comments
wollman
1996-03-22
1
-1
/
+23
*
Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.
bde
1996-02-27
1
-2
/
+2
*
Add a counter for the number of times the listen queue was overflowed to
guido
1996-02-26
1
-1
/
+2
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
remove tcp_lastport - it has not been used for quite a while (at least
peter
1996-01-19
1
-2
/
+1
*
Remove some bogus externs.
dg
1995-12-29
1
-4
/
+1
*
Uniformized pr_ctlinput protosw functions. The third arg is now `void
bde
1995-12-16
1
-2
/
+2
*
Path MTU Discovery is now standard.
wollman
1995-12-05
1
-4
/
+2
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-15
/
+1
*
Fix a logical error in T/TCP: when we actively open a connection, we
olah
1995-11-03
1
-1
/
+2
*
The ability to administratively change the MTU of an interface presents
wollman
1995-10-16
1
-1
/
+4
*
The additional checks involving sequence numbers in MTU discovery resends
wollman
1995-10-12
1
-3
/
+1
[next]