aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix debug messageMichael Tuexen2024-11-061-1/+1
* sctp: improve handling of address changesMichael Tuexen2024-11-061-10/+13
* sctp: garbage collect two unused functionsMichael Tuexen2024-11-061-84/+0
* sctp: don't consider the interface name when removing an addressMichael Tuexen2024-11-061-24/+3
* sctp: editorial cleanupMichael Tuexen2024-11-061-2/+2
* sctp: another cleanupMichael Tuexen2024-10-311-9/+9
* sctp: cleanup the addition of addresses which are already knownMichael Tuexen2024-10-311-39/+44
* sctp: further cleanupMichael Tuexen2024-10-311-11/+5
* sctp garbage collect sctp_update_ifn_mtuMichael Tuexen2024-10-311-11/+0
* sctp: cleanupMichael Tuexen2024-10-311-8/+4
* sctp: improve debug outputMichael Tuexen2024-10-311-1/+1
* sctp: check locking requirementsMichael Tuexen2024-10-311-2/+2
* sctp: make sctp_free_ifn() staticMichael Tuexen2024-10-311-1/+1
* sctp: cleanup sctp_delete_ifnMichael Tuexen2024-10-311-14/+5
* sctp: store vtag expire time as time_tMichael Tuexen2024-08-011-6/+6
* sctp: store cookie secret change time as time_tMichael Tuexen2024-08-011-1/+1
* sctp: cleanup handling of graceful shutdown of the peerMichael Tuexen2024-01-111-10/+1
* sctp: cleanup cdefs.h includeMichael Tuexen2024-01-111-1/+0
* sctp: cleanupMichael Tuexen2024-01-111-8/+3
* sctp: use consistent names for locking macrosMichael Tuexen2024-01-111-2/+2
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2024-01-111-1/+1
* sctp: Various fixes for loader tunablesZhenlei Huang2023-10-161-0/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sctp: only start shutdown guard timer when sending SHUTDOWN chunkMichael Tuexen2023-06-251-1/+0
* sctp: improve handling of sctp inpcb flagsMichael Tuexen2023-02-011-0/+15
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2023-02-011-1/+1
* sctp: improve consistencyMichael Tuexen2023-02-011-4/+4
* sctp: don't keep a pointer to a freed stcb aroundMichael Tuexen2023-02-011-4/+3
* sctp: use variable names in a consistent wayMichael Tuexen2023-02-011-75/+75
* sctp: get rid of stcb send lockMichael Tuexen2023-02-011-11/+1
* Adjust sctp_drain() definition to avoid clang 15 warningDimitry Andric2022-07-291-1/+1
* sctp: cleanup, no functional change intended.Michael Tuexen2022-02-231-1/+6
* sctp: remove unused parameterMichael Tuexen2022-02-231-1/+1
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2022-02-221-1/+1
* sctp: cleanup the SCTP_MAXSEG socket option.Michael Tuexen2022-02-221-1/+1
* sctp: improve consistency, no functional change intendedMichael Tuexen2022-02-221-4/+4
* sctp: Simplify stream scheduler usageMichael Tuexen2022-02-221-1/+1
* sctp: minor cleanup, no functional changeMichael Tuexen2022-02-221-6/+2
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2022-02-221-34/+62
* sctp: add explicit cast, no functional change intendedMichael Tuexen2022-02-221-1/+1
* sctp: cleanup timewait handling for vtagsMichael Tuexen2022-02-221-114/+47
* sctp: minor cleanups, no functional change intendedMichael Tuexen2022-02-221-1/+1
* sctp: unbreak NOINET6 builds.Michael Tuexen2021-12-101-1/+9
* sctp: inherit IP level socket options from listening socketMichael Tuexen2021-12-101-0/+9
* sctp: Clear assoc socket references when freeing a PCBMark Johnston2021-09-161-0/+1
* sctp: Fix races around sctp_inpcb_free()Mark Johnston2021-09-141-10/+6
* sctp: Implement sctp_inpcb_bind_locked()Mark Johnston2021-09-081-18/+35
* sctp: Release the socket reference when detaching an associationMark Johnston2021-09-081-0/+3
* sctp: Hold association locks across socket wakeups when freeingMark Johnston2021-09-081-2/+2
* sctp: Fix racy UNBOUND flag check in sctp_inpcb_bind()Mark Johnston2021-09-071-55/+53