aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_peeloff.c
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-0/+2
* 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-1/+1
* Add support for sctp_peeloff() also in the front states of theMichael Tuexen2012-11-261-6/+2
* Remove unused function.Michael Tuexen2012-11-251-100/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-5/+3
* Make stream our stream reset implementationRandall Stewart2012-03-291-0/+2
* Fix bugs which can result in a panic when an non-SCTP socket itMichael Tuexen2012-03-151-5/+5
* Fix a warning reported by bz@Michael Tuexen2012-03-091-3/+3
* Fix a bug reported by Peter Holm which results in a crash:Michael Tuexen2012-03-091-0/+9
* Fix unused parameter warnings.Michael Tuexen2011-12-171-2/+2
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-0/+2
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* Make sure that changing the ECN sysctl does not affectMichael Tuexen2011-02-031-0/+5
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-0/+2
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-1/+1
* Correct two problems relating to sorflush(), which is called to flushRobert Watson2008-01-311-2/+2
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-9/+7
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-1/+13
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-3/+13
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-0/+18
* Remove extraneous extern (its gotten from sctp_sysctl.h)Randall Stewart2007-06-151-5/+0
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-3/+7
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-2/+7
* Two major items here:Randall Stewart2007-05-091-11/+2
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-2/+2
* - fix source address selection when picking an acceptable addressRandall Stewart2007-04-141-0/+2
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-1/+1
* - Copyright updates (aka 2007)Randall Stewart2007-02-121-1/+1
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-40/+0
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-141-1/+2
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+240