aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/cc/cc_dctcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: move cwnd and ssthresh updates into cc modulesRichard Scheffenegger2020-10-241-1/+5
* Add MODULE_VERSION to TCP loadable congestion control modules.Richard Scheffenegger2020-07-201-0/+1
* DCTCP: update alpha only once after loss recovery.Richard Scheffenegger2020-05-211-4/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-10/+11
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-2/+2
* Sending CWR after an RTO is according to RFC 3168 generally requiredMichael Tuexen2020-01-251-1/+0
* Fix delayed ACK generation for DCTCP.Michael Tuexen2019-12-311-21/+18
* Move all ECN related flags from the flags to the flags2 field.Michael Tuexen2019-12-011-8/+8
* When performing after_idle() or post_recovery(), don't disable theMichael Tuexen2019-07-291-65/+70
* * Improve input validation of sysctl parameters for DCTPC.Michael Tuexen2019-07-291-23/+20
* Fix bugs in plugable CC algorithm and siftr sysctls.Brooks Davis2018-12-151-5/+3
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-3/+3
* NULL out cc_data in pluggable TCP {cc}_cb_destroyMatt Macy2018-07-221-2/+1
* Revert r307901 - Inform CC modules about loss events.Sean Bruno2017-07-251-11/+8
* Revert r308180 - Set slow start threshold more accurrately on loss ...Sean Bruno2017-07-251-8/+8
* Set slow start threshold more accurately on loss to be flightsize/2 instead ofHiren Panchasara2016-11-011-8/+8
* FreeBSD tcp stack used to inform respective congestion control module about theHiren Panchasara2016-10-251-8/+11
* Undo r307899. It needs a bit more work and proper commit log.Hiren Panchasara2016-10-251-11/+8
* In Collaboration with: Matt Macy <mmacy at nextbsd dot com>Hiren Panchasara2016-10-251-8/+11
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Rename netinet/tcp_cc.h to netinet/cc/cc.h.Gleb Smirnoff2016-01-271-1/+1
* - Rename cc.h to more meaningful tcp_cc.h.Gleb Smirnoff2016-01-211-2/+2
* Cleanup TCP files from unnecessary interface related includes.Gleb Smirnoff2016-01-211-2/+0
* DCTCP (Data Center TCP) implementation.Hiren Panchasara2015-01-121-0/+474