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(-)