aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+6
* Remove the asconf_auth_nochk sysctl. This was off by default and onlyMichael Tuexen2014-08-011-6/+0
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-0/+8
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-1/+6
* Fixup for r261590 (vnet sysctl handlers cleanup).Mikolaj Golub2014-02-091-4/+0
* Export the inpcb features as a 64-bit entity.Michael Tuexen2013-08-221-1/+1
* Make also the features of the association 64-bit.Michael Tuexen2013-08-221-1/+1
* Fix a bug were only 2048 streams where usable even though more thanMichael Tuexen2013-07-051-0/+6
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-15/+15
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-171-7/+0
* Whitespace cleanup.Michael Tuexen2012-06-251-2/+2
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.Michael Tuexen2012-05-261-11/+0