aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>2007-10-07 23:36:41 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:54:47 -0700
commit29d0a309d11bac9e57af914d0d6a35cde0080861 (patch)
treea0625867361e0932e89f4bc35f2607aa732f96fa /include
parent[TG3]: Update version to 3.82. (diff)
downloadlinux-dev-29d0a309d11bac9e57af914d0d6a35cde0080861.tar.xz
linux-dev-29d0a309d11bac9e57af914d0d6a35cde0080861.zip
[TCP]: Fix two off-by-one errors in fackets_out adjusting logic
1) Passing wrong skb to tcp_adjust_fackets_out could corrupt fastpath_cnt_hint as tcp_skb_pcount(next_skb) is not included to it if hint points exactly to the next_skb (it's lagging behind, see sacktag). 2) When fastpath_skb_hint is put backwards to avoid dangling skb reference, the skb's pcount must also be removed from count (not included like above). Reported by Cedric Le Goater <legoater@free.fr> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions