diff options
author | Jakub Kicinski <[email protected]> | 2019-07-24 11:02:48 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-07-24 15:29:57 -0700 |
commit | 47b79bbb19e1cfc615823ccaac258cdd2c810c47 (patch) | |
tree | e8bb489d458e293e4dff8dee109cc354fcbf893d | |
parent | f972037e71246c5e0916eef835174d58ffc517e4 (diff) |
net/tls: add myself as a co-maintainer
I've been spending quite a bit of time fixing and
preventing bit rot in the core TLS code. TLS seems
to only be growing in importance, I'd like to help
ensuring the quality of our implementation.
Signed-off-by: Jakub Kicinski <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Acked-by: John Fastabend <[email protected]>
Acked-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 783569e3c4b4..3ff2e6ab3cf4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11282,6 +11282,7 @@ M: Aviad Yehezkel <[email protected]> M: Dave Watson <[email protected]> M: John Fastabend <[email protected]> M: Daniel Borkmann <[email protected]> +M: Jakub Kicinski <[email protected]> S: Maintained F: net/tls/* |