Merge branch 'adopting-nlmsg_payload-in-ipv4-ipv6'
authorJakub Kicinski <kuba@kernel.org>
Thu, 17 Apr 2025 01:33:04 +0000 (18:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Apr 2025 01:33:05 +0000 (18:33 -0700)
commit522b93f61f581d4f01e61d594d69154c5b550543
treec91c1e3f36bd7b2e136265b3497ed7cd241dc0a4
parentda59ceed5ab999034d0955a461b7c9573d809daa
parent9b1097a4108f5afb0911dbbbc79a8de130042665
Merge branch 'adopting-nlmsg_payload-in-ipv4-ipv6'

Breno Leitao says:

====================
Adopting nlmsg_payload() in IPv4/IPv6

The commit 95d06e92a4019 ("netlink: Introduce nlmsg_payload helper")
introduced the nlmsg_payload() helper function.

This patchset aims to replace manual implementations with the
nlmsg_payload() helper in IPv4 and IPv6 files, one file per patch.
====================

Link: https://patch.msgid.link/20250415-nlmsg_v2-v1-0-a1c75d493fd7@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>