summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_structs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-0/+16
* Improvements to CC modules:Randall Stewart2011-02-261-5/+13
* * Cleanup the code computing the retransmission timeout.Michael Tuexen2011-02-241-5/+5
* Fix bugs related to M_FLOWID:Michael Tuexen2011-02-071-0/+2
* 1) Track when flowid does get set.Randall Stewart2011-02-071-0/+1
* Add support for M_FLOWID.Michael Tuexen2011-02-051-0/+1
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* Fix several bugs in the stream schedulers.Michael Tuexen2011-02-031-7/+6
* Adds an experimental option to create a pool ofRandall Stewart2011-02-031-0/+25
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-3/+8
* More ECN fixes:Randall Stewart2011-01-311-16/+3
* Fixes to ECN in SCTP.Randall Stewart2011-01-291-3/+4
* Keep track of the real last RTT on each net.Randall Stewart2011-01-281-1/+1
* Change infrastructure for SCTP_MAX_BURST to allow complianceMichael Tuexen2011-01-261-1/+1
* Add stream scheduling support.Michael Tuexen2011-01-231-3/+77
* Fix a bug where also the number of non-renegable gap reportsMichael Tuexen2010-12-041-0/+1
* PR SCTP Bugs. Basically a full sized frame ofRandall Stewart2010-07-291-0/+1
* This adds back the Iterator to the sctpRandall Stewart2010-05-161-0/+17
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-3/+0
* Get rid of a lot of duplicated code for NR-SACK handle.Michael Tuexen2010-01-171-2/+0