aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-11/+0
* More cleanups due to ifdef cleanup done upstreamMichael Tuexen2020-06-121-3/+2
* Some more uint32_t cleanups, no functional change.Michael Tuexen2020-03-271-5/+5
* Use uint32_t where it is expected to be used. No functional change.Michael Tuexen2020-03-271-1/+1
* Store a handle for the event handler. This will be used when unloading theMichael Tuexen2019-10-241-0/+1
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-1/+1
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-1/+5
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-8/+6
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-6/+8
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-8/+6
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Allow the setting of the MTU for future paths using an SCTP socket option.Michael Tuexen2017-11-031-0/+1
* Remove code not used on any platform currently supported.Michael Tuexen2017-09-161-4/+0
* Whitespace changes.Michael Tuexen2016-12-261-2/+4
* Whitespace changes.Michael Tuexen2016-12-061-7/+2
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-2/+2
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-011-2/+2
* Add the UDP encaps port as a parameter to sctp_add_remote_addr().Michael Tuexen2016-04-301-1/+1
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-0/+3
* Improve the teardown of the SCTP stack.Michael Tuexen2016-02-161-4/+0
* Retire sctp_validate_no_locks().Michael Tuexen2015-12-101-6/+0
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+1
* Add FIB support for SCTP.Michael Tuexen2015-06-171-0/+1
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* 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