net: gre: move GSO functions to gre_offload
authorDaniel Borkmann <[email protected]>
Mon, 1 Jul 2013 17:24:00 +0000 (19:24 +0200)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/gre.h
net/ipv4/Makefile
net/ipv4/gre.c [deleted file]
net/ipv4/gre_demux.c [new file with mode: 0644]
net/ipv4/gre_offload.c [new file with mode: 0644]