summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.h
AgeCommit message (Expand)Author
2023-08-18sctp: cleanup cdefs.h includeMichael Tuexen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-10sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen
2022-03-29sctp: fix typosMichael Tuexen
2020-10-16Improve the handling of cookie life times.Michael Tuexen
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-07Retire SCTP_SO_LOCK_TESTING.Michael Tuexen
2020-01-04Make the message size limit used for SCTP_SENDALL configurable viaMichael Tuexen
2018-10-26Add initial descriptions for SCTP related MIB variable.Michael Tuexen
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-12Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_orderMichael Tuexen
2016-05-12Enable SACK Immediately per default.Michael Tuexen
2016-04-07A couple of minor changes that I missed that Michael had done, most notedRandall Stewart
2016-04-07This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart
2015-09-15Remove redundant 'man page'Brad Davis
2015-09-07missed file that should have been included in r287528Allan Jude
2015-08-29Use 5 times RTO.Max as the default for the shutdown guard timerMichael Tuexen
2014-09-06Fix the handling of sysctl variables when used with VIMAGE.Michael Tuexen
2014-08-12Change SCTP sysctl from auth_disable to auth_enable. This isMichael Tuexen
2014-08-12Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen
2014-08-04Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen
2014-08-03Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen
2014-08-03Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen
2014-08-02Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen
2014-08-01Remove the asconf_auth_nochk sysctl. This was off by default and onlyMichael Tuexen
2014-03-29Use SCTP_OVER_UDP_TUNNELING_PORT more consistently.Michael Tuexen
2014-03-16* Provide information in error causes in ASCII instead ofMichael Tuexen
2013-07-05Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen
2012-06-25Whitespace cleanup.Michael Tuexen
2012-05-26Get rid of SCTP specific code to avoid CRC32C computations on loopback.Michael Tuexen
2012-05-23Use consistent text at the begining of the files.Michael Tuexen
2012-05-17Use a default for max_burst of 4 and l2var of 2.Michael Tuexen
2012-01-08Add an SCTP sysctl "blackhole", similar to the one for TCP.Michael Tuexen
2012-01-07Retire the SCTP sysctl "strict_init". We always perform the validationMichael Tuexen
2011-12-17Fix unused parameter warnings.Michael Tuexen
2011-11-20Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen
2011-08-03The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen
2011-05-04Implement Resource Pooling V2 and an MPTCP like congestionMichael Tuexen
2011-03-08Tunes and fixes the new DC-CC to seem to hit theRandall Stewart
2011-03-01Adds a new Congestion Control that helps reduceRandall Stewart
2011-02-26Improvements to CC modules:Randall Stewart
2011-02-051) Typo correction in comments and one spacing change.Randall Stewart
2011-02-04Fix typo (Tuneable -> Tunable).Rebecca Cran
2011-02-021) Allow a chunk to track the cwnd it was at when sent.Randall Stewart
2011-01-31More ECN fixes:Randall Stewart
2011-01-26Change infrastructure for SCTP_MAX_BURST to allow complianceMichael Tuexen
2011-01-23Add stream scheduling support.Michael Tuexen
2010-12-22Provide a possibility to configure the inital congestion window to theMichael Tuexen
2010-12-22Improve plausibility check in sctp_handle_sack().Michael Tuexen
2010-09-19Allow the initial congestion window to be configureMichael Tuexen