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
*
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