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
/
cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staticize malloc types.
pluknet
2011-04-13
4
-8
/
+4
*
Use the full and proper company name for Swinburne University of Technology
lstewart
2011-04-12
9
-59
/
+61
*
Algorithm modules can define their own private congestion signal types in the
lstewart
2011-02-01
1
-0
/
+4
*
Fix typo in comment: "course" -> "coarse"
lstewart
2011-02-01
1
-1
/
+1
*
Import an implementation of the CAIA-Hamilton-Delay (CHD) congestion control
lstewart
2011-02-01
1
-0
/
+497
*
Import a clean-room implementation of the Hamilton-Delay (HD) congestion control
lstewart
2011-02-01
1
-0
/
+254
*
Import a clean-room implementation of the VEGAS congestion control algorithm
lstewart
2011-02-01
1
-0
/
+308
*
An sbuf configured with SBUF_AUTOEXTEND will call malloc with M_WAITOK when a
lstewart
2011-01-23
1
-4
/
+21
*
Some correctness and robustness fixes related to CUBIC's mean RTT estimate:
lstewart
2011-01-21
1
-6
/
+17
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Import a clean-room implementation of the experimental H-TCP congestion control
lstewart
2010-12-02
1
-0
/
+521
*
Import a clean-room implementation of the experimental CUBIC congestion control
lstewart
2010-12-02
2
-0
/
+625
*
General cleanup of the NewReno CC module (no functional changes):
lstewart
2010-12-02
1
-52
/
+40
*
- Reinstantiate the after_idle hook call in tcp_output(), which got lost
lstewart
2010-12-02
1
-4
/
+17
*
Make the CC framework more VIMAGE friendly by adding the machinery to allow
lstewart
2010-11-16
1
-30
/
+28
*
- Querying the default CC algo is more common than setting it and the function
lstewart
2010-11-16
1
-3
/
+2
*
Move protocol specific implementation detail out of the core CC framework.
lstewart
2010-11-16
1
-48
/
+6
*
On CC algorithm module unload, we walk the list of active TCP control blocks.
lstewart
2010-11-16
1
-24
/
+35
*
cc_init() should only be run once on system boot, but with VIMAGE kernels it
lstewart
2010-11-16
1
-2
/
+4
*
This commit marks the first formal contribution of the "Five New TCP Congestion
lstewart
2010-11-12
3
-0
/
+641