From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Chan Subject: [PATCH net v2 0/6] bnxt_en: Fixes for net. Date: Wed, 11 Apr 2018 11:50:12 -0400 Message-ID: <1523461818-15774-1-git-send-email-michael.chan@broadcom.com> Cc: netdev@vger.kernel.org To: davem@davemloft.net Return-path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:41870 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753268AbeDKPuf (ORCPT ); Wed, 11 Apr 2018 11:50:35 -0400 Received: by mail-pl0-f67.google.com with SMTP id bj1-v6so1692243plb.8 for ; Wed, 11 Apr 2018 08:50:35 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: This bug fix series include NULL pointer fixes in ethtool -x code path and in the error clean up path when freeing IRQs, a ring accounting bug that missed rings used by the RDMA driver, and 3 bug fixes related to TC Flower and VF-reps. v2: Fixed commit message of patch 4. Changed the pound sign to $ sign in front of the ip command. Andy Gospodarek (1): bnxt_en: do not allow wildcard matches for L2 flows Michael Chan (3): bnxt_en: Fix ethtool -x crash when device is down. bnxt_en: Need to include RDMA rings in bnxt_check_rings(). bnxt_en: Fix NULL pointer dereference at bnxt_free_irq(). Sriharsha Basavapatna (2): bnxt_en: Ignore src port field in decap filter nodes bnxt_en: Support max-mtu with VF-reps drivers/net/ethernet/broadcom/bnxt/bnxt.c | 4 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 11 ++-- drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c | 63 ++++++++++++++++++++++- drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c | 30 +++++++++++ 4 files changed, 103 insertions(+), 5 deletions(-) -- 1.8.3.1