summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-23/+22
* Fix unused parameter warnings.Michael Tuexen2011-12-171-5/+5
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-285/+101
* Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen2011-05-081-5/+5
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-0/+6
* Improvements to CC modules:Randall Stewart2011-02-261-1/+4
* * Fix several bugs where the scaled versions of srtt and rttvarMichael Tuexen2011-02-241-15/+15
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* Fix several bugs in the stream schedulers.Michael Tuexen2011-02-031-21/+9
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-1/+2
* More ECN fixes:Randall Stewart2011-01-311-18/+0
* Add stream scheduling support.Michael Tuexen2011-01-231-8/+11
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrosMichael Tuexen2010-12-301-11/+3
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,Michael Tuexen2010-12-301-22/+13
* Improve plausibility check in sctp_handle_sack().Michael Tuexen2010-12-221-5/+5
* Do not have the MTU table twice in the code. Therefore move theMichael Tuexen2010-11-071-41/+1
* Remove two functions which are not used.Michael Tuexen2010-11-071-24/+0
* * Use exponential backoff for retransmission of SHUTDOWN andMichael Tuexen2010-11-071-20/+15
* Fix a bug where the wrong PR-SCTP policy was considered.Michael Tuexen2010-09-171-3/+1
* Delay the assignment of a path for DATA chunk until they hitMichael Tuexen2010-09-151-45/+4
* Fix some CLANG warnings. One clang warning is leftRandall Stewart2010-09-051-0/+9
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-6/+10
* PR SCTP Bugs. Basically a full sized frame ofRandall Stewart2010-07-291-13/+25
* When counting the number of chunks in theRandall Stewart2010-07-261-13/+20
* This adds back the Iterator to the sctpRandall Stewart2010-05-161-140/+0
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-171-1/+1
* * Fix a bug where PR-SCTP settings are ignore when using implicitMichael Tuexen2009-08-151-3/+3
* 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