aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: cleanupMichael Tuexen2024-01-111-6/+4
* sctp: cleanup cdefs.h includeMichael Tuexen2024-01-111-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sctp: improve path verificationMichael Tuexen2023-02-011-1/+3
* sctp: improve consistencyMichael Tuexen2023-02-011-20/+16
* sctp: fix typosMichael Tuexen2023-02-011-4/+4
* sctp: get rid of stcb send lockMichael Tuexen2023-02-011-3/+1
* Fix unused variable warning in sctp_timer.cDimitry Andric2022-07-291-1/+3
* sctp: avoid locking an already locked mutexMichael Tuexen2022-02-221-1/+1
* sctp: Simplify stream scheduler usageMichael Tuexen2022-02-221-1/+1
* sctp: improve consistency when calling stream schedulerMichael Tuexen2022-02-221-8/+9
* sctp: cleanup, no functional change intendedMichael Tuexen2022-02-221-2/+2
* sctp: minor cleanups, no functional change intendedMichael Tuexen2022-02-221-6/+6
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-131-2/+2
* sctp: improve computation of an alternate netMichael Tuexen2021-03-021-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-34/+10
* Terminate a debug output with a \n.Michael Tuexen2013-10-291-1/+1