Eric Dumazet dfd25ffffc tcp: fix syncookie regression
commit ea4fc0d619 (ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit())
added a serious regression on synflood handling.

Simon Kirby discovered a successful connection was delayed by 20 seconds
before being responsive.

In my tests, I discovered that xmit frames were lost, and needed ~4
retransmits and a socket dst rebuild before being really sent.

In case of syncookie initiated connection, we use a different path to
initialize the socket dst, and inet->cork.fl.u.ip4 is left cleared.

As ip_queue_xmit() now depends on inet flow being setup, fix this by
copying the temp flowi4 we use in cookie_v4_check().

Reported-by: Simon Kirby <sim@netnation.com>
Bisected-by: Simon Kirby <sim@netnation.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Tested-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-03-11 15:52:12 -07:00
..
2011-12-12 19:04:11 -05:00
2011-11-12 18:13:32 -05:00
2011-04-22 11:04:14 -07:00
2011-10-13 16:05:07 -04:00
2011-10-19 03:10:46 -04:00
2012-03-08 00:30:32 -08:00
2012-02-24 17:41:11 -05:00
2011-12-11 18:25:16 -05:00
2012-01-17 10:31:12 -05:00
2011-12-12 19:04:10 -05:00
2012-03-08 00:30:32 -08:00
2012-03-11 15:52:12 -07:00
2012-01-20 14:17:26 -05:00
2012-01-20 14:17:26 -05:00
2012-03-11 15:52:12 -07:00
2011-03-31 11:26:23 -03:00
2012-02-01 14:41:50 -05:00
2011-03-31 11:26:23 -03:00
2011-12-11 18:25:16 -05:00
2012-01-17 10:31:12 -05:00
2011-12-09 14:14:08 -05:00
2010-07-12 12:57:54 -07:00