]> 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)
commit94630a1e49eab7eadecce33b0ec006d44275c4ed
tree8091f73788033c91ca169a2711d97a0f19c7511a
parentfeed0dfe48ec1d7306869fd9d8ed5dbc447a01a8
parentdd17adf569f22fb9a86b2e079f879bfe809b8fbc
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>