[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250318115716.2124395-1-vladimir.oltean@nxp.com>
Date: Tue, 18 Mar 2025 13:57:13 +0200
From: Vladimir Oltean <vladimir.oltean@....com>
To: netdev@...r.kernel.org
Cc: Andrew Lunn <andrew@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Richard Cochran <richardcochran@...il.com>,
Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net 0/3] sja1105 driver fixes
Hello,
This is a collection of 3 fixes for the sja1105 DSA driver:
- 1/3: "ethtool -S" shows a bogus counter with no name, and doesn't show
a valid counter because of it (either "n_not_reach" or "n_rx_bcast").
- 2/3: RX timestamping filters other than L2 PTP event messages don't work,
but are not rejected, either.
- 3/3: there is a KASAN out-of-bounds warning in sja1105_table_delete_entry()
Vladimir Oltean (3):
net: dsa: sja1105: fix displaced ethtool statistics counters
net: dsa: sja1105: reject other RX filters than
HWTSTAMP_FILTER_PTP_V2_L2_EVENT
net: dsa: sja1105: fix kasan out-of-bounds warning in
sja1105_table_delete_entry()
drivers/net/dsa/sja1105/sja1105_ethtool.c | 9 ++++++++-
drivers/net/dsa/sja1105/sja1105_ptp.c | 20 ++++++++++++++-----
.../net/dsa/sja1105/sja1105_static_config.c | 6 ++++--
3 files changed, 27 insertions(+), 8 deletions(-)
--
2.34.1
Powered by blists - more mailing lists