From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Subject: [pull request][net 0/2] Mellanox, mlx5 fixes 2018-05-24 Date: Thu, 24 May 2018 14:53:11 -0700 Message-ID: <20180524215313.7605-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]:35299 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S969765AbeEXVx2 (ORCPT ); Thu, 24 May 2018 17:53:28 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, This series includes two mlx5 fixes. 1) add FCS data to checksum complete when required, from Eran Ben Elisha. 2) Fix A race in IPSec sandbox QP commands, from Yossi Kuperman. Please pull and let me know if there's any problem. for -stable v4.15 ("net/mlx5e: When RXFCS is set, add FCS data into checksum calculation") Thanks, Saeed. --- git format-pullreq $NTAG "for-next" $BASE $TARGET $NTAG The following changes since commit d546b67cda015fb92bfee93d5dc0ceadb91deaee: net/mlx4: Fix irq-unsafe spinlock usage (2018-05-23 15:48:58 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-05-24 for you to fetch changes up to 1dcbc01f73f9abc4779f71eae5e6dc61bee37229: net/mlx5: IPSec, Fix a race between concurrent sandbox QP commands (2018-05-24 14:40:40 -0700) ---------------------------------------------------------------- mlx5-fixes-2018-05-24 ---------------------------------------------------------------- Eran Ben Elisha (1): net/mlx5e: When RXFCS is set, add FCS data into checksum calculation Yossi Kuperman (1): net/mlx5: IPSec, Fix a race between concurrent sandbox QP commands drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 42 ++++++++++++++++++++++ .../net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 12 +++---- 2 files changed, 47 insertions(+), 7 deletions(-)