From: Yuchung Cheng Date: Wed, 29 Apr 2015 18:28:30 +0000 (-0700) Subject: tcp: update reordering first before detecting loss X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~30^2~34^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dac8835440622c2f84591673969d510ce198c11;p=pandora-kernel.git tcp: update reordering first before detecting loss tcp_mark_lost_retrans is not used when FACK is disabled. Since tcp_update_reordering may disable FACK, it should be called first before tcp_mark_lost_retrans. Signed-off-by: Yuchung Cheng Signed-off-by: Nandita Dukkipati Signed-off-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed