From b53c7336007784e435fee830063d3262ae98cd31 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Tue, 14 Jan 2014 16:31:46 -0800 Subject: [PATCH] tcp: do not export tcp_gso_segment() and tcp_gro_receive() tcp_gso_segment() and tcp_gro_receive() no longer need to be exported. IPv4 and IPv6 offloads are statically linked. Note that tcp_gro_complete() is still used by bnx2x, unfortunately. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-format-patch failed