summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-1/+1
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+1
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-0/+2
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-0/+1
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-0/+1
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+1
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-1/+1
* Make the features a 64-bit value instead of 32-bit.Michael Tuexen2013-08-121-1/+1
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-111-0/+1
* Add support for SCTP/UDP/IPV6.Michael Tuexen2012-11-171-1/+6
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-3/+4
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-6/+5
* Make stream our stream reset implementationRandall Stewart2012-03-291-0/+1
* Fix unused parameter warnings.Michael Tuexen2011-12-171-6/+6
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-0/+1
* Fix the handling of the flowlabel and DSCP value in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-09-141-0/+4
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-1/+3
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-3/+2
* Make sure that changing the ECN sysctl does not affectMichael Tuexen2011-02-031-0/+1
* Fix the per CPU stats so that:Randall Stewart2011-02-031-2/+4
* Adds an experimental option to create a pool ofRandall Stewart2011-02-031-0/+6
* 1) Allow a chunk to track the cwnd it was at when sent.Randall Stewart2011-02-021-0/+1
* Change infrastructure for SCTP_MAX_BURST to allow complianceMichael Tuexen2011-01-261-1/+1
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+1
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-0/+1
* This does two changes:Randall Stewart2010-06-051-0/+6
* This adds back the Iterator to the sctpRandall Stewart2010-05-161-8/+1
* * Fix some race condition in SACK/NR-SACK processing.Michael Tuexen2010-04-031-1/+1
* Adds the option of keeping per-cpu statistics in SCTP. ThisRandall Stewart2010-03-241-0/+4
* Support for VNET in SCTP (hopefully)Randall Stewart2009-09-171-1/+1
* - Cleanup checksum code.Randall Stewart2009-02-031-0/+1
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-8/+15
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().Randall Stewart2008-11-121-1/+1
* Adds support for the SCTP_PORT_REUSE optionRandall Stewart2008-07-311-0/+2
* 1) Adds the rest of the VIMAGE change macrosRandall Stewart2008-07-091-1/+2
* More prep for Vimage:Randall Stewart2008-06-151-1/+1
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-1/+25
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-1/+2
* Allow SCTP to compile without INET6.Randall Stewart2008-04-161-0/+3
* - Change the Time Wait of vtags value to match the cookie-lifeRandall Stewart2007-10-301-1/+3
* - The address lock is changed to a rwlock. ThisRandall Stewart2007-09-181-2/+2
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-3/+18
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-0/+2
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-0/+1
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-4/+3
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-211-1/+1
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-2/+17
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-3/+1
* - Add VRF id to sctp_ifa structure, needed mainly in panda but usefulRandall Stewart2007-06-151-0/+1