aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the timeout for INIT retransmissions in the case where RTO_MIN isMichael Tuexen2015-10-131-1/+5
* Allow the path MTU to grow up to the outgoing interface MTU.Michael Tuexen2015-08-141-0/+2
* Provide consistent error causes whenever an ABORT chunk is sent.Michael Tuexen2015-07-271-2/+2
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-3/+5
* Fix a typo.Michael Tuexen2015-03-101-1/+1
* Code cleanup.Michael Tuexen2015-01-191-6/+7
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-4/+4
* Integrate upstream changes.Michael Tuexen2014-07-111-0/+4
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-34/+10
* Terminate a debug output with a \n.Michael Tuexen2013-10-291-1/+1
* Remove redundant field pr_sctp_on.Michael Tuexen2013-09-031-1/+1
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-091-6/+7
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Get the accounting working. We now have counters how manyMichael Tuexen2012-11-161-1/+1
* Add per outgoing stream accounting for chunks in the sendMichael Tuexen2012-11-071-0/+5
* Using %p in a format string requires a void *.Michael Tuexen2012-09-051-6/+6
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+2
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationsMichael Tuexen2012-05-131-2/+2
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications asMichael Tuexen2012-05-131-2/+1
* Provide in the association change notification the received ABORT chunkMichael Tuexen2012-05-121-3/+2
* Send always HBs when in PF state.Michael Tuexen2012-04-141-1/+2
* Bugfix: Don't send HBs on path which are not idle.Michael Tuexen2012-04-141-1/+16
* 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