summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_structs.h
AgeCommit message (Expand)Author
2023-08-19sctp: cleanup handling of graceful shutdown of the peerMichael Tuexen
2023-08-18sctp: cleanup cdefs.h includeMichael Tuexen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-23sctp: update zero checksum supportMichael Tuexen
2023-03-10sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen
2022-06-08sctp: cleanup, no functional changeMichael Tuexen
2021-09-23sctp: Cleanup stream schedulers.Michael Tuexen
2021-09-21sctp: Simplify stream scheduler usageMichael Tuexen
2021-01-24sctp: improve consistencyMichael Tuexen
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-16Improve the handling of concurrent send() calls for SCTP sockets,Michael Tuexen
2020-06-12More cleanups due to ifdef cleanup done upstreamMichael Tuexen
2020-04-25Convert route caching to nexthop caching.Alexander V. Chernikov
2020-03-27Some more uint32_t cleanups, no functional change.Michael Tuexen
2020-03-27Use uint32_t where it is expected to be used. No functional change.Michael Tuexen
2020-02-04Remove unused timer.Michael Tuexen
2019-03-24Fix build issue for the userland stack.Michael Tuexen
2019-03-24Fox more signed unsigned issues. This time on the send path.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-11-03Allow the setting of the MTU for future paths using an SCTP socket option.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-08-06Fix various bugs in relation to the I-DATA chunk supportMichael Tuexen
2016-06-08Use a separate MID counter for ordered und unordered messages for eachMichael Tuexen
2016-06-03Get struct sctp_net_route in-sync with struct route again.Michael Tuexen
2016-05-13Fix a bug introduced by the implementation of I-DATA support.Michael Tuexen
2016-05-02netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni
2016-04-07This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart
2016-01-04Get struct sctp_net_route in sync with struct route again.Michael Tuexen
2015-07-22Fix several problems with Stream Reset.Randall Stewart
2015-03-26Improve the selection of the destination address of SACK chunks.Michael Tuexen
2015-03-10Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen
2014-12-04This is the SCTP specific companion ofMichael Tuexen
2014-12-02Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen
2014-11-30Merge from projects/sendfile:Gleb Smirnoff
2014-09-15Chunk IDs are 8 bit entities, not 16 bit.Michael Tuexen
2014-08-13Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen
2014-08-12Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen
2014-08-04Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen
2014-08-03Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen
2014-08-03Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen
2014-08-02Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen
2014-08-02Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen
2013-09-03Remove redundant field pr_sctp_on.Michael Tuexen
2013-08-22Make also the features of the association 64-bit.Michael Tuexen
2013-02-09Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen