[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250826113247.3481273-1-konrad.leszczynski@intel.com>
Date: Tue, 26 Aug 2025 13:32:40 +0200
From: Konrad Leszczynski <konrad.leszczynski@...el.com>
To: davem@...emloft.net,
andrew+netdev@...n.ch,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com
Cc: netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
cezary.rojewski@...el.com,
sebastian.basierski@...el.com,
Konrad Leszczynski <konrad.leszczynski@...el.com>
Subject: [PATCH net-next 0/7] net: stmmac: fixes and new features
This series starts with three fixes addressing KASAN panic on ethtool
usage, Enhanced Descriptor printing and flow stop on TC block setup when
interface down.
Everything that follows adds new features such as ARP Offload support,
VLAN protocol detection and TC flower filter support.
Karol Jurczenia (4):
net: stmmac: check if interface is running before TC block setup
net: stmmac: enable ARP Offload on mac_link_up()
net: stmmac: set TE/RE bits for ARP Offload when interface down
net: stmmac: add TC flower filter support for IP EtherType
Konrad Leszczynski (1):
net: stmmac: replace memcpy with strscpy in ethtool
Piotr Warpechowski (2):
net: stmmac: correct Tx descriptors debugfs prints
net: stmmac: enhance VLAN protocol detection for GRO
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 1 +
.../ethernet/stmicro/stmmac/stmmac_ethtool.c | 2 +-
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 68 +++++++++++++++----
.../net/ethernet/stmicro/stmmac/stmmac_tc.c | 19 +++++-
include/linux/stmmac.h | 1 +
5 files changed, 76 insertions(+), 15 deletions(-)
--
2.34.1
Powered by blists - more mailing lists