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