aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.h
Commit message (Expand)AuthorAgeFilesLines
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-1/+6
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-7/+7
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-7/+7
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to beMichael Tuexen2014-08-011-2/+4
* Whitespace changes.Michael Tuexen2014-07-111-8/+8
* Send the correct error cause, when a DATA chunk with no user dataMichael Tuexen2014-04-191-0/+1
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-1/+2
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-171-4/+0
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-4/+5
* Pass flowid explicitly through the stack instead of taking it fromMichael Tuexen2012-06-141-3/+7
* Remove an unused parameter.Michael Tuexen2012-06-021-1/+1
* Small cleanups. No functional change.Michael Tuexen2012-06-011-2/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-7/+4
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationsMichael Tuexen2012-05-131-2/+2
* Use ECONNABORTED in cases where the ABORT was sent to the peer.Michael Tuexen2012-05-131-1/+1
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-121-2/+3
* Make stream our stream reset implementationRandall Stewart2012-03-291-0/+6
* Fix unused parameter warnings.Michael Tuexen2011-12-171-6/+5
* Get rid of unused functions.Michael Tuexen2011-05-291-14/+0
* Some more cleanups related to an kernel without INET.Michael Tuexen2011-05-021-1/+5
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-1/+1
* Do not have the MTU table twice in the code. Therefore move theMichael Tuexen2010-11-071-1/+2
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-1/+1
* lagging file I forgot to commit with my nr-sack fixes... oppsRandall Stewart2010-03-241-2/+0
* Fixes a bug where SACKs in the face ofRandall Stewart2010-03-231-1/+1
* * Fix a bug where PR-SCTP settings are ignore when using implicitMichael Tuexen2009-08-151-4/+0
* Turns out that when a receiver forwards through its TNS's theRandall Stewart2009-07-281-0/+3
* Fixes several PR-SCTP releated bugs.Randall Stewart2009-03-141-2/+1
* - Cleanup checksum code.Randall Stewart2009-02-031-2/+0
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-1/+3
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+1
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-2/+5
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-1/+3
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-10-301-1/+1
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-1/+1
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-6/+34
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-0/+5
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-0/+2
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-1/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-57/+1
* - Restructure so bindx functions are not done inline to socket optionRandall Stewart2007-06-121-0/+8
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-011-2/+2
* - Fix a memory overwrite when the mapping arrayRandall Stewart2007-05-301-4/+4
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-3/+5
* Two major items here:Randall Stewart2007-05-091-7/+7
* - 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-1/+1
* - More macros for OS compatabiltyRandall Stewart2007-05-081-3/+23
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-4/+9