diff options
author | Alexander Lobakin <[email protected]> | 2024-04-18 13:36:16 +0200 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2024-04-24 11:06:26 -0700 |
commit | 87a927efa7d9f95f3acd4fc04b8f3bc809f0f465 (patch) | |
tree | ea6f63872f79226f7fee59209cdb4d31328bbb70 | |
parent | 5fa4caff59f251bf9f766fc48c9f0a774a9216a0 (diff) |
MAINTAINERS: add entry for libeth and libie
Add myself as a maintainer/supporter for libeth and libie. Let they have
separate entries from the Intel ethernet code as it's a bit different
case and all patches will go through me rather than Tony.
Signed-off-by: Alexander Lobakin <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
-rw-r--r-- | MAINTAINERS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c0bfad334623..4f94e3aabed4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12390,6 +12390,26 @@ F: drivers/ata/ F: include/linux/ata.h F: include/linux/libata.h +LIBETH COMMON ETHERNET LIBRARY +M: Alexander Lobakin <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Supported +T: git https://github.com/alobakin/linux.git +F: drivers/net/ethernet/intel/libeth/ +F: include/net/libeth/ +K: libeth + +LIBIE COMMON INTEL ETHERNET LIBRARY +M: Alexander Lobakin <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Supported +T: git https://github.com/alobakin/linux.git +F: drivers/net/ethernet/intel/libie/ +F: include/linux/net/intel/libie/ +K: libie + LIBNVDIMM BTT: BLOCK TRANSLATION TABLE M: Vishal Verma <[email protected]> M: Dan Williams <[email protected]> |