-
- Downloads
skb: allow skb_scrub_packet() to be used by tunnels
This function was only used when a packet was sent to another netns. Now, it can also be used after tunnel encapsulation or decapsulation. Only skb_orphan() should not be done when a packet is not crossing netns. Signed-off-by:Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/skbuff.h 1 addition, 1 deletioninclude/linux/skbuff.h
- net/core/dev.c 1 addition, 1 deletionnet/core/dev.c
- net/core/skbuff.c 12 additions, 7 deletionsnet/core/skbuff.c
- net/ipv4/ip_tunnel.c 2 additions, 2 deletionsnet/ipv4/ip_tunnel.c
- net/ipv6/ip6_tunnel.c 2 additions, 2 deletionsnet/ipv6/ip6_tunnel.c
- net/ipv6/sit.c 2 additions, 2 deletionsnet/ipv6/sit.c
Loading