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