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. 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