aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes several PR-SCTP releated bugs.Randall Stewart2009-03-141-2/+2
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-5/+13
* Invariants changes that make more sense.Randall Stewart2008-10-271-3/+6
* ok, non static the function and put in the .h soRandall Stewart2008-08-281-1/+1
* Fixes compile error when INVARIANTs is on. Adds anRandall Stewart2008-08-281-0/+2
* - Make strict-sacks be the default.Randall Stewart2008-08-281-2/+59
* - Out with some printfs.Randall Stewart2008-07-291-3/+0
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-4/+2
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-26/+26
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-19/+46
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-161-0/+1
* - Bug fix managing congestion parameter on immediateRandall Stewart2007-10-011-0/+3
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-151-1/+1
* - Incorrect error EAGAIN returned for invalid send on a lockedRandall Stewart2007-09-131-3/+3
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-0/+18
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-11/+11
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-1/+15
* - Remove extra comment for 7.0 (no GIANT here).Randall Stewart2007-08-161-2/+0
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-15/+13
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-7/+6
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-63/+208
* - Two more static analisys bugs found by cisco's tool on a subsequentRandall Stewart2007-06-181-1/+2
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-80/+71
* - Fixed cookie handling to calc an RTO whenRandall Stewart2007-06-131-0/+3
* - Take out the broken table-id concept. Panda Routers have a M-VRFRandall Stewart2007-06-011-1/+4
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-1/+1
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-1/+1
* - Fixed 1-2-1 model to not worry about associd in sockoptsRandall Stewart2007-05-171-0/+2
* Two major items here:Randall Stewart2007-05-091-76/+49
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - Static analyisis fixes for cisco's commit (this is equivilantRandall Stewart2007-05-081-6/+6
* - More macros for OS compatabiltyRandall Stewart2007-05-081-27/+38
* - fix source address selection when picking an acceptable addressRandall Stewart2007-04-141-42/+54
* - fixed several places where we did not release INP locks.Randall Stewart2007-04-031-0/+2
* - window update sacks sent incorrectly afterRandall Stewart2007-03-201-1/+0
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-14/+57
* - Copyright updates (aka 2007)Randall Stewart2007-02-121-5/+8
* - most all includes (#include <>) migrate to the sctp_os_bsd.h fileRandall Stewart2007-01-181-46/+1
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-291-10/+9
* 1) Fixes on a number of different collision case LOR's.Randall Stewart2006-12-141-5/+26
* Remove bogus casts that Randall for some reason didn't borrowRuslan Ermilov2006-11-041-1/+1
* More 64 bit pointer fun.Randall Stewart2006-11-031-2/+2
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+1736