summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r287294:tuexen2016-01-161-2/+2
* MFC r270673:tuexen2014-09-181-3/+3
* MFC r269858:tuexen2014-08-221-7/+14
* MFC r269527:tuexen2014-08-221-1/+8
* MFC r269481:tuexen2014-08-221-0/+6
* MFC r269475:tuexen2014-08-221-8/+8
* MFC r269448:tuexen2014-08-221-0/+7
* MFC r269396:tuexen2014-08-221-7/+0
* MFC r263921:tuexen2014-06-221-1/+1
* MFC r263237:tuexen2014-06-221-0/+6
* Fix a bug were only 2048 streams where usable even though more thantuexen2013-07-051-0/+7
* Whitespace cleanup.tuexen2012-06-251-1/+1
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-261-3/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+4
* Use a default for max_burst of 4 and l2var of 2.tuexen2012-05-171-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-0/+6
* Retire the SCTP sysctl "strict_init". We always perform the validationtuexen2012-01-071-7/+0
* Fix unused parameter warnings.tuexen2011-12-171-2/+2
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-7/+0
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-21/+7
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-041-3/+3
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-24/+36
* Adds a new Congestion Control that helps reducerrs2011-03-011-4/+0
* Improvements to CC modules:rrs2011-02-261-0/+24
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Fix typo (Tuneable -> Tunable).brucec2011-02-041-4/+4
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-2/+9
* More ECN fixes:rrs2011-01-311-7/+1
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-1/+1
* Add stream scheduling support.tuexen2011-01-231-0/+8
* Provide a possibility to configure the inital congestion window to thetuexen2010-12-221-1/+1
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-2/+2
* Allow the initial congestion window to be configuretuexen2010-09-191-2/+2
* Make the initial congestion window configurable via sysctl.tuexen2010-09-171-0/+7
* * Implement initial version of send buffer splitting.tuexen2010-09-171-4/+9
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-0/+2
* Fix a bug where wrong initialization valuetuexen2009-07-281-1/+1
* Adds missing sysctl to manage the vtag_time_wait time. This willrrs2009-05-301-0/+8
* Many bug fixes (from the IETF hack-fest):rrs2009-04-041-1/+1
* Code from the hack-session known as the IETF (and arrs2008-12-061-0/+16
* - Make strict-sacks be the default.rrs2008-08-281-1/+1
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+1
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-78/+86
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-0/+22
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-56/+0
* - DF bit was on for COOKIE-ECHO chunks. This isrrs2007-09-131-0/+4
* - send call has a reference to uio->uio_resid inrrs2007-09-081-180/+35
* - During shutdown pending, when the last sack came in andrrs2007-08-271-3/+23
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-3/+15
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-3/+27
OpenPOWER on IntegriCloud