aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variable warning in sctp_timer.cDimitry Andric2022-07-251-1/+3
* sctp: improve path verificationMichael Tuexen2022-05-141-1/+3
* sctp: improve consistencyMichael Tuexen2022-05-141-20/+16
* sctp: fix typosMichael Tuexen2022-03-291-4/+4
* sctp: get rid of stcb send lockMichael Tuexen2022-03-281-3/+1
* sctp: avoid locking an already locked mutexMichael Tuexen2021-09-281-1/+1
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-1/+1
* sctp: improve consistency when calling stream schedulerMichael Tuexen2021-09-201-8/+9
* sctp: cleanup, no functional change intendedMichael Tuexen2021-09-151-2/+2
* sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-081-6/+6
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-2/+2
* sctp: improve computation of an alternate netMichael Tuexen2021-02-211-36/+49
* 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-32/+8
* 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