aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: use constants from RFC 8260 to improve complianceMichael Tuexen2023-04-231-7/+16
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-101-0/+1
* Improve the handling of cookie life times.Michael Tuexen2020-10-161-0/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* Make the message size limit used for SCTP_SENDALL configurable viaMichael Tuexen2020-01-041-1/+0
* Remove empty line which was added in r356270 by accident.Michael Tuexen2020-01-021-1/+0
* Improve input validation of the spp_pathmtu field in theMichael Tuexen2020-01-021-2/+5
* Limit the size of messages sent on 1-to-many style SCTP sockets with theMichael Tuexen2019-03-231-0/+2
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-1/+1
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-1/+1
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove code not used on any platform currently supported.Michael Tuexen2017-09-161-1/+0
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-1/+5
* Cleanup the handling of error causes for ERROR chunks. This fixesMichael Tuexen2015-09-121-8/+12
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+2
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-2/+4
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-0/+1
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-0/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+1
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-0/+1
* Send the correct error cause, when a DATA chunk with no user dataMichael Tuexen2014-04-191-0/+5
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-0/+6
* SCTP uses CRC32C and not Adler anymore. While there change the referenceMichael Tuexen2014-03-121-2/+2
* Make the features a 64-bit value instead of 32-bit.Michael Tuexen2013-08-121-32/+32
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-1/+1
* Undefine SCTP_PACKED before including sctp_uio.h, which doesn'tMichael Tuexen2012-05-251-3/+2
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-3/+3
* Remove a constant which is only used on non-FreeBSD platform.Michael Tuexen2012-05-111-2/+0
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.Michael Tuexen2012-05-061-1/+2
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT asMichael Tuexen2012-05-041-31/+33
* Make stream our stream reset implementationRandall Stewart2012-03-291-2/+16
* 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-0/+1
* Fix the enabling/disabling of Heartbeats and path MTUMichael Tuexen2011-09-171-0/+1
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-11/+11
* Add SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2011-06-161-0/+1
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-3/+10
* Implement Resource Pooling V2 and an MPTCP like congestionMichael Tuexen2011-05-041-0/+7
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-0/+1
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-0/+5
* Improvements to CC modules:Randall Stewart2011-02-261-3/+4
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fixes to ECN in SCTP.Randall Stewart2011-01-291-0/+4
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+19