diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-05-09 09:04:56 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-05-10 17:48:37 -0700 |
commit | 9facd94114b59afebd405e74b3bc2bf184efe986 (patch) | |
tree | 78f8c270eb81e3bf7b55b4dad23cf310f6a4b5b0 /Documentation | |
parent | 9ec7ea1462084df695f34c5ac2d2d2250d9d6897 (diff) |
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')
-rw-r--r-- | Documentation/networking/skbuff.rst | 6 |
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 |