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_syncache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change incorrect stale cookie detection in syncookie_lookup() that prematurely
ups
2008-06-16
1
-1
/
+1
*
Fix a check in SYN cache expansion (syncache_expand()) to accept packets that...
ups
2008-06-16
1
-4
/
+7
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-0
/
+4
*
Always bump tcpstat.tcps_badrst if we get a RST for a connection in the
jhb
2008-05-08
1
-4
/
+5
*
move tcbinfo lock acquisition in to syncache
kmacy
2008-04-19
1
-0
/
+3
*
Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to
rwatson
2008-04-17
1
-6
/
+6
*
Fix bugs in the TCP syncache timeout code. including:
ru
2007-12-19
1
-8
/
+18
*
incorporate feedback since initial commit
kmacy
2007-12-17
1
-14
/
+22
*
Add interface for tcp offload to syncache:
kmacy
2007-12-12
1
-15
/
+47
*
Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAY
kmacy
2007-12-12
1
-17
/
+1
*
Add padding for anticipated functionality
kmacy
2007-12-07
1
-0
/
+3
*
Fix SACK negotiation that was broken in rev 1.105.
silby
2007-12-04
1
-1
/
+1
*
Move call to tcp_signature_compute() after we adjusted the payload offset
bz
2007-11-30
1
-5
/
+6
*
Comment out the syncache's test which ensures that hosts which negotiate TCP
silby
2007-11-20
1
-0
/
+6
*
Normalize TCP syncache-related MAC Framework entry points to match most
rwatson
2007-10-25
1
-6
/
+6
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Pick the smallest possible TCP window scaling factor that will still allow
silby
2007-10-19
1
-6
/
+17
*
Add FBSDID to all files in netinet so that people can more
silby
2007-10-07
1
-2
/
+3
*
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
rwatson
2007-08-06
1
-1
/
+0
*
Fix a typo in a log message: s/Reveived/Received/.
bmah
2007-07-29
1
-1
/
+1
*
Fix a panic introduced in rev 1.126.
silby
2007-07-28
1
-1
/
+1
*
o Move setting/resetting logic of syncache timer from macro
andre
2007-07-28
1
-19
/
+49
*
o Move all detailed checks for RST in LISTEN state from tcp_input() to
andre
2007-07-28
1
-1
/
+41
*
Export the contents of the syncache to netstat.
silby
2007-07-27
1
-0
/
+74
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-3
/
+3
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
1
-12
/
+0
*
Correctly print SEQ and IRS in the corresponding log message in
andre
2007-06-06
1
-1
/
+1
*
Make log messages more verbose and simpler to understand for non-experts.
andre
2007-05-28
1
-12
/
+14
*
Refactor and rewrite in parts the SYN handling code on listen sockets
andre
2007-05-28
1
-0
/
+4
*
Be more restrictive with segment validity checks in syncache_expand()
andre
2007-05-18
1
-3
/
+42
*
o Add syslog logging under LOG_DEBUG to various failures caused by
andre
2007-05-18
1
-5
/
+38
*
Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of
andre
2007-05-06
1
-3
/
+1
*
o Remove unused and redundant TCP option definitions
andre
2007-04-20
1
-1
/
+1
*
Remove bogus check for accept queue length and associated failure handling
andre
2007-04-20
1
-2
/
+2
*
Simplifly syncache_expand() and clarify its semantics. Zero is returned
andre
2007-04-20
1
-17
/
+4
*
Only update TCP timestamp on SYN duplication if it is present on
andre
2007-04-20
1
-1
/
+3
*
o Plug memory leak in syncache_add() on MAC label allocation failure.
andre
2007-04-20
1
-18
/
+12
*
When we run into the syncache entry limits syncache_add() tries
andre
2007-04-17
1
-2
/
+2
*
Change the TCP timer system from using the callout system five times
andre
2007-04-11
1
-1
/
+1
*
Move last tcpcb initialization for the inbound connection case from
andre
2007-04-04
1
-0
/
+3
*
Unbreak IPv6 after consolidation of TCP options insertion.
andre
2007-03-17
1
-3
/
+2
*
Fix the most obvious of the bugs introduced by recent syncache changes
kmacy
2007-03-17
1
-0
/
+3
*
Consolidate insertion of TCP options into a segment from within tcp_output()
andre
2007-03-15
1
-75
/
+43
*
Change the way the advertized TCP window scaling is computed. Instead of
andre
2007-02-01
1
-2
/
+8
*
Fix LOR between the syncache and inpcb locks when MAC is present in the
csjp
2006-12-13
1
-43
/
+44
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Add missing #ifdef INET6 (can't be compiled)
ache
2006-09-14
1
-0
/
+2
*
Remove unessary includes and follow common ordering style.
andre
2006-09-13
1
-10
/
+2
*
Rewrite of TCP syncookies to remove locking requirements and to enhance
andre
2006-09-13
1
-191
/
+277
*
In syncache_respond() do not reply with a MSS that is larger than what
andre
2006-06-26
1
-0
/
+2
[next]