summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283650:tuexen2015-05-311-3/+5
* MFC r279841:tuexen2015-05-291-1/+1
* MFC r277380:tuexen2015-05-291-6/+7
* MFC r269448:tuexen2014-08-221-4/+4
* MFC r268526:tuexen2014-08-221-0/+4
* MFC r263237:tuexen2014-06-221-34/+10
* MFC r256556:tuexen2013-11-211-1/+1
* Remove redundant field pr_sctp_on.tuexen2013-09-031-1/+1
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-091-6/+7
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Get the accounting working. We now have counters how manytuexen2012-11-161-1/+1
* Add per outgoing stream accounting for chunks in the sendtuexen2012-11-071-0/+5
* Using %p in a format string requires a void *.tuexen2012-09-051-6/+6
* Use consistent text at the begining of the files.tuexen2012-05-231-4/+2
* Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notificationstuexen2012-05-131-2/+2
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications astuexen2012-05-131-2/+1
* Provide in the association change notification the received ABORT chunktuexen2012-05-121-3/+2
* 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
OpenPOWER on IntegriCloud