summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Send always HBs when in PF state.tuexen2012-04-141-1/+2
* Bugfix: Don't send HBs on path which are not idle.tuexen2012-04-141-1/+16
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-23/+22
* Fix unused parameter warnings.tuexen2011-12-171-5/+5
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-285/+101
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-081-5/+5
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-0/+6
* Improvements to CC modules:rrs2011-02-261-1/+4
* * Fix several bugs where the scaled versions of srtt and rttvartuexen2011-02-241-15/+15
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* Fix several bugs in the stream schedulers.tuexen2011-02-031-21/+9
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-1/+2
* More ECN fixes:rrs2011-01-311-18/+0
* Add stream scheduling support.tuexen2011-01-231-8/+11
* Define and use SCTP_SSN_GE, SCTP_SSN_GT, SCTP_TSN_GE, SCTP_TSN_GT macrostuexen2010-12-301-11/+3
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,tuexen2010-12-301-22/+13
* Improve plausibility check in sctp_handle_sack().tuexen2010-12-221-5/+5
* 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
OpenPOWER on IntegriCloud