summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_uio.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement correct handling of address parameter andMichael Tuexen2010-09-051-1/+17
* Adds the option of keeping per-cpu statistics in SCTP. ThisRandall Stewart2010-03-241-1/+5
* Use [] instead of [0] for flexible arrays.Michael Tuexen2010-01-221-8/+8
* This change syncs up the socketAPI stream-resetRandall Stewart2010-01-171-13/+16
* Get rid of support of an old version of the SCTP-AUTH draft.Michael Tuexen2010-01-161-1/+0
* Get rid of unused field. This will also be deletedMichael Tuexen2009-07-271-1/+0
* Make sctp_uio user to kernel structure match theRandall Stewart2009-05-301-2/+2
* ABI expansions to hopefully future-proof our MIB/netstat code for 8.0Randall Stewart2009-05-071-2/+4
* Add more padding and a new variable. This willRandall Stewart2009-04-081-5/+5
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-041-2/+3
* Add the add-stream capability. Still needs moreRandall Stewart2009-02-201-4/+3