commit | d3d2ae454501a4dec360995649e1b002a2ad90c5 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Sat Feb 28 04:44:30 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 02 03:00:10 2009 -0800 |
tree | 7177d441defb9f3293ad83f71a57081a7c62962b | |
parent | 62ad27619cbcf23fb8581ae72f3806c1d90a861d [diff] |
tcp: Don't clear hints when tcp_fragmenting 1) We didn't remove any skbs, so no need to handle stale refs. 2) scoreboard_skb_hint is trivial, no timestamps were changed so no need to clear that one 3) lost_skb_hint needs tweaking similar to that of tcp_sacktag_one(). Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>