index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
tcp_congctl.c
Age
Commit message (
Expand
)
Author
2013-11-18
Cubic changes:
kefren
2013-11-12
* implement TCP CUBIC congestion control algorithm
kefren
2013-10-25
Mark a diagnostic-only variable
martin
2011-04-08
simplify code a little. no functional changes.
yamt
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-29
Rework tcp congctl selection code so that the congctl entries can be const.
matt
2007-07-11
Replace a simple lock with a mutex and make it static.
xtraeme
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-21
constify.
yamt
2006-10-19
tcp_reno_newack: remove an __unused because it's now used.
yamt
2006-10-19
tcp_reno_newack: regardless of sysctl setting, use L=1*SMSS when
yamt
2006-10-19
implement RFC3465 appropriate byte counting.
yamt
2006-10-15
Move comments to proper places.
rpaulo
2006-10-15
Add a new tcp_congctl(9) structure member for congestion experienced callback.
rpaulo
2006-10-12
- sprinkle __unused on function decls.
christos
2006-10-10
tcp_reno_newack(): bring the exact original code.
rpaulo
2006-10-10
tcp_reno_newack/tcp_newreno_newack: remove stale comments.
yamt
2006-10-10
tcp_newreno_newack: actually inflate cwnd as it used to do.
yamt
2006-10-09
Modular (I tried ;-) TCP congestion control API. Whenever certain conditions
rpaulo