]> Pileus Git - ~andy/linux/commit
ip_tunnel: push generic protocol handling to ip_tunnel module.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 18 Jun 2013 00:50:02 +0000 (17:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 01:07:41 +0000 (18:07 -0700)
commit3d7b46cd20e300bd6989fb1f43d46f1b9645816e
treeb8a063f8ecb7e380f0e1672a60815ff48c3f9b56
parent0e6fbc5b6c6218987c93b8c7ca60cf786062899d
ip_tunnel: push generic protocol handling to ip_tunnel module.

Process skb tunnel header before sending packet to protocol handler.
this allows code sharing between gre and ovs gre modules.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_tunnels.h
net/ipv4/gre.c
net/ipv4/ip_tunnel.c
net/ipv4/ip_tunnel_core.c
net/ipv4/ipip.c
net/ipv6/sit.c