aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_output.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Code cleanup, no functional change.Michael Tuexen2017-09-211-1/+1
* Fix the handling of Explicit EOR mode.Michael Tuexen2017-07-151-0/+5
* Whitespace changes.Michael Tuexen2016-12-261-4/+4
* Don't allow a remote encapsulation port change during theMichael Tuexen2016-01-301-1/+2
* Fix an issue with MAC OS locking and also optimize the caseRandall Stewart2015-07-241-1/+1
* Fix several problems with Stream Reset.Randall Stewart2015-07-221-4/+7
* Add FIB support for SCTP.Michael Tuexen2015-06-171-3/+3
* Ensure that the list of streams sent in a stream reset parameter fitsMichael Tuexen2014-10-081-2/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-6/+2
* Ensure that the padding of the last parameter of an INIT chunkMichael Tuexen2012-12-081-1/+2
* Small cleanups. No functional change.Michael Tuexen2012-09-221-25/+7
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-6/+9
* Pass the packet length explicitly around.Michael Tuexen2012-06-241-1/+1
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-141-5/+11
* Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.Michael Tuexen2012-06-121-1/+3
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-6/+4
* Make stream our stream reset implementationRandall Stewart2012-03-291-6/+4
* Fix unused parameter warnings.Michael Tuexen2011-12-171-3/+3
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-1/+1
* Fix the source address selection for boundall socketsMichael Tuexen2011-05-141-0/+1
* Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen2011-05-081-2/+2
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fixes to ECN in SCTP.Randall Stewart2011-01-291-1/+1
* Add stream scheduling support.Michael Tuexen2011-01-231-5/+0
* Delay the assignment of a path for DATA chunk until they hitMichael Tuexen2010-09-151-0/+2
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-3/+0
* Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.Michael Tuexen2010-02-201-1/+1
* Fix the add stream feature of strm-reset to really work:Randall Stewart2009-02-271-0/+5
* Add the add-stream capability. Still needs moreRandall Stewart2009-02-201-3/+7
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-1/+4
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+4
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-4/+4
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-1/+1
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-151-1/+1
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-3/+18
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-2/+5
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-011-6/+4
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantRandall Stewart2007-05-081-8/+9
* - More macros for OS compatabiltyRandall Stewart2007-05-081-5/+9
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-5/+0
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-1/+1
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-4/+37
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-6/+1
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+171