From: David S. Miller Date: Wed, 7 Dec 2005 00:24:52 +0000 (-0800) Subject: [TCP] Vegas: timestamp before clone X-Git-Tag: v2.6.15-rc6~145^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb4b9dceb35c567a595ae5e9d035cfda044a103;p=pandora-kernel.git [TCP] Vegas: timestamp before clone We have to store the congestion control timestamp on the SKB before we clone it, not after. Else we get no timestamping information at all. tcp_transmit_skb() has been reworked so that we can do the timestamp still in one spot, instead of at all the call sites. Problem discovered, and initial fix, from Tom Young . Signed-off-by: David S. Miller --- Reading git-diff-tree failed