summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_structs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix SCTP socket use-after-free.Gordon Tetlow2020-09-021-0/+1
* MFC r345465:Michael Tuexen2019-05-041-1/+1
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-28/+29
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-29/+28
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-28/+29
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-031-0/+1
* Whitespace changes.Michael Tuexen2016-12-261-4/+6
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-11/+10
* Whitespace changes.Michael Tuexen2016-12-061-5/+2
* Fix various bugs in relation to the I-DATA chunk supportMichael Tuexen2016-08-061-15/+12
* Use a separate MID counter for ordered und unordered messages for eachMichael Tuexen2016-06-081-3/+6
* Get struct sctp_net_route in-sync with struct route again.Michael Tuexen2016-06-031-0/+1
* Fix a bug introduced by the implementation of I-DATA support.Michael Tuexen2016-05-131-5/+0
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-10/+26
* Get struct sctp_net_route in sync with struct route again.Michael Tuexen2016-01-041-3/+5
* Fix several problems with Stream Reset.Randall Stewart2015-07-221-2/+13
* Improve the selection of the destination address of SACK chunks.Michael Tuexen2015-03-261-1/+0
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-3/+1
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-1/+1
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+1
* Chunk IDs are 8 bit entities, not 16 bit.Michael Tuexen2014-09-151-2/+2
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+10
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-4/+2
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-2/+1
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-5/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-4/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-3/+2
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-1/+1
* Remove redundant field pr_sctp_on.Michael Tuexen2013-09-031-2/+0
* Make also the features of the association 64-bit.Michael Tuexen2013-08-221-1/+1
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-11/+1
* Add per outgoing stream accounting for chunks in the sendMichael Tuexen2012-11-071-0/+1
* Move from early SSN assignment to late SSN assignment.Michael Tuexen2012-11-051-2/+1
* Don't include a structure containing a flexible array in anotherMichael Tuexen2012-09-071-2/+2
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-6/+4
* Make stream our stream reset implementationRandall Stewart2012-03-291-0/+5
* Fix a typo which was already fixed by eadler in r227489. We missedMichael Tuexen2012-02-061-1/+1
* 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-1/+2
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1
* Get struct sctp_net_route in tune with struct route.Michael Tuexen2011-10-101-0/+2
* Cleanup the iterator code, remove code that is never executed.Michael Tuexen2011-09-191-3/+2
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-09-141-0/+4
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-08-141-2/+3
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-9/+12
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-0/+3
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-3/+14