diff mbox series

[net] MAINTAINERS: add entry for macsec

Message ID 7824cdb3ca9162719d3869390de45a2fc7a3c73d.1692391971.git.sd@queasysnail.net (mailing list archive)
State Accepted
Commit d1cdbf66e18cd39dd749937221240ab97c06d9e6
Delegated to: Netdev Maintainers
Headers show
Series [net] MAINTAINERS: add entry for macsec | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 9 this patch: 9
netdev/cc_maintainers success CCed 2 of 2 maintainers
netdev/build_clang success Errors and warnings before: 9 this patch: 9
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 9 this patch: 9
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 16 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Sabrina Dubroca Aug. 18, 2023, 8:57 p.m. UTC
Jakub asked if I'd be willing to be the maintainer of the macsec code
and review the driver code adding macsec offload, so let's add the
corresponding entry.

The keyword lines are meant to catch selftests and patches adding HW
offload support to other drivers.

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Simon Horman Aug. 19, 2023, 4:13 p.m. UTC | #1
On Fri, Aug 18, 2023 at 10:57:49PM +0200, Sabrina Dubroca wrote:
> Jakub asked if I'd be willing to be the maintainer of the macsec code
> and review the driver code adding macsec offload, so let's add the
> corresponding entry.
> 
> The keyword lines are meant to catch selftests and patches adding HW
> offload support to other drivers.
> 
> Suggested-by: Jakub Kicinski <kuba@kernel.org>
> Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Aug. 21, 2023, 7 a.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 18 Aug 2023 22:57:49 +0200 you wrote:
> Jakub asked if I'd be willing to be the maintainer of the macsec code
> and review the driver code adding macsec offload, so let's add the
> corresponding entry.
> 
> The keyword lines are meant to catch selftests and patches adding HW
> offload support to other drivers.
> 
> [...]

Here is the summary with links:
  - [net] MAINTAINERS: add entry for macsec
    https://git.kernel.org/netdev/net/c/d1cdbf66e18c

You are awesome, thank you!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 4227aac551f6..4171d3a102a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14802,6 +14802,16 @@  F:	net/netfilter/xt_CONNSECMARK.c
 F:	net/netfilter/xt_SECMARK.c
 F:	net/netlabel/
 
+NETWORKING [MACSEC]
+M:	Sabrina Dubroca <sd@queasysnail.net>
+L:	netdev@vger.kernel.org
+S:	Maintained
+F:	drivers/net/macsec.c
+F:	include/net/macsec.h
+F:	include/uapi/linux/if_macsec.h
+K:	macsec
+K:	\bmdo_
+
 NETWORKING [MPTCP]
 M:	Matthieu Baerts <matthieu.baerts@tessares.net>
 M:	Mat Martineau <martineau@kernel.org>