aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* More prep for Vimage:Randall Stewart2008-06-151-1/+1
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-1/+25
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-1/+2
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-0/+3
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-10-301-1/+3
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-2/+2
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-3/+18
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-0/+2
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-0/+1
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-4/+3
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-211-1/+1
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-2/+17
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-3/+1
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulRandall Stewart2007-06-151-0/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-3/+5
* - fix initial pcb vrf setting when the initial vrf is not theRandall Stewart2007-06-021-6/+10
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-011-2/+5
* - Fix a memory overwrite when the mapping arrayRandall Stewart2007-05-301-1/+1
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-0/+1
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-1/+5
* Two major items here:Randall Stewart2007-05-091-4/+4
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - More macros for OS compatabiltyRandall Stewart2007-05-081-5/+23
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-2/+2
* Moves the PCB features and flags from sctp_pcb.h toRandall Stewart2007-04-221-53/+0
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-04-221-4/+5
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-3/+2
* - Found bug in min split point bundling which causedRandall Stewart2007-03-311-11/+13
* Adds a hash table to speed local address lookupRandall Stewart2007-03-191-0/+3
* - errno -> becomes error in sctp_output.c and sctputil.cRandall Stewart2007-03-191-1/+0
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-25/+116
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-31/+2
* - Macroizes the V6ONLY flag check.Randall Stewart2007-01-151-6/+3
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-291-1/+0
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-141-1/+12
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+504