This series adds four new patches which introduce features such as ARP
Offload support, VLAN protocol detection and TC flower filter support.
Patchset has been created as a result of discussion at [1].
[1] https://lore.kernel.org/netdev/20250826113247.3481273-1-konrad.leszczynski@intel.com/ (local)
v1 -> v2:
- add missing SoB lines
- place ifa_list under RCU protection
Karol Jurczenia (3):
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
Piotr Warpechowski (1):
net: stmmac: enhance VLAN protocol detection for GRO
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 1 +
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 35 ++++++++++++++++---
.../net/ethernet/stmicro/stmmac/stmmac_tc.c | 19 +++++++++-
include/linux/stmmac.h | 1 +
4 files changed, 50 insertions(+), 6 deletions(-)
--
2.34.1