summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Add protection code for issues reported by PVS / D5245.tuexen2016-02-171-2/+4
* Update the path mtu when turning on/off UDP encapsulation for SCTP.tuexen2016-01-301-12/+33
* Don't allow a remote encapsulation port change during thetuexen2016-01-301-4/+4
* Don't change the remote UDP encapsulation port for SCTP packetstuexen2016-01-301-3/+9
* Remove debug output which was committed by accident.tuexen2016-01-281-3/+0
* Always look in the TCP pool.tuexen2016-01-281-0/+3
* Retire sctp_validate_no_locks().tuexen2015-12-101-29/+0
* Fix the allocation of outgoing streams:tuexen2015-12-061-0/+1
* Fix a bug where a stream reset request wasn't retranmitted when thetuexen2015-12-041-0/+1
* Ensure that outgoing streams get reset when they run dry.tuexen2015-12-031-1/+1
* Adjust the MTU when accepting an SCTP association usingtuexen2015-12-021-3/+7
* 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
OpenPOWER on IntegriCloud