diff options
author | Vinay Kumar Yadav <vinay.yadav@chelsio.com> | 2020-08-19 16:01:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-21 23:15:15 +0200 |
commit | 44fd1c1fd821955118ecb518f46076b98343e591 (patch) | |
tree | a641279be5093a9256fab0fd385ab4c37df879bb /MAINTAINERS | |
parent | ethtool: allow flow-type ether without IP protocol field (diff) | |
download | linux-44fd1c1fd821955118ecb518f46076b98343e591.tar.xz linux-44fd1c1fd821955118ecb518f46076b98343e591.zip |
chelsio/chtls: separate chelsio tls driver from crypto driver
chelsio inline tls driver(chtls) is mostly overlaps with NIC drivers
but currenty it is part of crypto driver, so move it out to appropriate
directory for better maintenance.
Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index deaafb617361..57afa6532824 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4692,6 +4692,15 @@ S: Supported W: http://www.chelsio.com F: drivers/crypto/chelsio +CXGB4 INLINE CRYPTO DRIVER +M: Ayush Sawal <ayush.sawal@chelsio.com> +M: Vinay Kumar Yadav <vinay.yadav@chelsio.com> +M: Rohit Maheshwari <rohitm@chelsio.com> +L: netdev@vger.kernel.org +S: Supported +W: http://www.chelsio.com +F: drivers/net/ethernet/chelsio/inline_crypto/ + CXGB4 ETHERNET DRIVER (CXGB4) M: Vishal Kulkarni <vishal@chelsio.com> L: netdev@vger.kernel.org |