summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_cc_functions.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r310590:tuexen2016-12-291-84/+104
* MFC r309682:tuexen2016-12-181-6/+6
* MFC r309607:tuexen2016-12-181-43/+22
* netinet/sctp*: minor spelling fixes in comments.pfg2016-05-021-7/+7
* Add const to several constants. Thanks to Nicholas Nethercote fortuexen2016-03-231-6/+6
* Fix style issues around existing SDT probes.markj2015-12-161-27/+27
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-3/+6
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-11/+34
* Small cleanup which addresses a warning regaring the truncationtuexen2014-09-161-7/+4
* Get rid of a gcc'ism.tuexen2012-09-061-4/+3
* Using %p in a format string requires a void *.tuexen2012-09-051-1/+1
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+5
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-3/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-16/+19
* Fix unused parameter warnings.tuexen2011-12-171-25/+25
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-338/+23
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-041-19/+195
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-135/+415
* Adds a new Congestion Control that helps reducerrs2011-03-011-28/+522
* Improvements to CC modules:rrs2011-02-261-46/+46
* * Fix several bugs where the scaled versions of srtt and rttvartuexen2011-02-241-6/+6
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* 1) Move per John Baldwin to mp_maxidrrs2011-02-031-3/+5
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-0/+1
* More ECN fixes:rrs2011-01-311-49/+33
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-2/+5
* Cleanup the management of CC functions.tuexen2011-01-191-17/+49
* Add support for resource pooling to CMT.tuexen2011-01-161-44/+119
* Provide a possibility to configure the inital congestion window to thetuexen2010-12-221-8/+12
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-24/+21
* Adds new dtrace for cwnd functions and lay'srrs2010-11-251-2/+56
* Make the initial congestion window configurable via sysctl.tuexen2010-09-171-7/+16
* * Use !TAILQ_EMPTY() for checking if a tail queue is not empty.tuexen2010-09-151-4/+3
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-18/+30
* Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke.tuexen2009-10-271-1/+1
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-60/+63
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-249/+183
* - Define changes in sctp.hrrs2008-05-201-38/+13
* - Locking compatiability changes. This involves addingrrs2007-09-081-5/+5
* - added pre-checks to the bindx call.rrs2007-07-171-8/+8
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-0/+1631
OpenPOWER on IntegriCloud