aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an SCTP socket option to retrieve the number of timeoutsMichael Tuexen2010-11-161-0/+1
* Fix typos.Rebecca Cran2010-11-091-7/+7
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-3/+1
* Fix a rece condition in the shutdown handling.Michael Tuexen2010-06-181-0/+1
* Changes to the NR-Sack code so that:Randall Stewart2009-06-171-3/+0
* Fixes several PR-SCTP releated bugs.Randall Stewart2009-03-141-1/+1
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-6/+19
* Adds support for the SCTP_PORT_REUSE optionRandall Stewart2008-07-311-3/+2
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-65/+61
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+1
* - Define changes in sctp.hRandall Stewart2008-05-201-5/+7
* - Found a problem in non-blocking sends. WhenRandall Stewart2007-12-041-7/+9
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-151-5/+5
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-13/+12
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-0/+2
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-5/+13
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-0/+12