summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r310590:tuexen2016-12-291-4/+4
* Don't allow a remote encapsulation port change during thetuexen2016-01-301-1/+2
* Fix an issue with MAC OS locking and also optimize the caserrs2015-07-241-1/+1
* Fix several problems with Stream Reset.rrs2015-07-221-4/+7
* Add FIB support for SCTP.tuexen2015-06-171-3/+3
* Ensure that the list of streams sent in a stream reset parameter fitstuexen2014-10-081-2/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-6/+2
* Ensure that the padding of the last parameter of an INIT chunktuexen2012-12-081-1/+2
* Small cleanups. No functional change.tuexen2012-09-221-25/+7
* Pass the src and dst address of a received packet explicitly around.tuexen2012-06-281-6/+9
* Pass the packet length explicitly around.tuexen2012-06-241-1/+1
* Pass flowid explicitly through the stack instead of taking it fromtuexen2012-06-141-5/+11
* Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.tuexen2012-06-121-1/+3
* Use consistent text at the begining of the files.tuexen2012-05-231-6/+4
* Make stream our stream reset implementationrrs2012-03-291-6/+4
* Fix unused parameter warnings.tuexen2011-12-171-3/+3
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-1/+1
* Fix the source address selection for boundall socketstuexen2011-05-141-0/+1
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-2/+2
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Fixes to ECN in SCTP.rrs2011-01-291-1/+1
* Add stream scheduling support.tuexen2011-01-231-5/+0
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-0/+2
* * Fix some race condition in SACK/NR-SACK processing.tuexen2010-04-031-3/+0
* Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.tuexen2010-02-201-1/+1
* Fix the add stream feature of strm-reset to really work:rrs2009-02-271-0/+5
* Add the add-stream capability. Still needs morerrs2009-02-201-3/+7
* Code from the hack-session known as the IETF (and arrs2008-12-061-1/+4
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-1/+4
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-4/+4
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-1/+1
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-1/+1
* - Locking compatiability changes. This involves addingrrs2007-09-081-3/+18
* - During shutdown pending, when the last sack came in andrrs2007-08-271-2/+5
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-6/+4
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-8/+9
* - More macros for OS compatabiltyrrs2007-05-081-5/+9
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-5/+0
* - fixed several places where we did not release INP locks.rrs2007-04-031-1/+1
* - Sysctl's move to seperate filerrs2007-03-151-4/+37
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-6/+1
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+171
OpenPOWER on IntegriCloud