commit | 0d3c703a9d1723c7707e0680019ac8ff5922db42 | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@herbertland.com> | Fri Apr 29 17:12:15 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 02 19:23:31 2016 -0400 |
tree | 109333266013533922c7ac0f3cd341accb948092 | |
parent | 570d632008fc2c7b17f55db44179fb9a03d107c4 [diff] |
ipv6: Cleanup IPv6 tunnel receive path Some basic changes to make IPv6 tunnel receive path look more like IPv4 path: - Make ip6_tnl_rcv non-static so that GREv6 and others can call it - Make ip6_tnl_rcv look like ip_tunnel_rcv - Switch to gro_cells_receive - Make ip6_tnl_rcv non-static and export it Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>