aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-05-09 09:04:56 -0700
committerJakub Kicinski <kuba@kernel.org>2022-05-10 17:48:37 -0700
commit9facd94114b59afebd405e74b3bc2bf184efe986 (patch)
tree78f8c270eb81e3bf7b55b4dad23cf310f6a4b5b0 /Documentation/networking
parentskbuff: rewrite the doc for data-only skbs (diff)
downloadlinux-dev-9facd94114b59afebd405e74b3bc2bf184efe986.tar.xz
linux-dev-9facd94114b59afebd405e74b3bc2bf184efe986.zip
skbuff: render the checksum comment to documentation
Long time ago Tom added a giant comment to skbuff.h explaining checksums. Now that we have a place in Documentation for skbuff docs we should render it. Sprinkle some markup while at it. Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/skbuff.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/skbuff.rst b/Documentation/networking/skbuff.rst
index 94681523e345..5b74275a73a3 100644
--- a/Documentation/networking/skbuff.rst
+++ b/Documentation/networking/skbuff.rst
@@ -29,3 +29,9 @@ dataref and headerless skbs
.. kernel-doc:: include/linux/skbuff.h
:doc: dataref and headerless skbs
+
+Checksum information
+--------------------
+
+.. kernel-doc:: include/linux/skbuff.h
+ :doc: skb checksums