aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.Michael Tuexen2014-03-291-1/+1
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-0/+6
* Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen2013-07-051-0/+7
* Whitespace cleanup.Michael Tuexen2012-06-251-1/+1
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.Michael Tuexen2012-05-261-3/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+4
* Use a default for max_burst of 4 and l2var of 2.Michael Tuexen2012-05-171-1/+1
* Add an SCTP sysctl "blackhole", similar to the one for TCP.Michael Tuexen2012-01-081-0/+6
* Retire the SCTP sysctl "strict_init". We always perform the validationMichael Tuexen2012-01-071-7/+0
* Fix unused parameter warnings.Michael Tuexen2011-12-171-2/+2
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-7/+0
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-21/+7
* Implement Resource Pooling V2 and an MPTCP like congestionMichael Tuexen2011-05-041-3/+3
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-24/+36
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-4/+0
* Improvements to CC modules:Randall Stewart2011-02-261-0/+24
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fix typo (Tuneable -> Tunable).Rebecca Cran2011-02-041-4/+4
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-2/+9
* More ECN fixes:Randall Stewart2011-01-311-7/+1
* Change infrastructure for SCTP_MAX_BURST to allow complianceMichael Tuexen2011-01-261-1/+1
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+8
* Provide a possibility to configure the inital congestion window to theMichael Tuexen2010-12-221-1/+1
* Improve plausibility check in sctp_handle_sack().Michael Tuexen2010-12-221-2/+2
* Allow the initial congestion window to be configureMichael Tuexen2010-09-191-2/+2
* Make the initial congestion window configurable via sysctl.Michael Tuexen2010-09-171-0/+7
* * Implement initial version of send buffer splitting.Michael Tuexen2010-09-171-4/+9
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withMichael Tuexen2010-08-291-0/+2
* Fix a bug where wrong initialization valueMichael Tuexen2009-07-281-1/+1
* Adds missing sysctl to manage the vtag_time_wait time. This willRandall Stewart2009-05-301-0/+8
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-041-1/+1
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-0/+16
* - Make strict-sacks be the default.Randall Stewart2008-08-281-1/+1
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+1
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-78/+86
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+22
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-151-56/+0
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-0/+4
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-180/+35
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-3/+23
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-3/+15
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-3/+27
* - Raise max range of sctp_logging sysctl so panda does not disallowRandall Stewart2007-06-161-1/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-3/+12
* - Fixed cookie handling to calc an RTO whenRandall Stewart2007-06-131-1/+3
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-9/+8
* - Found bug in min split point bundling which causedRandall Stewart2007-03-311-25/+39
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-0/+581