summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.c
AgeCommit message (Expand)Author
2025-05-05sctp: don't report unusable addresses via sysctl interfaceMichael Tuexen
2024-08-22sctp: fix format of sysctl variablesMichael Tuexen
2023-11-06sctp: minor cleanMichael Tuexen
2023-10-09sctp: Various fixes for loader tunablesZhenlei Huang
2023-08-18sctp: cleanup cdefs.h includeMichael Tuexen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-10sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen
2022-07-25Adjust sctp_init_sysctls() definition to avoid clang 15 warningDimitry Andric
2022-04-14sctp: cleanupMichael Tuexen
2022-04-13sctp: #ifdef INET-only and INET6-only variables.John Baldwin
2022-03-29sctp: fix typosMichael Tuexen
2022-03-29sctp: get rid of stcb send lockMichael Tuexen
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-08Whitespace cleanups and removal of a stale comment.Michael Tuexen
2020-06-07Retire SCTP_SO_LOCK_TESTING.Michael Tuexen
2020-02-24Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki
2020-01-04Make the message size limit used for SCTP_SENDALL configurable viaMichael Tuexen
2018-11-22Plug some networking sysctl leaks.Mark Johnston
2018-07-19Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen
2018-07-19Whitespace changes due to change if ident.Michael Tuexen
2018-07-10Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis
2018-07-06One more 32-bit fix for r335979.Brooks Davis
2018-07-05Make struct xinpcb and friends word-size independent.Brooks Davis
2017-12-07Retire SCTP_WITH_NO_CSUM option.Michael Tuexen
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-12Export the UDP encapsualation port and the path state.Michael Tuexen
2017-06-08Listening sockets improvements.Gleb Smirnoff
2017-05-26Use the SCTP_PCB_FLAGS_ACCEPTING flags to check for listeners.Michael Tuexen
2016-12-26Whitespace changes.Michael Tuexen
2016-12-06Whitespace changes.Michael Tuexen
2016-07-19netstat and sockstat expect the IPv6 link local addresses toMichael Tuexen
2016-05-12Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_orderMichael Tuexen
2016-02-11Use 4 spaces instead of a tab.Michael Tuexen
2016-02-02Increase max allowed backlog for listen socketsAlfred Perlstein
2015-08-29Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen
2015-07-07Export the ssthresh value per SCTP path via the sysctl interface.Michael Tuexen
2015-06-04Export a pointer to the SCTP socket. This is needed to add SCTP supportMichael Tuexen
2015-01-20Remove comparisons which are not necessary.Michael Tuexen
2014-11-01Don't zero the stats before they are read out.Michael Tuexen
2014-10-28The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky
2014-09-07Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen
2014-09-07Use SYSCTL_PROC instead of SYSCTL_VNET_PROC.Michael Tuexen
2014-09-06Fix the handling of sysctl variables when used with VIMAGE.Michael Tuexen
2014-08-26Announce SCTP support in the kern.features sysctl variables.Michael Tuexen
2014-08-12Change SCTP sysctl from auth_disable to auth_enable. This isMichael 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-03Use consistent names for SCTP sysctls. RenameMichael Tuexen
2014-08-03Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen