aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Two major items here:Randall Stewart2007-05-091-433/+236
* - 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-86/+127
* - More macros for OS compatabiltyRandall Stewart2007-05-081-68/+106
* Two bugs:Randall Stewart2007-05-061-0/+22
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-18/+103
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-04-221-7/+1
* - More work on making send lock contention.Randall Stewart2007-04-191-0/+3
* - fix source address selection when picking an acceptable addressRandall Stewart2007-04-141-17/+3
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-17/+43
* - Found bug in min split point bundling which causedRandall Stewart2007-03-311-19/+11
* - window update sacks sent incorrectly afterRandall Stewart2007-03-201-1/+0
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-28/+21
* - Copyright updates (aka 2007)Randall Stewart2007-02-121-19/+41
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-59/+37
* - Macroizes the V6ONLY flag check.Randall Stewart2007-01-151-11/+73
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-291-107/+64
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-141-69/+167
* In a true restart case, the send_lock wasRandall Stewart2006-11-111-12/+38
* Turns out we would reset the TSN seq counter duringRandall Stewart2006-11-111-7/+23
* Fixes an issue with handling of stream reset. When aRandall Stewart2006-11-091-3/+3
* -Fixes first of all the getcred on IPv6 and V4. TheRandall Stewart2006-11-081-0/+3
* Tons of fixes to get all the 64bit issues removed.Randall Stewart2006-11-051-5/+7
* Remove bogus casts that Randall for some reason didn't borrowRuslan Ermilov2006-11-041-1/+1
* 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/+4749