]> 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)
commit046c61e6d2cf040aa9a0abd80840a1afdced17c9
tree8339b6e05b89e835450b9981b31c0a4df6677dce
parentd48eeb5076aa96bbe429635cf165177a20ca9f3a
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