aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of 185694 - The IETF hack session:Randall Stewart2009-02-121-5/+13
* MFC 184333Randall Stewart2009-02-121-3/+6
* MFC of 182367 and 182403Randall Stewart2009-02-121-2/+61
* ***svn 180955 and 180956Randall Stewart2008-08-271-3/+0
* *****MFC of r180387Randall Stewart2008-08-271-4/+2
* ****MFC r179783, r179786 and r179803Randall Stewart2008-08-271-26/+26
* *****MFC of r179157Randall Stewart2008-08-271-19/+46
* - fix sctp_ifn initial refcount issue (prevents deletion)Randall Stewart2007-10-251-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