aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Non-functional changes due to upstream cleanup.Michael Tuexen2020-06-111-1/+0
* Ensure that we have a path when starting the T3 RXT timer.Michael Tuexen2020-05-101-1/+6
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-7/+4
* Handle integer overflows correctly when converting msecs and secs toMichael Tuexen2020-03-281-1/+1
* Some more uint32_t cleanups, no functional change.Michael Tuexen2020-03-271-6/+5
* More timer cleanups, no functional change.Michael Tuexen2020-03-211-15/+9
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-191-1/+1
* Cleanup the stream reset and asconf timer.Michael Tuexen2020-03-191-13/+15
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-211-1/+0
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-131-9/+9
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+6
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-13/+7
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-7/+13
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Don't set the DF-bit on timer based retransmissions.Michael Tuexen2017-04-291-0/+8
* Remove a duplicate debug statement.Michael Tuexen2017-01-311-6/+2
* Whitespace changes.Michael Tuexen2016-12-261-10/+12
* Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen2016-12-071-17/+17
* Whitespace changes.Michael Tuexen2016-12-061-10/+4
* Cleanup a comment.Michael Tuexen2016-05-091-4/+4
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-4/+4
* Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen2016-03-271-2/+2
* Code cleanup which will silence a warning in PVS / D5245.Michael Tuexen2016-02-171-3/+3
* Ensure that outgoing streams get reset when they run dry.Michael Tuexen2015-12-031-0/+5
* 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