lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 23 Mar 2022 16:37:12 -0700 From: Jakub Kicinski <kuba@...nel.org> To: davem@...emloft.net Cc: netdev@...r.kernel.org, pabeni@...hat.com, corbet@....net, imagedong@...cent.com, edumazet@...gle.com, dsahern@...nel.org, talalahmad@...gle.com, linux-doc@...r.kernel.org, Jakub Kicinski <kuba@...nel.org> Subject: [RFC net-next 0/3] docs: document some aspects of struct sk_buff I dusted off some old skb documentation patches I had in my tree. This small set creates a place to render such documentation, documents one random thing (data-only skbs) and converts the big checksum comment to kdoc. Jakub Kicinski (3): skbuff: add a basic intro doc skbuff: rewrite the doc for data-only skbs skbuff: render the checksum comment to documentation Documentation/networking/index.rst | 1 + Documentation/networking/skbuff.rst | 37 ++++ include/linux/skbuff.h | 292 ++++++++++++++++++---------- 3 files changed, 224 insertions(+), 106 deletions(-) create mode 100644 Documentation/networking/skbuff.rst -- 2.34.1
Powered by blists - more mailing lists