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_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the tcp segment reassembly queue to UMA and limit the maximum
andre
2004-02-24
1
-2
/
+7
*
Fixed ucred structure leak.
pjd
2004-02-19
1
-0
/
+2
*
Final brucification pass. Spell types consistently (u_int). Remove bogus
bms
2004-02-14
1
-1
/
+1
*
Brucification.
bms
2004-02-13
1
-10
/
+14
*
supported IPV6_RECVPATHMTU socket option.
ume
2004-02-13
1
-2
/
+2
*
Update the prototype for tcpsignature_apply() to reflect the spelling of
bms
2004-02-12
1
-2
/
+2
*
style(9) pass; whitespace and comments.
bms
2004-02-12
1
-17
/
+22
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
1
-0
/
+114
*
Limiters and sanity checks for TCP MSS (maximum segement size)
andre
2004-01-08
1
-0
/
+24
*
If path mtu discovery is enabled set the DF bit in all cases we
andre
2004-01-08
1
-0
/
+4
*
Enable the following TCP options by default to give it more exposure:
andre
2004-01-06
1
-1
/
+1
*
Fix some becuase -> because typos.
jhb
2003-12-17
1
-1
/
+1
*
Switch TCP over to using the inpcb label when responding in timed
rwatson
2003-12-17
1
-4
/
+1
*
Make sure all uses of stack allocated struct route's are properly
andre
2003-11-26
1
-2
/
+2
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-223
/
+125
*
o correct locking problem: the inpcb must be held across tcp_respond
sam
2003-11-08
1
-15
/
+20
*
Add an additional check to the tcp_twrecycleable function; I had
silby
2003-11-02
1
-3
/
+16
*
- Add a new function tcp_twrecycleable, which tells us if the ISN which
silby
2003-11-01
1
-0
/
+19
*
Reduce the number of tcp time_wait structs to maxsockets / 5; this ensures
silby
2003-10-24
1
-1
/
+1
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-1
/
+1
*
Fix a bunch of off-by-one errors in the range checking code.
ru
2003-09-11
1
-2
/
+2
*
Introduce two new MAC Framework and MAC policy entry points:
rwatson
2003-08-21
1
-3
/
+3
*
Correct a bug introduced with reduced TCP state handling; make
rwatson
2003-05-07
1
-3
/
+18
*
Remove a potential panic condition introduced by reduced TCP wait
rwatson
2003-04-10
1
-5
/
+15
*
Remove a panic(); if the zone allocator can't provide more timewait
jlemon
2003-03-08
1
-20
/
+19
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-1
/
+1
*
When generating a TCP response to a connection, not only test if the
rwatson
2003-02-25
1
-1
/
+1
*
- m = m_gethdr(M_NOWAIT, MT_HEADER);
phk
2003-02-21
1
-1
/
+1
*
Unbreak non-IPV6 compilation.
jlemon
2003-02-19
1
-4
/
+10
*
Add a TCP TIMEWAIT state which uses less space than a fullblown TCP
jlemon
2003-02-19
1
-48
/
+268
*
Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the
jlemon
2003-02-19
1
-35
/
+32
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Take advantage of pre-existing lock-free synchronization and type stable memory
hsu
2003-02-15
1
-4
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
Validate inp to prevent an use after free.
hsu
2002-12-24
1
-1
/
+2
*
Change tcp.inflight_min from 1024 to a production default of 6144. Create
dillon
2002-12-14
1
-4
/
+14
*
Fix two instances of variant struct definitions in sys/netinet:
phk
2002-10-20
1
-4
/
+4
*
Tie new "Fast IPsec" code into the build. This involves the usual
sam
2002-10-16
1
-0
/
+8
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-8
/
+3
*
turn off debugging by default if bandwidth delay product limiting is
dillon
2002-10-10
1
-1
/
+1
*
Correct bug in t_bw_rtttime rollover, #undef USERTT
dillon
2002-08-24
1
-1
/
+5
*
Implement TCP bandwidth delay product window limiting, similar to (but
dillon
2002-08-17
1
-0
/
+158
*
Document the undocumented assumption that at least one of the PCB
rwatson
2002-08-01
1
-0
/
+2
*
Introduce support for Mandatory Access Control and extensible
rwatson
2002-07-31
1
-0
/
+17
*
Wire the sysctl output buffer before grabbing any locks to prevent
truckman
2002-07-28
1
-0
/
+3
*
Introduce two new sysctl's:
dillon
2002-07-18
1
-1
/
+3
*
Defer calling SYSCTL_OUT() until after the locks have been released.
truckman
2002-07-11
1
-2
/
+4
*
Reduce the nesting level of a code block that doesn't need to be in
truckman
2002-07-11
1
-13
/
+10
*
Extend the effect of the sysctl net.inet.tcp.icmp_may_rst
jesper
2002-06-30
1
-1
/
+1
*
TCP notify functions can change the pcb list.
hsu
2002-06-21
1
-2
/
+2
[next]