[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210225112357.3785911-1-olteanv@gmail.com>
Date: Thu, 25 Feb 2021 13:23:51 +0200
From: Vladimir Oltean <olteanv@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org
Cc: Michael Walle <michael@...le.cc>,
Claudiu Manoil <claudiu.manoil@....com>,
Alexandru Marginean <alexandru.marginean@....com>,
Vladimir Oltean <vladimir.oltean@....com>
Subject: [PATCH net 0/6] Fixes for NXP ENETC driver
From: Vladimir Oltean <vladimir.oltean@....com>
This contains an assorted set of fixes collected over the past week on
the enetc driver. Some are related to VLAN processing, some to physical
link settings, some are fixups of previous hardware workarounds.
Vladimir Oltean (6):
net: enetc: don't overwrite the RSS indirection table when
initializing
net: enetc: initialize RFS/RSS memories for unused ports too
net: enetc: take the MDIO lock only once per NAPI poll cycle
net: enetc: fix incorrect TPID when receiving 802.1ad tagged packets
net: enetc: don't disable VLAN filtering in IFF_PROMISC mode
net: enetc: force the RGMII speed and duplex instead of operating in
inband mode
drivers/net/ethernet/freescale/enetc/enetc.c | 127 +++++-------------
drivers/net/ethernet/freescale/enetc/enetc.h | 5 +
.../net/ethernet/freescale/enetc/enetc_cbdr.c | 54 ++++++++
.../net/ethernet/freescale/enetc/enetc_hw.h | 18 ++-
.../net/ethernet/freescale/enetc/enetc_pf.c | 103 +++++++++++---
.../net/ethernet/freescale/enetc/enetc_vf.c | 7 +
6 files changed, 202 insertions(+), 112 deletions(-)
--
2.25.1
Powered by blists - more mailing lists