Gilad Ben-Yossef 05eaade278 tcp: Do not call IPv4 specific func in tcp_check_req
Calling IPv4 specific inet_csk_route_req in tcp_check_req
is a bad idea and crashes machine on IPv6 connections, as reported
by Valdis Kletnieks

Also, all we are really interested in is the timestamp
option in the header, so calling tcp_parse_options()
with the "estab" set to false flag is an overkill as
it tries to parse half a dozen other TCP options.

We know whether timestamp should be enabled or not
using data from request_sock.

Signed-off-by: Gilad Ben-Yossef <gilad@codefidence.com>
Tested-by: Valdis.Kletnieks@vt.edu
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-11-04 23:24:14 -08:00
..
2009-10-18 21:31:59 -07:00
2009-09-01 17:40:57 -07:00
2009-10-18 18:52:53 -07:00
2009-11-04 22:05:10 -08:00
2009-09-14 17:03:01 -07:00
2009-11-01 23:55:10 -08:00
2009-10-18 18:52:53 -07:00
2009-06-03 02:51:04 -07:00
2009-10-28 02:22:09 -07:00
2009-10-18 18:52:53 -07:00
2009-06-03 02:51:04 -07:00
2009-10-18 18:52:53 -07:00
2009-09-14 17:03:01 -07:00
2009-10-28 02:22:08 -07:00
2009-10-29 01:13:49 -07:00
2009-06-13 23:36:32 -07:00
2008-10-07 08:38:24 +11:00
2009-06-03 02:51:04 -07:00
2009-04-27 02:45:02 -07:00
2009-09-14 17:03:01 -07:00
2009-10-19 23:22:52 -07:00
2009-03-02 03:00:15 -08:00
2009-03-02 03:00:15 -08:00
2009-03-02 03:00:14 -08:00
2009-10-18 18:52:53 -07:00
2009-10-20 18:55:46 -07:00
2009-05-25 22:44:59 -07:00
2009-03-02 03:00:15 -08:00
2009-03-02 03:00:15 -08:00
2009-09-14 17:03:01 -07:00
2009-10-18 18:52:54 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00
2009-06-03 02:51:04 -07:00