From: Eric Dumazet Date: Tue, 29 Apr 2014 05:00:29 +0000 (-0700) Subject: tcp: increment retransmit counters in tlp and fast open X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9f35010641ea85dd19d144b86cdd93156f1a1e;p=pandora-kernel.git tcp: increment retransmit counters in tlp and fast open Both TLP and Fast Open call __tcp_retransmit_skb() instead of tcp_retransmit_skb() to avoid changing tp->retrans_out. This has the side effect of missing SNMP counters increments as well as tcp_info tcpi_total_retrans updates. Fix this by moving the stats increments of into __tcp_retransmit_skb() Signed-off-by: Eric Dumazet Acked-by: Nandita Dukkipati Acked-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed