aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Fail the SCTP_GET_ASSOC_NUMBER and SCTP_GET_ASSOC_ID_LISTMichael Tuexen2016-01-141-2/+16
* Fix the allocation of outgoing streams:Michael Tuexen2015-12-061-1/+2
* When the sending of an SCTP outgoing stream reset request fails,Michael Tuexen2015-11-261-3/+12
* Fix the handling of IPSec policies in the SCTP stack. At leastMichael Tuexen2015-11-211-33/+0
* Clear the so_pcb pointer in case of ipsec_init_policy() fails.Michael Tuexen2015-11-211-1/+2
* Don't send SHUTDOWN chunk when the association is in a front stateMichael Tuexen2015-11-211-4/+3
* Fix a bug where an SCTP association was moved back to SHUTDOWN_SENTMichael Tuexen2015-11-191-51/+52
* Use __func__ instead of __FUNCTION__.Michael Tuexen2015-10-191-1/+1
* Fix the exporting of SCTP association states to userland. Without this,Michael Tuexen2015-08-291-6/+1
* Fix an issue with MAC OS locking and also optimize the caseRandall Stewart2015-07-241-2/+1
* Fix several problems with Stream Reset.Randall Stewart2015-07-221-12/+64
* When setting the primary address, return an error whenever it fails.Michael Tuexen2015-06-191-9/+16
* Add FIB support for SCTP.Michael Tuexen2015-06-171-0/+13
* Fix the reporting of the PMTUD state for specific paths.Michael Tuexen2015-06-121-2/+2
* Report the MTU consistently as specified inMichael Tuexen2015-05-281-25/+74
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-15/+30
* Use the reference count of the right SCTP inp.Michael Tuexen2015-03-251-1/+1
* Fix two bugs which resulted in a screwed up end point list:Michael Tuexen2015-03-241-6/+5
* When an ICMP message is received and the MTU shrinks, onlyMichael Tuexen2015-03-231-13/+11
* Fix the adaptation of the path state when thresholds are changedMichael Tuexen2015-03-111-16/+16
* Unlock the stcb when using setsockopt() for the SCTP_PEER_ADDR_THLDS option.Michael Tuexen2015-03-101-0/+1
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+63
* Whitespace change.Michael Tuexen2015-01-271-1/+0
* Fix SCTP SCTP_SS_VALUE kernel memory corruption and disclosure vulnerability.Xin LI2015-01-271-8/+12
* Remove an unused variable.Michael Tuexen2015-01-181-3/+1
* Fix and harmonize the validation of PR-SCTP policies.Michael Tuexen2014-12-201-8/+8
* Cleanup the code.Michael Tuexen2014-12-201-6/+7
* Fix the support of mapped IPv4 addresses.Michael Tuexen2014-12-061-151/+371
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-4/+4
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-4/+4
* Ensure that the number of stream reported in srs_number_streams isMichael Tuexen2014-10-081-0/+6
* Use a consistent type for the number of HMAC algorithms.Michael Tuexen2014-09-161-2/+3
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-3/+3
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+66
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-0/+140
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-3/+59
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+56
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-0/+56
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-0/+56
* Fix a copy and paste error.Michael Tuexen2014-08-021-1/+1
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-0/+56
* Integrate upstream changes.Michael Tuexen2014-07-111-2/+2
* Fix a bug which incorrectly allowed two listening SCTP sockets onMichael Tuexen2014-06-201-21/+20
* Fix a bug in the setsockopt()-handling of the SCTPMichael Tuexen2014-06-201-3/+3
* Honor jails for unbound SCTP sockets when selecting source addresses,Michael Tuexen2014-06-201-0/+45
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-25/+2
* Address some warnings which showed up on the userland version.Michael Tuexen2013-12-271-1/+1
* Changes from upstream to improve compilation when INET or INET6Michael Tuexen2013-11-021-3/+27
* Fis the value of *optlen when calling getsockopt() forMichael Tuexen2013-10-281-1/+1
* Remove a buggy comparision when setting manually the path MTU.Michael Tuexen2013-10-151-10/+6