]> git.baikalelectronics.ru Git - kernel.git/commit
net/tls: allow compiling TLS TOE out
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Oct 2019 18:18:59 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:07:07 +0000 (14:07 -0700)
commit037fb277a3eaef16831eb2d31070db53f79a8ae1
tree8339b6e05b89e835450b9981b31c0a4df6677dce
parenta466ae87e7154c9bcbcbaee1274a08fd33e153b7
net/tls: allow compiling TLS TOE out

TLS "record layer offload" requires TOE, and bypasses most of
the normal networking stack. It is also significantly less
maintained. Allow users to compile it out to avoid issues.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: John Hurley <john.hurley@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/crypto/chelsio/Kconfig
net/tls/Kconfig
net/tls/Makefile
net/tls/tls_main.c