From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Subject: [pull request][net 0/3] Mellanox, mlx5 fixes 2018-10-01 Date: Mon, 1 Oct 2018 10:37:47 -0700 Message-ID: <20181001173750.25772-1-saeedm@mellanox.com> Cc: netdev@vger.kernel.org, Saeed Mahameed To: "David S. Miller" Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:55922 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725740AbeJBAQ5 (ORCPT ); Mon, 1 Oct 2018 20:16:57 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, This pull request includes some fixes to mlx5 driver, Please pull and let me know if there's any problem. For -stable v4.11: "6e0a4a23c59a ('net/mlx5: E-Switch, Fix out of bound access when setting vport rate')" For -stable v4.18: "98d6627c372a ('net/mlx5e: Set vlan masks for all offloaded TC rules')" Thanks, Saeed. --- The following changes since commit 43955a45dc0b4f3be7f0c3afc0e080ed59bb5280: netlink: fix typo in nla_parse_nested() comment (2018-09-29 11:48:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-10-01 for you to fetch changes up to c219f32cd2dc6ab8dc6740ddfc219acd29913fda: net/mlx5e: Set vlan masks for all offloaded TC rules (2018-10-01 10:21:14 -0700) ---------------------------------------------------------------- mlx5-fixes-2018-10-01 ---------------------------------------------------------------- Alaa Hleihel (1): net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rules Eran Ben Elisha (1): net/mlx5: E-Switch, Fix out of bound access when setting vport rate Jianbo Liu (1): net/mlx5e: Set vlan masks for all offloaded TC rules drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 + drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 2 + drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 65 +++++++++++++++++++++- drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/transobj.c | 5 +- include/linux/mlx5/transobj.h | 2 + 7 files changed, 76 insertions(+), 5 deletions(-)