aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_asconf.c
Commit message (Expand)AuthorAgeFilesLines
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-0/+198
* - Out with some printfs.Randall Stewart2008-07-291-8/+3
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+3
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-11/+11
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-55/+196
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-102/+138
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-3/+10
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-13/+10
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-151-73/+76
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-9/+2
* - Removed debug code and more C++ style comments in the mobilityRandall Stewart2007-09-101-14/+1
* - Added some comments to tell where the htcpRandall Stewart2007-09-101-9/+8
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-11/+167
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-6/+6
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-13/+158
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-1/+13
* - Remove extra comment for 7.0 (no GIANT here).Randall Stewart2007-08-161-2/+49
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-99/+203
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-211-3/+0
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-28/+19
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-1/+1
* - Fixes cstatic issues found by cisco sa tool (missing frees and suchRandall Stewart2007-06-181-0/+2
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulRandall Stewart2007-06-151-0/+5
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-2/+4
* - RTO was not being initialized to 0, thus the rtt calculationRandall Stewart2007-06-081-1/+1
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-11/+11
* - Fixed 1-2-1 model to not worry about associd in sockoptsRandall Stewart2007-05-171-12/+26
* Two major items here:Randall Stewart2007-05-091-333/+155
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - More macros for OS compatabiltyRandall Stewart2007-05-081-1/+1
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-5/+29
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-406/+354
* - Copyright updates (aka 2007)Randall Stewart2007-02-121-4/+4
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-47/+0
* - Macroizes the V6ONLY flag check.Randall Stewart2007-01-151-4/+2
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-291-25/+22
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-141-4/+5
* -Fixes first of all the getcred on IPv6 and V4. TheRandall Stewart2006-11-081-0/+1
* Somehow I missed this one. The sys/cdef.h was outRandall Stewart2006-11-031-1/+2
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+2856