aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Micro-optimization suggested inMichael Tuexen2013-08-011-4/+3
* Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-111-0/+1
* Don't send kernel provided information in the User InitiatedMichael Tuexen2013-02-111-20/+8
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-091-22/+40
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-091-17/+16
* Some cleanups.Michael Tuexen2012-12-271-15/+9
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Allow shutdown() to be used on fds returned from sctp_peeloff().Michael Tuexen2012-11-261-1/+2
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-1/+1
* Changes which improve compilation if neither INET nor INET6 is defined.Michael Tuexen2012-07-151-10/+4
* #ifdef INET and INET6 consistently. This also fixes a bug, whereMichael Tuexen2012-07-151-1/+1
* Pass the src and dst address of a received packet explicitly around.Michael Tuexen2012-06-281-4/+4
* Whitespace cleanup.Michael Tuexen2012-06-251-4/+4
* Remove redundant #ifdef. Reported by gnn@.Michael Tuexen2012-06-211-2/+0
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-4/+3
* Provide the error code in SCTP_PEER_ADDR_CHANGE notifications asMichael Tuexen2012-05-131-9/+9