Merge branch 'Documentation-tls--add-offload-documentation'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 May 2019 19:18:20 +0000 (12:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 May 2019 19:18:20 +0000 (12:18 -0700)
commit0d18c7bd931f86ccc6a1ab1d8b3b7b0a19b2598a
tree8091f73788033c91ca169a2711d97a0f19c7511a
parentd008b3d2be4b00267e7af5c21269e7af4f65c6e2
parentf42c104f2ec94a9255a835cd4cd1bd76279d4d06
Merge branch 'Documentation-tls--add-offload-documentation'

Jakub Kicinski says:

====================
Documentation: tls: add offload documentation

This set adds documentation for TLS offload. It starts
by making the networking documentation a little easier
to navigate by hiding driver docs a little deeper.
It then RSTifys the existing Kernel TLS documentation.
Last but not least TLS offload documentation is added.
This should help vendors navigate the TLS offload, and
help ensure different implementations stay aligned from
user perspective.

v2:
 - address Alexei's and Boris'es commands on patch 3.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>