Message ID | 20250215225200.2652212-1-kuba@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 0a4f598c84fc0eeb143ba03cdd3fc3d857061c3c |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] MAINTAINERS: create entry for ethtool MAC merge | expand |
On Sat, Feb 15, 2025 at 02:52:00PM -0800, Jakub Kicinski wrote: > Vladimir implemented the MAC merge support and reviews all > the new driver implementations. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> > --- Acked-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sat, 15 Feb 2025 14:52:00 -0800 you wrote: > Vladimir implemented the MAC merge support and reviews all > the new driver implementations. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) Here is the summary with links: - [net] MAINTAINERS: create entry for ethtool MAC merge https://git.kernel.org/netdev/net/c/0a4f598c84fc You are awesome, thank you!
diff --git a/MAINTAINERS b/MAINTAINERS index de81a3d68396..e701073d87c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16477,6 +16477,12 @@ F: net/ethtool/cabletest.c F: tools/testing/selftests/drivers/net/*/ethtool* K: cable_test +NETWORKING [ETHTOOL MAC MERGE] +M: Vladimir Oltean <vladimir.oltean@nxp.com> +F: net/ethtool/mm.c +F: tools/testing/selftests/drivers/net/hw/ethtool_mm.sh +K: ethtool_mm + NETWORKING [GENERAL] M: "David S. Miller" <davem@davemloft.net> M: Eric Dumazet <edumazet@google.com>
Vladimir implemented the MAC merge support and reviews all the new driver implementations. Signed-off-by: Jakub Kicinski <kuba@kernel.org> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)