summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_structs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix several problems with Stream Reset.rrs2015-07-221-2/+13
* Improve the selection of the destination address of SACK chunks.tuexen2015-03-261-1/+0
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+1
* This is the SCTP specific companion oftuexen2014-12-041-3/+1
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-021-1/+1
* Merge from projects/sendfile:glebius2014-11-301-1/+1
* Chunk IDs are 8 bit entities, not 16 bit.tuexen2014-09-151-2/+2
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+10
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-4/+2
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-2/+1
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-5/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-4/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-3/+2
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-1/+1
* Remove redundant field pr_sctp_on.tuexen2013-09-031-2/+0
* Make also the features of the association 64-bit.tuexen2013-08-221-1/+1
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-11/+1
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-071-0/+1
* Move from early SSN assignment to late SSN assignment.tuexen2012-11-051-2/+1
* Don't include a structure containing a flexible array in anothertuexen2012-09-071-2/+2
* Use consistent text at the begining of the files.tuexen2012-05-231-6/+4
* Make stream our stream reset implementationrrs2012-03-291-0/+5
* Fix a typo which was already fixed by eadler in r227489. We missedtuexen2012-02-061-1/+1
* Fix unused parameter warnings.tuexen2011-12-171-2/+2
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-1/+2
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Get struct sctp_net_route in tune with struct route.tuexen2011-10-101-0/+2
* Cleanup the iterator code, remove code that is never executed.tuexen2011-09-191-3/+2
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMStuexen2011-09-141-0/+4
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMStuexen2011-08-141-2/+3
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-9/+12
* Add support for the newly added SCTP API.tuexen2011-06-151-0/+3
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-3/+14
* Adds a new Congestion Control that helps reducerrs2011-03-011-0/+16
* Improvements to CC modules:rrs2011-02-261-5/+13
* * Cleanup the code computing the retransmission timeout.tuexen2011-02-241-5/+5
* Fix bugs related to M_FLOWID:tuexen2011-02-071-0/+2
* 1) Track when flowid does get set.rrs2011-02-071-0/+1
* Add support for M_FLOWID.tuexen2011-02-051-0/+1
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* Fix several bugs in the stream schedulers.tuexen2011-02-031-7/+6
* Adds an experimental option to create a pool ofrrs2011-02-031-0/+25
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-3/+8
* More ECN fixes:rrs2011-01-311-16/+3
* Fixes to ECN in SCTP.rrs2011-01-291-3/+4
* Keep track of the real last RTT on each net.rrs2011-01-281-1/+1
* Change infrastructure for SCTP_MAX_BURST to allow compliancetuexen2011-01-261-1/+1
* Add stream scheduling support.tuexen2011-01-231-3/+77
* Fix a bug where also the number of non-renegable gap reportstuexen2010-12-041-0/+1
* PR SCTP Bugs. Basically a full sized frame ofrrs2010-07-291-0/+1
OpenPOWER on IntegriCloud