[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250415-nlmsg_v2-v1-0-a1c75d493fd7@debian.org>
Date: Tue, 15 Apr 2025 12:28:51 -0700
From: Breno Leitao <leitao@...ian.org>
To: kuniyu@...zon.com, "David S. Miller" <davem@...emloft.net>,
David Ahern <dsahern@...nel.org>, Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Simon Horman <horms@...nel.org>, Andrew Lunn <andrew+netdev@...n.ch>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Breno Leitao <leitao@...ian.org>, kernel-team@...a.com
Subject: [PATCH net-next 0/8] 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.
Signed-off-by: Breno Leitao <leitao@...ian.org>
---
Breno Leitao (8):
ipv6: Use nlmsg_payload in addrlabel file
ipv6: Use nlmsg_payload in addrconf file
ipv6: Use nlmsg_payload in route file
ipv4: Use nlmsg_payload in devinet file
ipv4: Use nlmsg_payload in fib_frontend file
ipv4: Use nlmsg_payload in route file
ipv4: Use nlmsg_payload in ipmr file
vxlan: Use nlmsg_payload in vxlan_vnifilter_dump
drivers/net/vxlan/vxlan_vnifilter.c | 5 ++---
net/ipv4/devinet.c | 4 ++--
net/ipv4/fib_frontend.c | 4 ++--
net/ipv4/ipmr.c | 8 ++++----
net/ipv4/route.c | 4 ++--
net/ipv6/addrconf.c | 4 ++--
net/ipv6/addrlabel.c | 8 ++++----
net/ipv6/route.c | 4 ++--
8 files changed, 20 insertions(+), 21 deletions(-)
---
base-commit: 96f8bf85d11acdd3ebc9a91f41cb18eac6f8e26d
change-id: 20250415-nlmsg_v2-204ca5de7791
Best regards,
--
Breno Leitao <leitao@...ian.org>
Powered by blists - more mailing lists