]> git.baikalelectronics.ru Git - kernel.git/commit
GRE: Add support for GRO/GSO of IPv6 GRE traffic
authorAlexander Duyck <aduyck@mirantis.com>
Thu, 14 Apr 2016 19:33:58 +0000 (15:33 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2016 23:09:13 +0000 (19:09 -0400)
commit5ee99ca7c4565c54b913bc5141cf23b6d0c461cd
tree61d362585fafdd68559e36c894e6eddd8f9311f3
parent608a891fb3463b0de1f9f05604910fa1a566c076
GRE: Add support for GRO/GSO of IPv6 GRE traffic

Since GRE doesn't really care about L3 protocol we can support IPv4 and
IPv6 using the same offloads.  With that being the case we can add a call
to register the offloads for IPv6 as a part of our GRE offload
initialization.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/gre_offload.c