aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_auth.c
Commit message (Expand)AuthorAgeFilesLines
* - 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