summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-26/+26
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-19/+46
* - fix sctp_ifn initial refcount issue (prevents deletion)rrs2007-10-161-0/+1
* - Bug fix managing congestion parameter on immediaterrs2007-10-011-0/+3
* - Get rid of unsused constants for sysctl variables.rrs2007-09-151-1/+1
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-131-3/+3
* - send call has a reference to uio->uio_resid inrrs2007-09-081-0/+18
* - Locking compatiability changes. This involves addingrrs2007-09-081-11/+11
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-1/+15
* - Remove extra comment for 7.0 (no GIANT here).rrs2007-08-161-2/+0
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-15/+13
* - added pre-checks to the bindx call.rrs2007-07-171-7/+6
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-63/+208
* - Two more static analisys bugs found by cisco's tool on a subsequentrrs2007-06-181-1/+2
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-80/+71
* - Fixed cookie handling to calc an RTO whenrrs2007-06-131-0/+3
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-1/+4
* - Fixes so we won't try to start a timer when werrs2007-05-291-1/+1
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-1/+1
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-0/+2
* Two major items here:rrs2007-05-091-76/+49
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-6/+6
* - More macros for OS compatabiltyrrs2007-05-081-27/+38
* - fix source address selection when picking an acceptable addressrrs2007-04-141-42/+54
* - fixed several places where we did not release INP locks.rrs2007-04-031-0/+2
* - window update sacks sent incorrectly afterrrs2007-03-201-1/+0
* - Sysctl's move to seperate filerrs2007-03-151-14/+57
* - Copyright updates (aka 2007)rrs2007-02-121-5/+8
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-181-46/+1
* a) macro-ization of all mbuf and random numberrrs2006-12-291-10/+9
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-5/+26
* Remove bogus casts that Randall for some reason didn't borrowru2006-11-041-1/+1
* 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/+1736
OpenPOWER on IntegriCloud