diff options
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | 2023-05-11 01:42:43 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-12 10:51:32 +0300 |
commit | d03a2f17627e8f94ce8c4790fede3ef7efe9be53 (patch) | |
tree | 63ae64d12c0ae7ba6812238cffda5b0443f428a3 | |
parent | 0b01db274028f5acd207332686ffc92ac77491ac (diff) | |
download | linux-d03a2f17627e8f94ce8c4790fede3ef7efe9be53.tar.xz |
MAINTAINERS: sctp: move Neil to CREDITS
Neil moved away from SCTP related duties.
Move him to CREDITS then and while at it, update SCTP
project website.
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Acked-by: Xin Long <lucien.xin@gmail.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | CREDITS | 4 | ||||
-rw-r--r-- | MAINTAINERS | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1706,6 +1706,10 @@ S: Panoramastrasse 18 S: D-69126 Heidelberg S: Germany +N: Neil Horman +M: nhorman@tuxdriver.com +D: SCTP protocol maintainer. + N: Simon Horman M: horms@verge.net.au D: Renesas ARM/ARM64 SoC maintainer diff --git a/MAINTAINERS b/MAINTAINERS index e2fd64c2ebdc..69107014d39b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18842,12 +18842,11 @@ F: drivers/target/ F: include/target/ SCTP PROTOCOL -M: Neil Horman <nhorman@tuxdriver.com> M: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> M: Xin Long <lucien.xin@gmail.com> L: linux-sctp@vger.kernel.org S: Maintained -W: http://lksctp.sourceforge.net +W: https://github.com/sctp/lksctp-tools/wiki F: Documentation/networking/sctp.rst F: include/linux/sctp.h F: include/net/sctp/ |