summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
Commit message (Expand)AuthorAgeFilesLines
* This is work done by Michael Tuexen and myself at the IETF. Thisrrs2016-04-071-1/+5
* Cleanup the handling of error causes for ERROR chunks. This fixestuexen2015-09-121-8/+12
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+1
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+2
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-2/+4
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-0/+1
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-0/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-0/+1
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-0/+1
* Send the correct error cause, when a DATA chunk with no user datatuexen2014-04-191-0/+5
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-0/+6
* SCTP uses CRC32C and not Adler anymore. While there change the referencetuexen2014-03-121-2/+2
* Make the features a 64-bit value instead of 32-bit.tuexen2013-08-121-32/+32
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-1/+1
* Undefine SCTP_PACKED before including sctp_uio.h, which doesn'ttuexen2012-05-251-3/+2
* Use consistent text at the begining of the files.tuexen2012-05-231-3/+3
* Remove a constant which is only used on non-FreeBSD platform.tuexen2012-05-111-2/+0
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.tuexen2012-05-061-1/+2
* Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT astuexen2012-05-041-31/+33
* Make stream our stream reset implementationrrs2012-03-291-2/+16
* Fix unused parameter warnings.tuexen2011-12-171-2/+2
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+1
* Fix the enabling/disabling of Heartbeats and path MTUtuexen2011-09-171-0/+1
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-11/+11
* Add SCTP_DEFAULT_PRINFO socket option.tuexen2011-06-161-0/+1
* Add support for the newly added SCTP API.tuexen2011-06-151-3/+10
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-041-0/+7
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-0/+1
* Adds a new Congestion Control that helps reducerrs2011-03-011-0/+5
* Improvements to CC modules:rrs2011-02-261-3/+4
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Fixes to ECN in SCTP.rrs2011-01-291-0/+4
* Add stream scheduling support.tuexen2011-01-231-0/+19
* Add an SCTP socket option to retrieve the number of timeoutstuexen2010-11-161-0/+1
* Fix typos.brucec2010-11-091-7/+7
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-3/+1
* Fix a rece condition in the shutdown handling.tuexen2010-06-181-0/+1
* Changes to the NR-Sack code so that:rrs2009-06-171-3/+0
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-1/+1
* Code from the hack-session known as the IETF (and arrs2008-12-061-6/+19
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-311-3/+2
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-65/+61
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-0/+1
* - Define changes in sctp.hrrs2008-05-201-5/+7
* - Found a problem in non-blocking sends. Whenrrs2007-12-041-7/+9
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-5/+5
* - send call has a reference to uio->uio_resid inrrs2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andrrs2007-08-271-13/+12
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-0/+2
OpenPOWER on IntegriCloud