summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-2/+2
* Add an SCTP sysctl "blackhole", similar to the one for TCP.Michael Tuexen2012-01-081-0/+6
* Retire the SCTP sysctl "strict_init". We always perform the validationMichael Tuexen2012-01-071-6/+0
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-10/+10
* Fix unused parameter warnings.Michael Tuexen2011-12-171-3/+3
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-9/+0
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-29/+8
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-4/+32
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-0/+13
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-6/+0
* Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. IfDimitry Andric2011-02-261-0/+6
* Improvements to CC modules:Randall Stewart2011-02-261-0/+18
* * Cleanup the code computing the retransmission timeout.Michael Tuexen2011-02-241-1/+1
* Bugfix: Get per vnet sysctl variables and statistics working.Michael Tuexen2011-02-181-76/+77
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* 1) Move per John Baldwin to mp_maxidRandall Stewart2011-02-031-1/+1
* Fix the per CPU stats so that:Randall Stewart2011-02-031-3/+19
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-0/+6
* More ECN fixes:Randall Stewart2011-01-311-6/+0
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+7
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-67/+67
* Make the initial congestion window configurable via sysctl.Michael Tuexen2010-09-171-0/+6
* * Implement initial version of send buffer splitting.Michael Tuexen2010-09-171-1/+6
* Remove assignment without effect.Michael Tuexen2010-09-151-2/+0
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withMichael Tuexen2010-08-291-0/+6
* 1) Optimize the cleanup and don't always depend onRandall Stewart2010-06-061-3/+10
* Adds the option of keeping per-cpu statistics in SCTP. ThisRandall Stewart2010-03-241-1/+159
* More leaked ifdefs for APPLE and its mobility stuff.Randall Stewart2010-01-171-12/+0
* Get SCTP working in combination with VIMAGE.Michael Tuexen2009-09-191-1/+1
* Fix a bug where wrong initialization valueMichael Tuexen2009-07-281-3/+3
* Adds missing sysctl to manage the vtag_time_wait time. This willRandall Stewart2009-05-301-0/+7
* Add more padding and a new variable. This willRandall Stewart2009-04-081-1/+1
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-041-0/+1
* Move the new rwnd field down to the very endRandall Stewart2009-02-131-2/+2
* LOR fix - Lock only when calling the actual code thatRandall Stewart2009-02-031-2/+4
* - Cleanup checksum code.Randall Stewart2009-02-031-3/+13
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-0/+16
* - Peers rwnd is now available for the MIB.Randall Stewart2008-10-181-0/+1
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-191/+231
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+37
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-23/+38
* - DF bit was on for COOKIE-ECHO chunks. This isRandall Stewart2007-09-131-2/+12
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-265/+337
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-0/+12
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-0/+8
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-0/+11
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-0/+7
* - Fixed cookie handling to calc an RTO whenRandall Stewart2007-06-131-1/+1
* - Fixes a case where doing a sysctl would leave locks heldRandall Stewart2007-06-061-1/+10
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-0/+1