aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/tls
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2019-10-03 11:18:54 -0700
committerDavid S. Miller <davem@davemloft.net>2019-10-04 14:07:06 -0700
commit25a3cd8189c8832c04225e6f1d41228fd6cc64cc (patch)
tree76cd8574a6f185b5f8b5cbe797480a4c4d83fa55 /net/tls
parentrxrpc: Add missing "new peer" trace (diff)
downloadwireguard-linux-25a3cd8189c8832c04225e6f1d41228fd6cc64cc.tar.xz
wireguard-linux-25a3cd8189c8832c04225e6f1d41228fd6cc64cc.zip
net/tls: move TOE-related structures to a separate header
Move tls_device structure and register/unregister functions to a new header to avoid confusion with normal, non-TOE offload. 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>
Diffstat (limited to 'net/tls')
-rw-r--r--net/tls/tls_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tls/tls_main.c b/net/tls/tls_main.c
index ac88877dcade..a19c6a1e034a 100644
--- a/net/tls/tls_main.c
+++ b/net/tls/tls_main.c
@@ -42,6 +42,7 @@
#include <linux/inet_diag.h>
#include <net/tls.h>
+#include <net/tls_toe.h>
MODULE_AUTHOR("Mellanox Technologies");
MODULE_DESCRIPTION("Transport Layer Security Support");