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 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
*
Fix for interaction problems between TCP SACK and TCP Signature.
ps
2005-04-21
1
-10
/
+22
*
Undo rev 1.71 as it is the wrong change.
ps
2005-04-21
1
-10
/
+7
*
Fix for 2 bugs related to TCP Signatures :
ps
2005-04-21
1
-7
/
+10
*
Use NET_CALLOUT_MPSAFE macro.
glebius
2005-03-01
1
-2
/
+1
*
Remove clause three from tcp_syncache.c license per permission of
rwatson
2005-01-30
1
-6
/
+3
*
Remove RFC1644 T/TCP support from the TCP side of the network stack.
andre
2004-11-02
1
-90
/
+2
*
Remove the last two global variables that are used to store packet state while
andre
2004-09-15
1
-2
/
+2
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
1
-34
/
+34
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-5
/
+0
*
Backout removal of UMA_ZONE_NOFREE flag for all zones which are established
andre
2004-08-11
1
-1
/
+1
*
Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and
andre
2004-08-11
1
-1
/
+1
*
Fix the !INET6 build.
dwmalone
2004-07-17
1
-0
/
+4
*
The tcp syncache code was leaving the IPv6 flowlabel uninitialised
dwmalone
2004-07-17
1
-6
/
+31
*
Add support for TCP Selective Acknowledgements. The work for this
ps
2004-06-23
1
-1
/
+14
*
Convert GIANT_REQUIRED to NET_ASSERT_GIANT for socket access.
rwatson
2004-06-16
1
-1
/
+1
*
Socket MAC labels so_label and so_peerlabel are now protected by
rwatson
2004-06-13
1
-0
/
+2
*
Switch to using the inpcb MAC label instead of socket MAC label when
rwatson
2004-05-04
1
-1
/
+1
*
Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:
pjd
2004-03-27
1
-2
/
+4
*
Final brucification pass. Spell types consistently (u_int). Remove bogus
bms
2004-02-14
1
-1
/
+1
*
Brucification.
bms
2004-02-13
1
-6
/
+6
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
1
-0
/
+40
*
Remove leftover FREE() from changes in rev 1.50.
andre
2004-01-23
1
-1
/
+0
*
Move the reduction by one of the syncache limit after the zone has been
andre
2004-01-22
1
-1
/
+1
*
Remove an unused variable and put the sockaddr_in6 onto the stack instead
andre
2004-01-22
1
-26
/
+14
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-66
/
+34
*
correct typos
sam
2003-11-11
1
-2
/
+2
*
o add missing inpcb locking in tcp_respond
sam
2003-11-11
1
-37
/
+46
*
use Giant-less callouts when debug_mpsafenet is non-zero
sam
2003-11-10
1
-1
/
+2
*
Mark TCP syncache timer as not Giant-free ready yet.
hsu
2003-11-10
1
-1
/
+1
*
- cleanup SP refcnt issue.
ume
2003-11-04
1
-1
/
+5
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-3
/
+3
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-1
/
+1
*
The syncache has made use of TCPDEBUG problematic, because the SYN
harti
2003-08-13
1
-0
/
+41
*
Drop Giant around syncache timer processing.
hsu
2003-07-17
1
-1
/
+1
*
Fix a comment which didn't match the new cookie behavior.
silby
2003-02-24
1
-1
/
+1
*
Improve the security and performance of syncookies:
silby
2003-02-23
1
-26
/
+47
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
[next]