]> Pileus Git - ~andy/linux/commit
ipv6: Pull IPv6 GSO registration out of the module
authorVlad Yasevich <vyasevic@redhat.com>
Thu, 15 Nov 2012 08:49:22 +0000 (08:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Nov 2012 22:39:24 +0000 (17:39 -0500)
commitc6b641a4c6b32f39db678c2441cb1ef824110d74
tree251c4f988a2aca2b9b031afe192f3ae4705d3692
parent808a8f884554f93315f663b2694addb4a177c578
ipv6: Pull IPv6 GSO registration out of the module

Sing GSO support is now separate, pull it out of the module
and make it its own init call.
Remove the cleanup functions as they are no longer called.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
include/net/protocol.h
net/ipv6/Makefile
net/ipv6/af_inet6.c
net/ipv6/exthdrs.c
net/ipv6/exthdrs_offload.c
net/ipv6/ip6_offload.c
net/ipv6/ip6_offload.h
net/ipv6/protocol.c
net/ipv6/tcp_ipv6.c
net/ipv6/tcpv6_offload.c
net/ipv6/udp.c
net/ipv6/udp_offload.c