summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r273733, r273740 and r273773:hselasky2014-10-301-6/+17
* MFC r270673:tuexen2014-09-181-486/+190
* Remove debug output which was comitted by accident.tuexen2014-08-221-1/+0
* MFC r269858:tuexen2014-08-221-6/+60
* MFC r269527:tuexen2014-08-221-0/+6
* MFC r269481:tuexen2014-08-221-0/+6
* MFC r269475:tuexen2014-08-221-8/+6
* MFC r269448:tuexen2014-08-221-0/+6
* MFC r269396:tuexen2014-08-221-6/+0
* MFC r268526:tuexen2014-08-221-0/+2
* MFC r267674:tuexen2014-06-231-0/+8
* MFC r263237:tuexen2014-06-221-1/+6
* Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup)glebius2014-03-041-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
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-67/+67
* Make the initial congestion window configurable via sysctl.tuexen2010-09-171-0/+6
* * Implement initial version of send buffer splitting.tuexen2010-09-171-1/+6
* Remove assignment without effect.tuexen2010-09-151-2/+0
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withtuexen2010-08-291-0/+6
* 1) Optimize the cleanup and don't always depend onrrs2010-06-061-3/+10
* Adds the option of keeping per-cpu statistics in SCTP. Thisrrs2010-03-241-1/+159
* More leaked ifdefs for APPLE and its mobility stuff.rrs2010-01-171-12/+0
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-1/+1
* Fix a bug where wrong initialization valuetuexen2009-07-281-3/+3
OpenPOWER on IntegriCloud