summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Do not have the MTU table twice in the code. Therefore move thetuexen2010-11-071-41/+1
* Remove two functions which are not used.tuexen2010-11-071-24/+0
* * Use exponential backoff for retransmission of SHUTDOWN andtuexen2010-11-071-20/+15
* Fix a bug where the wrong PR-SCTP policy was considered.tuexen2010-09-171-3/+1
* Delay the assignment of a path for DATA chunk until they hittuexen2010-09-151-45/+4
* Fix some CLANG warnings. One clang warning is leftrrs2010-09-051-0/+9
* Fix the switching on/off of CMT using sysctl and socket option.tuexen2010-08-281-6/+10
* PR SCTP Bugs. Basically a full sized frame ofrrs2010-07-291-13/+25
* When counting the number of chunks in therrs2010-07-261-13/+20
* This adds back the Iterator to the sctprrs2010-05-161-140/+0
* Support for VNET in SCTP (hopefully)rrs2009-09-171-1/+1
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-151-3/+3
* Fixes several PR-SCTP releated bugs.rrs2009-03-141-2/+2
* Code from the hack-session known as the IETF (and arrs2008-12-061-5/+13
* Invariants changes that make more sense.rrs2008-10-271-3/+6
* ok, non static the function and put in the .h sorrs2008-08-281-1/+1
* Fixes compile error when INVARIANTs is on. Adds anrrs2008-08-281-0/+2
* - Make strict-sacks be the default.rrs2008-08-281-2/+59
* - Out with some printfs.rrs2008-07-291-3/+0
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-091-4/+2
* - 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
OpenPOWER on IntegriCloud