summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* When processing a cookie, any mismatch in port numbers or the vtag resultstuexen2015-10-261-2/+2
* Use __func__ instead of __FUNCTION__.tuexen2015-10-191-5/+5
* Fix compilation issue introduced in r287717.tuexen2015-09-121-1/+1
* Address a compile warning.tuexen2015-09-121-2/+2
* Cleanup the handling of error causes for ERROR chunks. This fixestuexen2015-09-121-45/+33
* Ensure that ERROR chunks are always padded by implementing thistuexen2015-09-111-8/+4
* RFC 4960 requires that packets containing an INIT chunk bundled withtuexen2015-09-071-6/+4
* Fix a bug where two SHUTDOWN_ACK chunks were sent if a SHUTDOWN chunk wastuexen2015-09-031-10/+15
* Don't take the port numbers for packets containing ABORT chunks fromtuexen2015-08-021-4/+1
* Provide consistent error causes whenever an ABORT chunk is sent.tuexen2015-07-271-5/+5
* Fix silly syntax error emacs chugged in for me.. gesh.rrs2015-07-241-1/+0
* Fix an issue with MAC OS locking and also optimize the caserrs2015-07-241-2/+3
* Fix several problems with Stream Reset.rrs2015-07-221-15/+74
* Fix a bug related to flow assignment I introduce intuexen2015-06-171-3/+6
* Add FIB support for SCTP.tuexen2015-06-171-15/+18
* Fix and cleanup the debug information. This has no user-visible changes.tuexen2015-05-281-30/+56
* Ensure that the COOKIE-ACK can be sent over UDP if the COOKIE-ECHO wastuexen2015-05-121-1/+2
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+1
* Fix SCTP stream reset vulnerability.delphij2015-01-271-9/+35
* Remove an unnecessary check.tuexen2015-01-181-5/+2
* Remove dead code.tuexen2015-01-111-4/+1
* Minimize the usage of SCTP_BUF_IS_EXTENDED.tuexen2015-01-101-21/+3
* Retire SCTP_BUF_EXTEND_SIZE. This patch was suggested bytuexen2015-01-101-13/+0
* Do not count security policy violation twice.ae2014-12-111-2/+0
* Include the received chunk padding when reporting an unknown chunk.tuexen2014-12-061-3/+5
* This is the SCTP specific companion oftuexen2014-12-041-75/+61
* Do the renaming of sb_cc to sb_ccc in a way with less code changes bytuexen2014-12-021-1/+1
* Merge from projects/sendfile:glebius2014-11-301-1/+1
* Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if atuexen2014-10-161-15/+18
* Ensure that the flags field of sctp_tmit_chunks is initialized.tuexen2014-10-091-0/+2
* Address warnings generated by the clang analyzer.tuexen2014-09-071-2/+2
* Address another warnings reported by Patrick Laimbock when compilingtuexen2014-09-071-4/+2
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-071-46/+24
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+14
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-19/+34
* Small modification of the sctp_input() cleanup to avoid havingtuexen2014-08-091-7/+7
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-4/+10
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-2/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+1
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-2/+2
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-2/+3
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-2/+2
* Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to betuexen2014-08-011-1/+1
* Integrate upstream changes.tuexen2014-07-111-0/+8
* * Provide information in error causes in ASCII instead oftuexen2014-03-161-65/+57
* Remove redundant code and fix a style error.tuexen2014-02-201-4/+2
* Provide human readable debug output.tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.andre2013-08-251-1/+1
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-2/+2
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticstuexen2013-07-091-2/+2
OpenPOWER on IntegriCloud