]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Cleanup IPv6 tunnel receive path
authorTom Herbert <tom@herbertland.com>
Sat, 30 Apr 2016 00:12:15 +0000 (17:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2016 23:23:31 +0000 (19:23 -0400)
commit1d314ffa50ac13aa118671d9b37bc7ae262e911b
tree109333266013533922c7ac0f3cd341accb948092
parentcb5dc92e937abf8e49d6357589ebf26401f85cc2
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>
include/net/ip6_tunnel.h
net/ipv6/ip6_tunnel.c