aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.h
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup, not functional change.Michael Tuexen2017-10-141-1/+1
* Improve compilation on platforms different from FreeBSD.Michael Tuexen2017-06-231-2/+0
* Allow SCTP to use the hostcache.Michael Tuexen2017-04-291-0/+5
* Whitespace changes.Michael Tuexen2016-12-261-2/+2
* Whitespace changes.Michael Tuexen2016-12-061-5/+0
* Remove a function, which is not used anymore.Michael Tuexen2016-04-231-10/+0
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-181-1/+6
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-0/+3
* Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen2016-03-271-2/+3
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+1
* Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen2015-08-291-0/+3
* Add FIB support for SCTP.Michael Tuexen2015-06-171-1/+1
* 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