[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1340781553.10893.414.camel@edumazet-glaptop>
Date: Wed, 27 Jun 2012 09:19:13 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>
Subject: [RFC] tcp demux used to signal ip_route_input_noref to not cache
dst
In case tcp_v{4|6}_early_demux() doesnt find an ESTABLISHED socket, and
SYN flag is set, and an "atomic_t listener_under_synflood" counter is
not 0, we could :
- instruct make ip_rcv_finish() to not cache the input dst into route
cache (if dst is not found in the hash table)
This would make synflood attacks having minimal impact on route cache
(We did this for the output dst of SYN-cookie-ACK messages)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists