summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-4/+4
* - Consolidate the code that free's chunks to actually alsorrs2007-07-021-1/+0
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-5/+5
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchrrs2007-06-181-3/+5
* Back out last change to inpcb_free. Turns out we needrrs2007-06-171-3/+14
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)rrs2007-06-171-4/+2
* - Update the comment lines in sctp_input.crrs2007-06-151-0/+2
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulrrs2007-06-151-1/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-20/+56
* - Fixed cookie handling to calc an RTO whenrrs2007-06-131-12/+18
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-8/+2
* - RTO was not being initialized to 0, thus the rtt calculationrrs2007-06-081-1/+5
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-24/+14
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-4/+38
* - Fix a memory overwrite when the mapping arrayrrs2007-05-301-2/+2
* - Fixes so we won't try to start a timer when werrs2007-05-291-27/+33
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-83/+68
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-16/+29
* Two major items here:rrs2007-05-091-163/+96
* - 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-3/+5
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-39/+44
* - More macros for OS compatabiltyrrs2007-05-081-58/+181
* Fixes a missing unlock in the one-2-one hash table, ifrrs2007-05-041-0/+1
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-54/+109
* - Somehow the disable fragment option got lost. We couldrrs2007-04-221-1/+4
* - More work on making send lock contention.rrs2007-04-191-13/+4
* - fix source address selection when picking an acceptable addressrrs2007-04-141-4/+20
* - fixed several places where we did not release INP locks.rrs2007-04-031-14/+35
* - Found bug in min split point bundling which causedrrs2007-03-311-12/+17
* - window update sacks sent incorrectly afterrrs2007-03-201-1/+1
* Adds a hash table to speed local address lookuprrs2007-03-191-0/+17
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-191-1/+1
* - Sysctl's move to seperate filerrs2007-03-151-388/+577
* - Copyright updates (aka 2007)rrs2007-02-121-28/+49
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-67/+7
* - Macroizes the V6ONLY flag check.rrs2007-01-151-54/+38
* a) macro-ization of all mbuf and random numberrrs2006-12-291-55/+47
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-80/+119
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-081-40/+26
* Convert three new suser(9) calls introduced between when the priv(9)rwatson2006-11-061-3/+3
* This changes tracks down the EEOR->NonEEOR mode failurerrs2006-11-061-56/+66
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-051-8/+8
* Remove a bogus cast in an attempt to fix the tinderbox builds onjb2006-11-041-2/+2
* More 64 bit pointer fun.rrs2006-11-031-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+5283
OpenPOWER on IntegriCloud