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)
commitc50cd357887acf9fd7af3a5d492911bd825555a2
tree8b2c00e46461e9959b4ecc339d8fcdef1ca69f03
parent419076f59fc5916bd200b45225c83437b37ab189
net: gre: move GSO functions to gre_offload

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>
include/net/gre.h
net/ipv4/Makefile
net/ipv4/gre_demux.c [moved from net/ipv4/gre.c with 79% similarity]
net/ipv4/gre_offload.c [new file with mode: 0644]