History log of /net/ipv6/tcpv6_offload.c
Revision Date Author Comments
f191a1d17f227032c159e5499809f545402b6dc6 15-Nov-2012 Vlad Yasevich <vyasevic@redhat.com> net: Remove code duplication between offload structures

Move the offload callbacks into its own structure.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
c6b641a4c6b32f39db678c2441cb1ef824110d74 15-Nov-2012 Vlad Yasevich <vyasevic@redhat.com> 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>
8663e02aba154e04679c9bb1665af52021d32547 15-Nov-2012 Vlad Yasevich <vyasevic@redhat.com> ipv6: Separate tcp offload functionality

Pull TCPv6 offload functionality into its won file in preparation
for moving it out of the module.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>