aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* When processing a cookie, any mismatch in port numbers or the vtag resultsMichael Tuexen2015-10-261-2/+2
* Use __func__ instead of __FUNCTION__.Michael Tuexen2015-10-191-5/+5
* Fix compilation issue introduced in r287717.Michael Tuexen2015-09-121-1/+1
* Address a compile warning.Michael Tuexen2015-09-121-2/+2
* Cleanup the handling of error causes for ERROR chunks. This fixesMichael Tuexen2015-09-121-45/+33
* Ensure that ERROR chunks are always padded by implementing thisMichael Tuexen2015-09-111-8/+4
* RFC 4960 requires that packets containing an INIT chunk bundled withMichael Tuexen2015-09-071-6/+4
* Fix a bug where two SHUTDOWN_ACK chunks were sent if a SHUTDOWN chunk wasMichael Tuexen2015-09-031-10/+15
* Don't take the port numbers for packets containing ABORT chunks fromMichael Tuexen2015-08-021-4/+1
* Provide consistent error causes whenever an ABORT chunk is sent.Michael Tuexen2015-07-271-5/+5
* Fix silly syntax error emacs chugged in for me.. gesh.Randall Stewart2015-07-241-1/+0
* Fix an issue with MAC OS locking and also optimize the caseRandall Stewart2015-07-241-2/+3
* Fix several problems with Stream Reset.Randall Stewart2015-07-221-15/+74
* Fix a bug related to flow assignment I introduce inMichael Tuexen2015-06-171-3/+6
* Add FIB support for SCTP.Michael Tuexen2015-06-171-15/+18
* Fix and cleanup the debug information. This has no user-visible changes.Michael Tuexen2015-05-281-30/+56
* Ensure that the COOKIE-ACK can be sent over UDP if the COOKIE-ECHO wasMichael Tuexen2015-05-121-1/+2
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+1
* Fix SCTP stream reset vulnerability.Xin LI2015-01-271-9/+35
* Remove an unnecessary check.Michael Tuexen2015-01-181-5/+2
* Remove dead code.Michael Tuexen2015-01-111-4/+1
* Minimize the usage of SCTP_BUF_IS_EXTENDED.Michael Tuexen2015-01-101-21/+3
* Retire SCTP_BUF_EXTEND_SIZE. This patch was suggested byMichael Tuexen2015-01-101-13/+0
* Do not count security policy violation twice.Andrey V. Elsukov2014-12-111-2/+0
* Include the received chunk padding when reporting an unknown chunk.Michael Tuexen2014-12-061-3/+5
* This is the SCTP specific companion ofMichael Tuexen2014-12-041-75/+61
* Do the renaming of sb_cc to sb_ccc in a way with less code changes byMichael Tuexen2014-12-021-1/+1
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+1
* Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if aMichael Tuexen2014-10-161-15/+18
* Ensure that the flags field of sctp_tmit_chunks is initialized.Michael Tuexen2014-10-091-0/+2
* Address warnings generated by the clang analyzer.Michael Tuexen2014-09-071-2/+2
* Address another warnings reported by Patrick Laimbock when compilingMichael Tuexen2014-09-071-4/+2
* Use union sctp_sockstore instead of struct sockaddr_storage. ThisMichael Tuexen2014-09-071-46/+24
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+14
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-19/+34
* Small modification of the sctp_input() cleanup to avoid havingMichael Tuexen2014-08-091-7/+7
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-4/+10
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingMichael Tuexen2014-08-041-2/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andMichael Tuexen2014-08-031-0/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control theMichael Tuexen2014-08-031-2/+2
* Add support for the SCTP_PR_SUPPORTED socket option as specified inMichael Tuexen2014-08-021-2/+3
* Cleanup the ECN configuration handling and provide an SCTP socketMichael Tuexen2014-08-021-2/+2
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to beMichael Tuexen2014-08-011-1/+1
* Integrate upstream changes.Michael Tuexen2014-07-111-0/+8
* * Provide information in error causes in ASCII instead ofMichael Tuexen2014-03-161-65/+57
* Remove redundant code and fix a style error.Michael Tuexen2014-02-201-4/+2
* Provide human readable debug output.Michael Tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.Andre Oppermann2013-08-251-1/+1
* Remove the large part of struct ipsecstat. Only few fields of thisAndrey V. Elsukov2013-07-231-2/+2
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsMichael Tuexen2013-07-091-2/+2