aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Two major items here:Randall Stewart2007-05-091-163/+96
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyRandall Stewart2007-05-081-3/+5
* - Static analyisis fixes for cisco's commit (this is equivilantRandall Stewart2007-05-081-39/+44
* - More macros for OS compatabiltyRandall Stewart2007-05-081-58/+181
* Fixes a missing unlock in the one-2-one hash table, ifRandall Stewart2007-05-041-0/+1
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-54/+109
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-04-221-1/+4
* - More work on making send lock contention.Randall Stewart2007-04-191-13/+4
* - fix source address selection when picking an acceptable addressRandall Stewart2007-04-141-4/+20
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-14/+35
* - Found bug in min split point bundling which causedRandall Stewart2007-03-311-12/+17
* - window update sacks sent incorrectly afterRandall Stewart2007-03-201-1/+1
* Adds a hash table to speed local address lookupRandall Stewart2007-03-191-0/+17
* - errno -> becomes error in sctp_output.c and sctputil.cRandall Stewart2007-03-191-1/+1
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-388/+577
* - Copyright updates (aka 2007)Randall Stewart2007-02-121-28/+49
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-67/+7
* - Macroizes the V6ONLY flag check.Randall Stewart2007-01-151-54/+38
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-291-55/+47
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-141-80/+119
* -Fixes first of all the getcred on IPv6 and V4. TheRandall Stewart2006-11-081-40/+26
* Convert three new suser(9) calls introduced between when the priv(9)Robert Watson2006-11-061-3/+3
* This changes tracks down the EEOR->NonEEOR mode failureRandall Stewart2006-11-061-56/+66
* Tons of fixes to get all the 64bit issues removed.Randall Stewart2006-11-051-8/+8
* Remove a bogus cast in an attempt to fix the tinderbox builds onJohn Birrell2006-11-041-2/+2
* More 64 bit pointer fun.Randall Stewart2006-11-031-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+5283