From: Kenneth Klette Jonassen Date: Thu, 30 Apr 2015 23:10:59 +0000 (+0200) Subject: tcp: invoke pkts_acked hook on every ACK X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~383^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=138998fdd12e7362756e158d00856a2aabd5f0c1;p=pandora-kernel.git tcp: invoke pkts_acked hook on every ACK Invoking pkts_acked is currently conditioned on FLAG_ACKED: receiving a cumulative ACK of new data, or ACK with SYN flag set. Remove this condition so that CC may get RTT measurements from all SACKs. Cc: Yuchung Cheng Cc: Eric Dumazet Cc: Neal Cardwell Signed-off-by: Kenneth Klette Jonassen Signed-off-by: David S. Miller --- Reading git-diff-tree failed