All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/3] Documentation: tls: add offload documentation
@ 2019-05-15 20:41 Jakub Kicinski
  2019-05-15 20:41 ` [PATCH net 1/3] Documentation: net: move device drivers docs to a submenu Jakub Kicinski
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Jakub Kicinski @ 2019-05-15 20:41 UTC (permalink / raw)
  To: davem
  Cc: netdev, oss-drivers, alexei.starovoitov, davejwatson,
	john.fastabend, vakul.garg, borisp, Jakub Kicinski

Hi!

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.

---
Dave, this just documents existing code, so I ventured
to post during the merge window, not 100% sure it is
appropriate at this stage..

Jakub Kicinski (3):
  Documentation: net: move device drivers docs to a submenu
  Documentation: tls: RSTify the ktls documentation
  Documentation: add TLS offload documentation

 .../networking/device_drivers/index.rst       |  30 ++
 Documentation/networking/index.rst            |  16 +-
 .../networking/tls-offload-layers.svg         |   1 +
 .../networking/tls-offload-reorder-bad.svg    |   1 +
 .../networking/tls-offload-reorder-good.svg   |   1 +
 Documentation/networking/tls-offload.rst      | 438 ++++++++++++++++++
 Documentation/networking/{tls.txt => tls.rst} |  44 +-
 7 files changed, 505 insertions(+), 26 deletions(-)
 create mode 100644 Documentation/networking/device_drivers/index.rst
 create mode 100644 Documentation/networking/tls-offload-layers.svg
 create mode 100644 Documentation/networking/tls-offload-reorder-bad.svg
 create mode 100644 Documentation/networking/tls-offload-reorder-good.svg
 create mode 100644 Documentation/networking/tls-offload.rst
 rename Documentation/networking/{tls.txt => tls.rst} (88%)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-05-20 19:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15 20:41 [PATCH net 0/3] Documentation: tls: add offload documentation Jakub Kicinski
2019-05-15 20:41 ` [PATCH net 1/3] Documentation: net: move device drivers docs to a submenu Jakub Kicinski
2019-05-15 20:41 ` [PATCH net 2/3] Documentation: tls: RSTify the ktls documentation Jakub Kicinski
2019-05-15 20:41 ` [PATCH net 3/3] Documentation: add TLS offload documentation Jakub Kicinski
2019-05-16  9:08   ` Boris Pismenny
2019-05-16 17:56     ` Jakub Kicinski
2019-05-16 18:13       ` Alexei Starovoitov
2019-05-16 18:42         ` Jakub Kicinski
2019-05-16 19:32           ` Alexei Starovoitov
2019-05-16 21:39             ` Jakub Kicinski
2019-05-16 22:52               ` Alexei Starovoitov
2019-05-17  0:13                 ` Jakub Kicinski
2019-05-19  6:24       ` Boris Pismenny
2019-05-20 19:02         ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.