aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_uio.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Export the UDP encapsualation port and the path state.Michael Tuexen2017-09-121-1/+3
* Whitespace changes.Michael Tuexen2016-12-061-3/+0
* Add a constant required by RFC 7496.Michael Tuexen2016-07-171-1/+2
* Make struct sctp_paddrthlds compliant to RFC 7829.Michael Tuexen2016-05-261-0/+1
* This is work done by Michael Tuexen and myself at the IETF. ThisRandall Stewart2016-04-071-6/+7
* Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-021-4/+6
* The field sinfo_timetolive should have been sinfo_pr_value.Michael Tuexen2015-11-061-1/+2
* Fix typos in field names of struct sctp_extrcvinfo.Michael Tuexen2015-11-061-5/+11
* Export the ssthresh value per SCTP path via the sysctl interface.Michael Tuexen2015-07-071-1/+2
* Export a pointer to the SCTP socket. This is needed to add SCTP supportMichael Tuexen2015-06-041-1/+6
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-3/+16
* Cleanup the definition of two structures which areMichael Tuexen2014-07-221-2/+1
* All changes affect only SCTP-AUTH:Michael Tuexen2013-09-021-4/+0
* Export the inpcb features as a 64-bit entity.Michael Tuexen2013-08-221-2/+2
* Whitespace changes due to upstream integration of SCTP changes in theMichael Tuexen2012-10-291-15/+21
* Remove __P.Xin LI2012-10-221-24/+24
* Fix the sctp_sockstore union such that userland programs don't dependMichael Tuexen2012-07-261-4/+0
* Changes which improve compilation if neither INET nor INET6 is defined.Michael Tuexen2012-07-151-2/+2
* Add sn_send_failed_event to sctp_notification.Michael Tuexen2012-05-241-1/+1
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-5/+4
* Add support for the sac_info field in struct sctp_assoc_changeMichael Tuexen2012-05-061-7/+14
* Add support for SCTP_SEND_FAILED_EVENT as required by RFC 6458.Michael Tuexen2012-05-061-16/+27
* Provide the flags in the SCTP stream reconfig related notificationMichael Tuexen2012-05-051-1/+0
* Fix another RFC 6458 issue. Spotted by Irene Ruengeler.Michael Tuexen2012-05-031-1/+1
* Add support for missing gauth_number_of_chunks field. This Bug wasMichael Tuexen2012-04-301-0/+1
* Remove unused structure.Michael Tuexen2012-04-271-7/+0
* Fix a type in an SCTP AUTH related notification. Keep the old nameMichael Tuexen2012-04-261-1/+2
* Use the flags defined in RFC 6525 in the stream reset event.Michael Tuexen2012-04-231-3/+5
* Make stream our stream reset implementationRandall Stewart2012-03-291-20/+53
* Fix unused parameter warnings.Michael Tuexen2011-12-171-2/+2
* Move up the address to the top of the sctp_udencaps structureMichael Tuexen2011-11-241-1/+1
* Move up the address to the top of the sctp_paddrthlds structureMichael Tuexen2011-11-241-1/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-0/+6
* Add support for the spp_dscp field in the SCTP_PEER_ADDR_PARAMSMichael Tuexen2011-08-141-2/+5
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-14/+14
* Add the missing sca_keylength field to the sctp_authkey structure,Michael Tuexen2011-06-301-0/+1
* Add support for SCTP_PR_SCTP_NONE which I misded to add.Michael Tuexen2011-06-271-1/+2
* Add SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2011-06-161-0/+6
* * Fix the handling of addresses in sctp_sendv().Michael Tuexen2011-06-161-0/+1
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-18/+111
* Improvements to CC modules:Randall Stewart2011-02-261-0/+5
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fix a bug in the way ECN-Echo chunkRandall Stewart2011-01-281-2/+3
* Add stream scheduling support.Michael Tuexen2011-01-231-0/+6
* Fix it so we align with new socket API draft forRandall Stewart2011-01-201-21/+0
* Fix a typo.Michael Tuexen2011-01-011-1/+1
* Adds new dtrace for cwnd functions and lay'sRandall Stewart2010-11-251-1/+1
* Add an SCTP socket option to retrieve the number of timeoutsMichael Tuexen2010-11-161-0/+11
* Fix typos.Rebecca Cran2010-11-091-9/+9