aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize SCTP cmsg's and notification's buffer before copying outXin LI2014-07-081-0/+1
* Get rid of the artification limitation enforced byMichael Tuexen2013-11-071-30/+12
* All changes affect only SCTP-AUTH:Michael Tuexen2013-09-021-81/+13
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Using %p in a format string requires a void *.Michael Tuexen2012-09-051-3/+3
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-2/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.Michael Tuexen2012-05-041-10/+10
* Fix a type in an SCTP AUTH related notification. Keep the old nameMichael Tuexen2012-04-261-1/+1
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-2/+0
* Fix unused parameter warnings.Michael Tuexen2011-12-171-3/+3
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-1/+1
* Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen2011-05-081-2/+6
* Remove code with any effect.Michael Tuexen2011-05-031-3/+0
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fix a locking issue which shows up when the code is usedMichael Tuexen2010-09-191-1/+1
* Spacing issuesRandall Stewart2010-06-051-5/+5
* Get rid of support of an old version of the SCTP-AUTH draft.Michael Tuexen2010-01-161-498/+1
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,Michael Tuexen2009-11-171-1/+1
* Turns out that when a receiver forwards through its TNS's theRandall Stewart2009-07-281-1/+1
* - Cleanup checksum code.Randall Stewart2009-02-031-2/+4
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-173/+317
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-3/+3
* - Fix a bug where the socket may have been closed whichRandall Stewart2008-01-281-0/+8
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-2/+64
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-1/+1
* - Matthew's changes to get inlines out, plus a few of my ownRandall Stewart2007-06-161-4/+4
* - fix send_failed notification contentsRandall Stewart2007-06-091-4/+9
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-10/+11
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-0/+13
* - Fixed 1-2-1 model to not worry about associd in sockoptsRandall Stewart2007-05-171-1/+1
* Two major items here:Randall Stewart2007-05-091-78/+49
* - 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/+8
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-5/+5
* - Found bug in min split point bundling which causedRandall Stewart2007-03-311-10/+21
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-4/+3
* - Copyright updates (aka 2007)Randall Stewart2007-02-121-29/+70
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-23/+0
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-291-25/+25
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+2389