aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/cc/cc.h
Commit message (Expand)AuthorAgeFilesLines
* tcp cc: re-organize newreno functions into parts that can be re-usedCheng Cui2024-09-171-0/+3
* tcp cc: clean up some un-used cc_var flagsCheng Cui2024-08-151-4/+4
* tcp cc: remove non-working sctp supportMichael Tuexen2024-07-281-10/+1
* tcp: retain some CC signals outside of kernel scopeRichard Scheffenegger2024-02-241-1/+3
* tcp: use enum for all congestion control signalsRichard Scheffenegger2024-02-241-21/+21
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-3/+7
* tcp: Make all references to CUBIC uppercaseRichard Scheffenegger2022-09-131-1/+1
* tcp: Congestion control move to using reference counting.Randall Stewart2022-02-211-0/+11
* tcp: Add hystart++ to our cubic implementation.Randall Stewart2022-02-071-0/+12
* tcp: Congestion control cleanup.Randall Stewart2021-11-111-4/+30
* tcp: Add hystart-plus to cc_newreno and rack.Randall Stewart2021-10-221-0/+9
* This brings into sync FreeBSD with the netflix versions of rack and bbr.Randall Stewart2021-05-061-1/+6
* cc_mod: remove unused CCF_DELACK definitionRichard Scheffenegger2020-09-101-1/+1
* Make use of the stats(3) framework in the TCP stack.Edward Tomasz Napierala2019-12-021-3/+4
* Revert r331567 CC Cubic: fix underflow for cubic_cwnd()Hiren Panchasara2018-12-151-2/+0
* Limit option_len for the TCP_CCALGOOPT.Michael Tuexen2018-11-301-0/+2
* CC Cubic: fix underflow for cubic_cwnd()Sean Bruno2018-03-261-0/+2
* Add support for the experimental Internet-Draft "TCP Alternative Backoff withLawrence Stewart2018-03-191-0/+6
* Fix a variety of cosmetic typos and misspellingsConrad Meyer2017-01-151-1/+1
* Pass the number of segments coalesced by LRO up the stack by repurposing theLawrence Stewart2016-08-251-0/+1
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.Gleb Smirnoff2016-01-271-0/+178