| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r283650: | tuexen | 2015-05-31 | 1 | -3/+6 |
* | MFC r279859: | tuexen | 2015-05-29 | 1 | -11/+34 |
* | MFC r271643: | tuexen | 2014-09-18 | 1 | -7/+4 |
* | Get rid of a gcc'ism. | tuexen | 2012-09-06 | 1 | -4/+3 |
* | Using %p in a format string requires a void *. | tuexen | 2012-09-05 | 1 | -1/+1 |
* | Use consistent text at the begining of the files. | tuexen | 2012-05-23 | 1 | -4/+5 |
* | Use SCTP_PRINTF() instead of printf() in all SCTP sources. | tuexen | 2012-05-04 | 1 | -3/+1 |
* | Address issues found by clang. While there, fix also some style | tuexen | 2011-12-27 | 1 | -16/+19 |
* | Fix unused parameter warnings. | tuexen | 2011-12-17 | 1 | -25/+25 |
* | The result of a joint work between rrs@ and myself at the IETF: | tuexen | 2011-08-03 | 1 | -338/+23 |
* | Implement Resource Pooling V2 and an MPTCP like congestion | tuexen | 2011-05-04 | 1 | -19/+195 |
* | Tunes and fixes the new DC-CC to seem to hit the | rrs | 2011-03-08 | 1 | -135/+415 |
* | Adds a new Congestion Control that helps reduce | rrs | 2011-03-01 | 1 | -28/+522 |
* | Improvements to CC modules: | rrs | 2011-02-26 | 1 | -46/+46 |
* | * Fix several bugs where the scaled versions of srtt and rttvar | tuexen | 2011-02-24 | 1 | -6/+6 |
* | 1) Typo correction in comments and one spacing change. | rrs | 2011-02-05 | 1 | -3/+2 |
* | 1) Move per John Baldwin to mp_maxid | rrs | 2011-02-03 | 1 | -3/+5 |
* | 1) Allow a chunk to track the cwnd it was at when sent. | rrs | 2011-02-02 | 1 | -0/+1 |
* | More ECN fixes: | rrs | 2011-01-31 | 1 | -49/+33 |
* | Change infrastructure for SCTP_MAX_BURST to allow compliance | tuexen | 2011-01-26 | 1 | -2/+5 |
* | Cleanup the management of CC functions. | tuexen | 2011-01-19 | 1 | -17/+49 |
* | Add support for resource pooling to CMT. | tuexen | 2011-01-16 | 1 | -44/+119 |
* | Provide a possibility to configure the inital congestion window to the | tuexen | 2010-12-22 | 1 | -8/+12 |
* | Improve plausibility check in sctp_handle_sack(). | tuexen | 2010-12-22 | 1 | -24/+21 |
* | Adds new dtrace for cwnd functions and lay's | rrs | 2010-11-25 | 1 | -2/+56 |
* | Make the initial congestion window configurable via sysctl. | tuexen | 2010-09-17 | 1 | -7/+16 |
* | * Use !TAILQ_EMPTY() for checking if a tail queue is not empty. | tuexen | 2010-09-15 | 1 | -4/+3 |
* | Fix the switching on/off of CMT using sysctl and socket option. | tuexen | 2010-08-28 | 1 | -18/+30 |
* | Bugfix: Use formula from section 7.2.3 of RFC 4960. Reported by Martin Becke. | tuexen | 2009-10-27 | 1 | -1/+1 |
* | - Macro-izes the packed declaration in all headers. | rrs | 2008-06-14 | 1 | -60/+63 |
* | - Adds support for the multi-asconf (From Kozuka-san) | rrs | 2008-05-20 | 1 | -249/+183 |
* | - Define changes in sctp.h | rrs | 2008-05-20 | 1 | -38/+13 |
* | - Locking compatiability changes. This involves adding | rrs | 2007-09-08 | 1 | -5/+5 |
* | - added pre-checks to the bindx call. | rrs | 2007-07-17 | 1 | -8/+8 |
* | - Modular congestion control, with RFC2581 being the default. | rrs | 2007-07-14 | 1 | -0/+1631 |