commit | b53c7336007784e435fee830063d3262ae98cd31 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Jan 14 16:31:46 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 14 18:53:48 2014 -0800 |
tree | d71f62e5ad66ac4886f22eda0944d7156fc856a4 | |
parent | c4ba999307ece85f4a3a569812be104a4578cf9b [diff] |
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>