net: gre: move GSO functions to gre_offload
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 1 Jul 2013 17:24:00 +0000 (19:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Jul 2013 21:37:39 +0000 (14:37 -0700)
Similarly to TCP/UDP offloading, move all related GRE functions to
gre_offload.c to make things more explicit and similar to the rest
of the code.

Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found