mbox series

[net,v2,0/3] several fixes for ioam6, rpl and seg6 lwtunnels

Message ID 20250211221624.18435-1-justin.iurman@uliege.be (mailing list archive)
Headers show
Series several fixes for ioam6, rpl and seg6 lwtunnels | expand

Message

Justin Iurman Feb. 11, 2025, 10:16 p.m. UTC
v2:
- address warnings/errors reported by checkpatch

v1:
- https://lore.kernel.org/netdev/20250209193840.20509-1-justin.iurman@uliege.be/

This series provides fixes to prevent loops in ioam6_iptunnel,
rpl_iptunnel and seg6_iptunnel.

Justin Iurman (3):
  net: ipv6: fix dst ref loops on input in rpl and seg6 lwtunnels
  net: ipv6: fix lwtunnel loops in ioam6, rpl and seg6
  net: ipv6: fix consecutive input and output transformation in
    lwtunnels

 net/ipv6/ioam6_iptunnel.c |  6 ++---
 net/ipv6/rpl_iptunnel.c   | 34 +++++++++++++++++++++--
 net/ipv6/seg6_iptunnel.c  | 57 +++++++++++++++++++++++++++++++++------
 3 files changed, 83 insertions(+), 14 deletions(-)