summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r287717:tuexen2016-01-161-8/+12
* MFC r279859:tuexen2015-05-291-0/+1
* MFC r269945:tuexen2014-08-221-0/+2
* MFC r269858:tuexen2014-08-221-2/+4
* MFC r269527:tuexen2014-08-221-0/+1
* MFC r269481:tuexen2014-08-221-0/+1
* MFC r269475:tuexen2014-08-221-0/+1
* MFC r269448:tuexen2014-08-221-0/+1
* MFC r269436, r269445:tuexen2014-08-221-0/+1
* MFC r264679:tuexen2014-06-221-0/+5
* MFC r263237:tuexen2014-06-221-0/+6
* MFC r263094:tuexen2014-06-221-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
* - added pre-checks to the bindx call.rrs2007-07-171-5/+13
OpenPOWER on IntegriCloud