summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: compute address flags only for IPv6 addressesMichael Tuexen2025-05-211-3/+16
* sctp: clear the SCTP_ADDR_VALID flag when removing an addressMichael Tuexen2025-05-211-1/+1
* sctp: initilize local address flags correctlyMichael Tuexen2025-05-211-1/+3
* sctp: report address unavailability consistentlyMichael Tuexen2025-05-211-1/+1
* sctp: fix double unlock in case adding a remote address failsMichael Tuexen2025-04-071-1/+0
* 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-37/+42
* 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-031-6/+6
* sctp: store cookie secret change time as time_tMichael Tuexen2024-08-031-1/+1
* sctp: Various fixes for loader tunablesZhenlei Huang2023-10-161-0/+8
* sctp: cleanup handling of graceful shutdown of the peerMichael Tuexen2023-08-191-10/+1
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: cleanupMichael Tuexen2023-08-141-8/+3
* sctp: use consistent names for locking macrosMichael Tuexen2023-08-131-2/+2
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2023-07-281-1/+1
* sctp: update zero checksum supportMichael Tuexen2023-07-231-7/+18
* sctp: only start shutdown guard timer when sending SHUTDOWN chunkMichael Tuexen2023-05-031-1/+0
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-101-0/+9
* sctp: minor changes due to upstreaming of Glebs recent changesMichael Tuexen2022-11-061-0/+2
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-171-2/+9
* Adjust sctp_drain() definition to avoid clang 15 warningDimitry Andric2022-07-261-1/+1
* sctp: improve handling of sctp inpcb flagsMichael Tuexen2022-06-041-0/+15
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2022-05-141-1/+1
* sctp: improve consistencyMichael Tuexen2022-05-141-4/+4
* sctp: don't keep a pointer to a freed stcb aroundMichael Tuexen2022-04-151-4/+3
* sctp: use variable names in a consistent wayMichael Tuexen2022-04-071-75/+75
* sctp: get rid of stcb send lockMichael Tuexen2022-03-281-11/+1
* sctp: cleanup, no functional change intended.Michael Tuexen2022-02-181-1/+6
* sctp: remove unused parameterMichael Tuexen2022-02-181-1/+1
* inpcb: garbage collect INP_LOCK_INIT(), used only once in sctpGleb Smirnoff2022-01-031-1/+2
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2021-12-301-1/+1
* sctp: cleanup the SCTP_MAXSEG socket option.Michael Tuexen2021-12-271-1/+1
* sctp: unbreak NOINET6 builds.Michael Tuexen2021-12-041-1/+9
* sctp: inherit IP level socket options from listening socketMichael Tuexen2021-12-031-0/+9
* sctp: improve consistency, no functional change intendedMichael Tuexen2021-11-261-4/+4
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-1/+1
* sctp: minor cleanup, no functional changeMichael Tuexen2021-09-121-6/+2