]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit23371431485d8cb0698b03cffd828bf5d9cbc3d7
tree8b2c00e46461e9959b4ecc339d8fcdef1ca69f03
parent54cbc96ded3485252f20b6360d36e6618d71164c
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.c [deleted file]
net/ipv4/gre_demux.c [new file with mode: 0644]
net/ipv4/gre_offload.c [new file with mode: 0644]