summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-18Fix typo in assignmentMichael Tuexen
2023-03-16sctp: enforce Kahn's rule during the handshakeMichael Tuexen
2023-03-16When getting back a cookie, the receiver does not know whether theMichael Tuexen
2023-03-15Allow disabling of SCTP_ACCEPT_ZERO_CHECKSUM socket optionMichael Tuexen
2023-03-15Improve zero checksum negotiationMichael Tuexen
2023-03-10Initial support of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen
2023-02-02Improve delivery of stream reset notificationsMichael Tuexen
2022-11-06Sync with FreeBSDMichael Tuexen
2022-10-13Improve sending of ABORT in response to INIT-ACKMichael Tuexen
2022-08-10Improve handling of send calls with no user dataMichael Tuexen
2022-08-03Sync with FreeBSDMichael Tuexen
2022-06-27Fix compilationMichael Tuexen
2022-06-27FreeBSD related changesMichael Tuexen
2022-06-08Fix build issue.Michael Tuexen
2022-06-08Remove bookkeeping not needed anymoreMichael Tuexen
2022-06-08Fix bug introduced with last commitMichael Tuexen
2022-06-08Cleanup, no functional change intendedMichael Tuexen
2022-06-04Use atomic operation to add flag to the inp if it is not lockedMichael Tuexen
2022-05-29Improve listen() call on 1-to-1 style socketsMichael Tuexen
2022-05-28Use a consistent view of send parametersMichael Tuexen
2022-05-28Ignore SCTP_SENDALL for 1-to-1 style socketsMichael Tuexen
2022-05-28Improve send() handling while shutdown in progressMichael Tuexen
2022-05-28Cleanups in error pathsMichael Tuexen
2022-05-28CleanupMichael Tuexen
2022-05-23More cleanups, no functional changeMichael Tuexen
2022-05-15Cleanup sb_cc usageMichael Tuexen
2022-05-15Cleanup, no functional change intendedMichael Tuexen
2022-05-15Improve path verification, thanks to Alexander FunkeMichael Tuexen
2022-05-15Improve consistency, no functional change intendedMichael Tuexen
2022-05-13Fix locking bugMichael Tuexen
2022-05-13Sync with FreeBSDMichael Tuexen
2022-04-27Improve lockingMichael Tuexen
2022-04-19Improve stopping of timerMichael Tuexen
2022-04-16CleanupMichael Tuexen
2022-04-16imnprove handling of data/notif for 1-to-1 listenersMichael Tuexen
2022-04-15Fix locking issue found by syzkallerMichael Tuexen
2022-04-14Sync with FreeBSDMichael Tuexen
2022-04-13Sync with FreeBSDMichael Tuexen
2022-04-13bugfix: nat-state-update for ipv4 (#658)Sriram Yagnaraman
2022-04-07Remove mutex not being used anymoreMichael Tuexen
2022-04-07Use variable names in a consistent wayMichael Tuexen
2022-04-06Simplify init_random() to remove QNX special-case (#655)Ole André Vadla Ravnås
2022-04-02Do not refer to an potentially outdated streamMichael Tuexen
2022-04-02CleanupMichael Tuexen
2022-04-02Remove a test which is unsafeMichael Tuexen
2022-04-02Clear pointer to stack when leaving functionMichael Tuexen
2022-03-30Ensure ASCONF chunks do not get too largeMichael Tuexen
2022-03-29Fix typos (#652)David Sanders
2022-03-29Retire stcb send lock.Michael Tuexen
2022-03-29FBSDIDMichael Tuexen