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
*
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
*
Some cleanups and janitorial work to tcp_syncache:
andre
2006-06-26
1
-45
/
+33
*
Reverse the source/destination parameters to in[6]_pcblookup_hash() in
andre
2006-06-26
1
-2
/
+2
*
Decrement the global syncache counter in syncache_expand() when the entry
andre
2006-06-25
1
-0
/
+1
*
Move the syncookie MD5 context from globals to the stack to make it MP safe.
andre
2006-06-22
1
-2
/
+2
*
Allocate a zero'ed syncache hashtable. mtx_init() tests the supplied
andre
2006-06-20
1
-1
/
+1
*
Do not access syncache entry before it was allocated for the TF_NOOPT case
andre
2006-06-18
1
-3
/
+4
*
Move all syncache related structures to tcp_syncache.c. They are only used
andre
2006-06-18
1
-0
/
+35
*
Remove double lock acquisition in syncookie_lookup() which came from last
andre
2006-06-18
1
-1
/
+0
*
Fix the !INET6 compile.
andre
2006-06-17
1
-2
/
+4
*
ANSIfy and tidy up comments.
andre
2006-06-17
1
-52
/
+23
*
Add locking to TCP syncache and drop the global tcpinfo lock as early
andre
2006-06-17
1
-254
/
+285
*
Change soabort() from returning int to returning void, since all
rwatson
2006-03-16
1
-1
/
+1
*
Rework TCP window scaling (RFC1323) to properly scale the send window
andre
2006-02-28
1
-1
/
+1
*
Set the M_ZERO flag when calling uma_zalloc() to allocate a syncache entry.
qingli
2006-02-09
1
-5
/
+4
*
Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncache
qingli
2006-02-08
1
-3
/
+2
*
Fixes a crash due to the memory of the newly allocated syncache entry
qingli
2006-02-07
1
-0
/
+1
*
In syncache_expand() insert a proper syncache_free() to fix a case
andre
2006-01-18
1
-1
/
+4
*
UMA can return NULL not only in case when our zone is full, but
glebius
2006-01-14
1
-1
/
+7
*
Consolidate all IP Options handling functions into ip_options.[ch] and
andre
2005-11-18
1
-0
/
+1
*
Retire MT_HEADER mbuf type and change its users to use MT_DATA.
andre
2005-11-02
1
-1
/
+1
*
Do not ignore all other TCP options (eg. timestamp, window scaling)
andre
2005-09-14
1
-1
/
+1
*
- Refuse hashsize of 0, since it is invalid.
glebius
2005-08-25
1
-2
/
+2
*
Remove no-op spl's and most comment references to spls, as TCP locking
rwatson
2005-07-19
1
-1
/
+0
*
Remove some code that snuck in by accident.
ps
2005-04-21
1
-5
/
+0
[next]