From: Daniel Borkmann Date: Fri, 7 Jun 2013 05:11:46 +0000 (+0000) Subject: net: tcp: move GRO/GSO functions to tcp_offload X-Git-Tag: v3.11-rc1~16^2~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28850dc7c71da9d0c0e39246e9ff6913f41f8d0a;p=pandora-kernel.git net: tcp: move GRO/GSO functions to tcp_offload Would be good to make things explicit and move those functions to a new file called tcp_offload.c, thus make this similar to tcpv6_offload.c. While moving all related functions into tcp_offload.c, we can also make some of them static, since they are only used there. Also, add an explicit registration function. Suggested-by: Eric Dumazet Signed-off-by: Daniel Borkmann Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed