summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_auth.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280642:tuexen2015-05-291-2/+2
* MFC r271643:tuexen2014-09-181-3/+3
* MFC r269858:tuexen2014-08-221-15/+0
* MFC r269396:tuexen2014-08-221-2/+1
* Fix kernel memory disclosure in control message and SCTP notifications.delphij2014-07-081-0/+1
* MFC r256556:tuexen2013-11-211-30/+12
* All changes affect only SCTP-AUTH:tuexen2013-09-021-81/+13
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Using %p in a format string requires a void *.tuexen2012-09-051-3/+3
* Use consistent text at the begining of the files.tuexen2012-05-231-2/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.tuexen2012-05-041-10/+10
* Fix a type in an SCTP AUTH related notification. Keep the old nametuexen2012-04-261-1/+1
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-2/+0
* Fix unused parameter warnings.tuexen2011-12-171-3/+3
* Add support for the newly added SCTP API.tuexen2011-06-151-1/+1
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-2/+6
* Remove code with any effect.tuexen2011-05-031-3/+0
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-0/+2
* Fix a locking issue which shows up when the code is usedtuexen2010-09-191-1/+1
* Spacing issuesrrs2010-06-051-5/+5
* Get rid of support of an old version of the SCTP-AUTH draft.tuexen2010-01-161-498/+1
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,tuexen2009-11-171-1/+1
* Turns out that when a receiver forwards through its TNS's therrs2009-07-281-1/+1
* - Cleanup checksum code.rrs2009-02-031-2/+4
* Code from the hack-session known as the IETF (and arrs2008-12-061-173/+317
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-3/+3
* - Fix a bug where the socket may have been closed whichrrs2008-01-281-0/+8
* - Locking compatiability changes. This involves addingrrs2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andrrs2007-08-271-2/+64
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-1/+1
* - Matthew's changes to get inlines out, plus a few of my ownrrs2007-06-161-4/+4
* - fix send_failed notification contentsrrs2007-06-091-4/+9
* - Fixes so we won't try to start a timer when werrs2007-05-291-10/+11
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-0/+13
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-1/+1
* Two major items here:rrs2007-05-091-78/+49
* - 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/+8
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-5/+5
* - Found bug in min split point bundling which causedrrs2007-03-311-10/+21
* - Sysctl's move to seperate filerrs2007-03-151-4/+3
* - Copyright updates (aka 2007)rrs2007-02-121-29/+70
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-23/+0
* a) macro-ization of all mbuf and random numberrrs2006-12-291-25/+25
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+2389
OpenPOWER on IntegriCloud