aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: don't report unusable addresses via sysctl interfaceMichael Tuexen2025-05-211-0/+4
* sctp: fix format of sysctl variablesMichael Tuexen2024-08-301-1/+1
* sctp: minor cleanMichael Tuexen2024-01-121-73/+74
* sctp: Various fixes for loader tunablesZhenlei Huang2023-10-161-6/+18
* sctp: cleanup cdefs.h includeMichael Tuexen2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sctp: initial implementation of draft-tuexen-tsvwg-sctp-zero-checksumMichael Tuexen2023-03-101-0/+5
* Adjust sctp_init_sysctls() definition to avoid clang 15 warningDimitry Andric2022-07-251-1/+1
* sctp: cleanupMichael Tuexen2022-04-141-25/+42
* sctp: #ifdef INET-only and INET6-only variables.John Baldwin2022-04-131-12/+25
* sctp: fix typosMichael Tuexen2022-03-291-2/+2
* sctp: get rid of stcb send lockMichael Tuexen2022-03-281-30/+16
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Whitespace cleanups and removal of a stale comment.Michael Tuexen2020-06-081-1/+0
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-6/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki2020-02-241-16/+30
* Make the message size limit used for SCTP_SENDALL configurable viaMichael Tuexen2020-01-041-0/+2
* Plug some networking sysctl leaks.Mark Johnston2018-11-221-0/+3
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-12/+12
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-12/+12
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-101-1/+1
* One more 32-bit fix for r335979.Brooks Davis2018-07-061-1/+1
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-1/+1
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Export the UDP encapsualation port and the path state.Michael Tuexen2017-09-121-0/+8
* Listening sockets improvements.Gleb Smirnoff2017-06-081-6/+6
* Use the SCTP_PCB_FLAGS_ACCEPTING flags to check for listeners.Michael Tuexen2017-05-261-0/+1
* Whitespace changes.Michael Tuexen2016-12-261-11/+11
* Whitespace changes.Michael Tuexen2016-12-061-3/+0
* netstat and sockstat expect the IPv6 link local addresses toMichael Tuexen2016-07-191-9/+0
* Retire net.inet.sctp.strict_sacks and net.inet.sctp.strict_data_orderMichael Tuexen2016-05-121-4/+0
* Use 4 spaces instead of a tab.Michael Tuexen2016-02-111-4/+4
* Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-021-0/+4
* Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen2015-08-291-1/+1
* Export the ssthresh value per SCTP path via the sysctl interface.Michael Tuexen2015-07-071-0/+1
* Export a pointer to the SCTP socket. This is needed to add SCTP supportMichael Tuexen2015-06-041-0/+1
* Remove comparisons which are not necessary.Michael Tuexen2015-01-201-0/+14
* Don't zero the stats before they are read out.Michael Tuexen2014-11-011-11/+16
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-6/+17
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-2/+2
* Use SYSCTL_PROC instead of SYSCTL_VNET_PROC.Michael Tuexen2014-09-071-9/+9
* Fix the handling of sysctl variables when used with VIMAGE.Michael Tuexen2014-09-061-478/+180
* Announce SCTP support in the kern.features sysctl variables.Michael Tuexen2014-08-261-0/+3
* Change SCTP sysctl from auth_disable to auth_enable. This isMichael Tuexen2014-08-121-11/+11
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-6/+60
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-0/+6
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+6
* Use consistent names for SCTP sysctls. RenameMichael Tuexen2014-08-031-1/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-8/+6