aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctputil.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve heartbeat timer computationMichael Tuexen2024-05-101-10/+10
* sctp: store cookie secret change time as time_tMichael Tuexen2024-05-101-1/+1
* sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff2024-01-301-1/+0
* sctp: don't call sctp_ulp_notify() recursivelyMichael Tuexen2023-09-081-2/+2
* sctp: cleanup locking for notificationsMichael Tuexen2023-09-081-49/+83
* sctp: make sure all SCTP RESET notifications use sctp_ulp_notify()Michael Tuexen2023-09-081-67/+68
* sctp: cleanup SCTP AUTH related notificationMichael Tuexen2023-09-081-9/+6
* sctp: cleanupMichael Tuexen2023-08-251-33/+27
* 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-17/+10
* sctp: add an assertMichael Tuexen2023-08-131-1/+2
* sctp: improve consistencyMichael Tuexen2023-08-051-1/+1
* sctp: remove redundant checkMichael Tuexen2023-08-051-3/+0
* sctp: keep sb_acc and sb_ccc in syncMichael Tuexen2023-07-281-2/+2
* sctp: improve consistencyMichael Tuexen2023-07-281-6/+2
* sctp: update zero checksum supportMichael Tuexen2023-07-231-1/+2
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-101-0/+1
* sctp: improve delivery of stream reset notificationsMichael Tuexen2023-02-021-2/+16
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-8/+5
* sctp: improve handling of sctp inpcb flagsMichael Tuexen2022-06-041-1/+1
* sctp: more sb_cc related cleanupsMichael Tuexen2022-05-231-8/+7
* sctp: use sb_avail() when accessing sb_acc for readingMichael Tuexen2022-05-141-15/+15
* sctp: cleanup, no functional change intendedMichael Tuexen2022-05-141-1/+1
* sctp: improve path verificationMichael Tuexen2022-05-141-1/+2
* sctp: improve consistencyMichael Tuexen2022-05-141-6/+6
* sockets: use socket buffer mutexes in struct socket directlyGleb Smirnoff2022-05-121-2/+2
* sctp: improve lockingMichael Tuexen2022-04-271-6/+9
* sctp: cleanupMichael Tuexen2022-04-191-1/+1
* sctp: improve stopping of timersMichael Tuexen2022-04-191-3/+6
* sctp: cleanupMichael Tuexen2022-04-161-1/+1
* sctp: don't wakeup 1-to-1 listening sockets for data or notificationsMichael Tuexen2022-04-161-1/+4
* udp: allow udp_tun_func_t() to indicate it did not eat the packetKristof Provost2022-04-121-2/+4
* sctp: fix typosMichael Tuexen2022-03-291-12/+12
* sctp: get rid of stcb send lockMichael Tuexen2022-03-281-6/+6
* sctp: retire sctp_mtu_size_reset()Michael Tuexen2021-12-301-31/+0
* sctp: cleanup the SCTP_MAXSEG socket option.Michael Tuexen2021-12-271-1/+1
* sctp: cleanup, on functional change intended.Michael Tuexen2021-12-271-4/+3
* sctp: improve consistency, no functional change intendedMichael Tuexen2021-11-261-7/+7
* sctp: add some asserts, no functional changes intendedMichael Tuexen2021-11-261-2/+9
* netinet: Fix a common typo in source code commentsGordon Bergling2021-11-031-2/+2
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-211-2/+2
* sctp: improve consistency when calling stream schedulerMichael Tuexen2021-09-201-1/+3
* sctp: Allow blocking on I/O locks even with non-blocking socketsMark Johnston2021-09-141-1/+1
* sctp: minor cleanups, no functional change intendedMichael Tuexen2021-09-081-8/+8
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-09-071-10/+9
* sctp: improve input validation of mapped addresses in sctp_connectx()Michael Tuexen2021-08-071-4/+4
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-19/+33
* sctp: provide consistent stream information in case of early errorsMichael Tuexen2021-07-091-3/+9
* sctp: provide sac_error also for ABORT chunk being sentMichael Tuexen2021-07-091-3/+22