]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: kill eff_sacks "cache", the sole user can calculate itself
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 28 Feb 2009 04:44:38 +0000 (04:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Mar 2009 11:00:16 +0000 (03:00 -0800)
commitf17dcec494bdf31fc7af27454755f43cf5e80375
tree0504d469ae4fc1a6c1ba368b3cc99ae7f55520cb
parent2e045d3dab07ed60d25054f5f0827d229a080978
tcp: kill eff_sacks "cache", the sole user can calculate itself

Also fixes insignificant bug that would cause sending of stale
SACK block (would occur in some corner cases).

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c