net: udp4: move GSO functions to udp_offload
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 8 Jun 2013 10:56:03 +0000 (12:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2013 07:47:25 +0000 (00:47 -0700)
commitda5bab079f9b7d90ba234965a14914ace55e45e9
tree868de978a44f6a59ccc7a2f4f9c096707c5bf044
parent946d3bd7231be3b6202759ea0bea59989ae28c4a
net: udp4: move GSO functions to udp_offload

Similarly to TCP offloading and UDPv6 offloading, move all related
UDPv4 functions to udp_offload.c to make things more explicit. Also,
by this, we can make those functions static.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
net/ipv4/Makefile
net/ipv4/af_inet.c
net/ipv4/udp.c
net/ipv4/udp_offload.c [new file with mode: 0644]