summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Use 4 spaces instead of a tab.tuexen2016-02-111-4/+4
* Increase max allowed backlog for listen socketsalfred2016-02-021-0/+4
* Fix the exporting of SCTP association states to userland. Without this,tuexen2015-08-291-1/+1
* Export the ssthresh value per SCTP path via the sysctl interface.tuexen2015-07-071-0/+1
* Export a pointer to the SCTP socket. This is needed to add SCTP supporttuexen2015-06-041-0/+1
* Remove comparisons which are not necessary.tuexen2015-01-201-0/+14
* Don't zero the stats before they are read out.tuexen2014-11-011-11/+16
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-6/+17
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-2/+2
* Use SYSCTL_PROC instead of SYSCTL_VNET_PROC.tuexen2014-09-071-9/+9
* Fix the handling of sysctl variables when used with VIMAGE.tuexen2014-09-061-478/+180
* Announce SCTP support in the kern.features sysctl variables.tuexen2014-08-261-0/+3
* Change SCTP sysctl from auth_disable to auth_enable. This istuexen2014-08-121-11/+11
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-6/+60
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-0/+6
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+6
* Use consistent names for SCTP sysctls. Renametuexen2014-08-031-1/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-8/+6
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-0/+6
* Remove the asconf_auth_nochk sysctl. This was off by default and onlytuexen2014-08-011-6/+0
* Honor jails for unbound SCTP sockets when selecting source addresses,tuexen2014-06-201-0/+8
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-1/+6
* Fixup for r261590 (vnet sysctl handlers cleanup).trociny2014-02-091-4/+0
* Export the inpcb features as a 64-bit entity.tuexen2013-08-221-1/+1
* Make also the features of the association 64-bit.tuexen2013-08-221-1/+1
* Fix a bug were only 2048 streams where usable even though more thantuexen2013-07-051-0/+6
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-091-15/+15
* Add support for SCTP/UDP/IPV6.tuexen2012-11-171-7/+0
* Whitespace cleanup.tuexen2012-06-251-2/+2
* Get rid of SCTP specific code to avoid CRC32C computations on loopback.tuexen2012-05-261-11/+0
* Use consistent text at the begining of the files.tuexen2012-05-231-2/+2
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-0/+6
* Retire the SCTP sysctl "strict_init". We always perform the validationtuexen2012-01-071-6/+0
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-10/+10
* Fix unused parameter warnings.tuexen2011-12-171-3/+3
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-9/+0
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-29/+8
* Improve compilation of SCTP code without INET support.tuexen2011-04-301-4/+32
* Tunes and fixes the new DC-CC to seem to hit therrs2011-03-081-0/+13
* Adds a new Congestion Control that helps reducerrs2011-03-011-6/+0
* Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. Ifdim2011-02-261-0/+6
* Improvements to CC modules:rrs2011-02-261-0/+18
* * Cleanup the code computing the retransmission timeout.tuexen2011-02-241-1/+1
* Bugfix: Get per vnet sysctl variables and statistics working.tuexen2011-02-181-76/+77
* 1) Typo correction in comments and one spacing change.rrs2011-02-051-3/+2
* 1) Move per John Baldwin to mp_maxidrrs2011-02-031-1/+1
* Fix the per CPU stats so that:rrs2011-02-031-3/+19
* 1) Allow a chunk to track the cwnd it was at when sent.rrs2011-02-021-0/+6
* More ECN fixes:rrs2011-01-311-6/+0
* Add stream scheduling support.tuexen2011-01-231-0/+7
OpenPOWER on IntegriCloud