]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitafb53482afc11a5e26f529c2eda5653b672073e5
tree8091f73788033c91ca169a2711d97a0f19c7511a
parentcae29b6d4a30f9bee9e9b6e84f48579094f9e19e
parent42bb0e2a7405a3cc2145738b85837051cf9183d8
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>