]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tunnels: harmonize cleanup done on skb on xmit path
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 2 Sep 2013 13:34:57 +0000 (15:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 04:27:25 +0000 (00:27 -0400)
commit963a88b31ddbbe99f38502239b1a46601773d217
tree9c07bbee7240db69d82d2152b7e47013012c739b
parent8b27f27797cac5ed9b2f3e63dac89a7ae70e70a7
tunnels: harmonize cleanup done on skb on xmit path

The goal of this patch is to harmonize cleanup done on a skbuff on xmit path.
Before this patch, behaviors were different depending of the tunnel type.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/ip6_tunnel.h
include/net/ip_tunnels.h
net/ipv4/ip_tunnel.c
net/ipv4/ip_tunnel_core.c
net/ipv6/ip6_gre.c
net/ipv6/ip6_tunnel.c
net/ipv6/sit.c
net/openvswitch/vport-gre.c