summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp.h
Commit message (Expand)AuthorAgeFilesLines
* Fix unused parameter warnings.Michael Tuexen2011-12-171-2/+2
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-0/+1
* Fix the enabling/disabling of Heartbeats and path MTUMichael Tuexen2011-09-171-0/+1
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-11/+11
* Add SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2011-06-161-0/+1
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-3/+10
* Implement Resource Pooling V2 and an MPTCP like congestionMichael Tuexen2011-05-041-0/+7
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-081-0/+1
* Adds a new Congestion Control that helps reduceRandall Stewart2011-03-011-0/+5
* Improvements to CC modules:Randall Stewart2011-02-261-3/+4
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fixes to ECN in SCTP.Randall Stewart2011-01-291-0/+4
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+19
* Add an SCTP socket option to retrieve the number of timeoutsMichael Tuexen2010-11-161-0/+1
* Fix typos.Rebecca Cran2010-11-091-7/+7
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-3/+1
* Fix a rece condition in the shutdown handling.Michael Tuexen2010-06-181-0/+1
* Changes to the NR-Sack code so that:Randall Stewart2009-06-171-3/+0
* Fixes several PR-SCTP releated bugs.Randall Stewart2009-03-141-1/+1
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-6/+19
* Adds support for the SCTP_PORT_REUSE optionRandall Stewart2008-07-311-3/+2
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-65/+61
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-0/+1
* - Define changes in sctp.hRandall Stewart2008-05-201-5/+7
* - Found a problem in non-blocking sends. WhenRandall Stewart2007-12-041-7/+9
* - Get rid of unsused constants for sysctl variables.Randall Stewart2007-09-151-5/+5
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-13/+12
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-0/+2
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-5/+13
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-0/+12
* Add additional logging level mask for packet_logging too.Randall Stewart2007-06-181-0/+1
* - Fix so ifn's are properly deleted when the ref count goes to 0.Randall Stewart2007-06-141-0/+34
* - Fixed cookie handling to calc an RTO whenRandall Stewart2007-06-131-0/+3
* - Restructure so bindx functions are not done inline to socket optionRandall Stewart2007-06-121-47/+56
* - Fix spelling errors in comments per Ruslan (.. thanks... )Randall Stewart2007-05-291-1/+1
* - Fixes so we won't try to start a timer when weRandall Stewart2007-05-291-0/+15
* - fixed autclose to not allow setting on 1-2-1 model.Randall Stewart2007-05-281-1/+5
* - Fixed 1-2-1 model to not worry about associd in sockoptsRandall Stewart2007-05-171-4/+4
* - Copyright change, cisco's silly tool wants it to say:Randall Stewart2007-05-081-1/+1
* - More macros for OS compatabiltyRandall Stewart2007-05-081-0/+2
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-05-021-0/+1
* Moves the PCB features and flags from sctp_pcb.h toRandall Stewart2007-04-221-0/+54
* - Somehow the disable fragment option got lost. We couldRandall Stewart2007-04-221-0/+9
* - Sysctl's move to seperate fileRandall Stewart2007-03-151-0/+37
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+349