[PATCH net-next 0/8] Adopting nlmsg_payload() in IPv4/IPv6

Breno Leitao posted 8 patches 8 months, 1 week ago
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(-)
[PATCH net-next 0/8] Adopting nlmsg_payload() in IPv4/IPv6
Posted by Breno Leitao 8 months, 1 week ago
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@debian.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@debian.org>