summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-121-0/+144
* - fix send_failed notification contentsrrs2007-06-091-42/+46
* - RTO was not being initialized to 0, thus the rtt calculationrrs2007-06-081-6/+13
* - Fixes a case where doing a sysctl would leave locks heldrrs2007-06-061-0/+3
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-11/+17
* - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.crrs2007-05-301-41/+37
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-14/+21
* - Fixes so we won't try to start a timer when werrs2007-05-291-8/+13
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-9/+37
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-2/+7
* Two major items here:rrs2007-05-091-138/+187
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyrrs2007-05-081-4/+8
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-35/+34
* - More macros for OS compatabiltyrrs2007-05-081-215/+254
* Two bugs:rrs2007-05-061-10/+15
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsrwatson2007-05-031-15/+10
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-47/+10
* Fixes cut and paste bug using wrong pointer reference.rrs2007-04-231-6/+6
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-20/+80
* - More work on making send lock contention.rrs2007-04-191-1/+64
* - fix source address selection when picking an acceptable addressrrs2007-04-141-3/+11
* - fixed several places where we did not release INP locks.rrs2007-04-031-7/+23
* - Found bug in min split point bundling which causedrrs2007-03-311-19/+7
* - window update sacks sent incorrectly afterrrs2007-03-201-4/+7
* Adds a hash table to speed local address lookuprrs2007-03-191-7/+49
* - Sysctl's move to seperate filerrs2007-03-151-97/+369
* - Copyright updates (aka 2007)rrs2007-02-121-6/+34
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-85/+4
* - Macroizes the V6ONLY flag check.rrs2007-01-151-30/+77
* a) macro-ization of all mbuf and random numberrrs2006-12-291-228/+182
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-42/+35
* In ip6_sprintf no longer use and return one of eight static buffersbz2006-12-121-1/+3
* In a true restart case, the send_lock wasrrs2006-11-111-5/+11
* Turns out we would reset the TSN seq counter duringrrs2006-11-111-1/+5
* This patch fixes a LOR that happens during INIT-ACK collision.rrs2006-11-101-0/+4
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-081-111/+62
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-051-21/+35
* More 64 bit pointer fun.rrs2006-11-031-2/+2
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+5390
OpenPOWER on IntegriCloud