summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_toe.c
Commit message (Collapse)AuthorAgeFilesLines
* net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski2019-10-041-6/+6
| | | | | | | | | | | The tls_hw_* functions are quite confusingly named, since they are related to the TOE-offload, not TLS_HW offload which doesn't require TOE. Rename them. 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>
* net/tls: move TOE-related code to a separate fileJakub Kicinski2019-10-041-0/+139
Move tls_hw_* functions to a new, separate source file 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>