summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
AgeCommit message (Expand)Author
2025-07-27sctp: whitespace cleanupMichael Tuexen
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-25sctp: cleanupMichael Tuexen
2023-08-18sctp: cleanup cdefs.h includeMichael Tuexen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-07-25Fix unused variable warning in sctp_timer.cDimitry Andric
2022-05-14sctp: improve path verificationMichael Tuexen
2022-05-14sctp: improve consistencyMichael Tuexen
2022-03-29sctp: fix typosMichael Tuexen
2022-03-29sctp: get rid of stcb send lockMichael Tuexen
2021-09-28sctp: avoid locking an already locked mutexMichael Tuexen
2021-09-21sctp: Simplify stream scheduler usageMichael Tuexen
2021-09-21sctp: improve consistency when calling stream schedulerMichael Tuexen
2021-09-15sctp: cleanup, no functional change intendedMichael Tuexen
2021-09-08sctp: minor cleanups, no functional change intendedMichael Tuexen
2021-07-09sctp: Fix errno in case of association setup failuresMichael Tuexen
2021-02-21sctp: improve computation of an alternate netMichael Tuexen
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-11Non-functional changes due to upstream cleanup.Michael Tuexen
2020-05-10Ensure that we have a path when starting the T3 RXT timer.Michael Tuexen
2020-04-25Convert route caching to nexthop caching.Alexander V. Chernikov
2020-03-28Handle integer overflows correctly when converting msecs and secs toMichael Tuexen
2020-03-27Some more uint32_t cleanups, no functional change.Michael Tuexen
2020-03-21More timer cleanups, no functional change.Michael Tuexen
2020-03-19Consistently provide arguments for timer start and stop routines.Michael Tuexen
2020-03-19Cleanup the stream reset and asconf timer.Michael Tuexen
2018-08-21Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen
2018-08-13Use the stacb instead of the asoc in state macros.Michael Tuexen
2018-07-19Whitespace changes due to changes in ident.Michael Tuexen
2018-07-19Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen
2018-07-19Whitespace changes due to change if ident.Michael Tuexen
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-29Don't set the DF-bit on timer based retransmissions.Michael Tuexen
2017-01-31Remove a duplicate debug statement.Michael Tuexen
2016-12-26Whitespace changes.Michael Tuexen
2016-12-07Cleanup the names of SSN, SID, TSN, FSN, PPID and MID.Michael Tuexen
2016-12-06Whitespace changes.Michael Tuexen
2016-05-09Cleanup a comment.Michael Tuexen
2016-05-02netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni
2016-03-27Improve compilation on windows 64-bit (for the userland stack).Michael Tuexen
2016-02-17Code cleanup which will silence a warning in PVS / D5245.Michael Tuexen
2015-12-03Ensure that outgoing streams get reset when they run dry.Michael Tuexen
2015-10-13Fix the timeout for INIT retransmissions in the case where RTO_MIN isMichael Tuexen
2015-08-14Allow the path MTU to grow up to the outgoing interface MTU.Michael Tuexen
2015-07-27Provide consistent error causes whenever an ABORT chunk is sent.Michael Tuexen
2015-05-28Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen
2015-03-10Fix a typo.Michael Tuexen
2015-01-19Code cleanup.Michael Tuexen
2014-08-02Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen
2014-07-11Integrate upstream changes.Michael Tuexen