From: Eric Dumazet Date: Fri, 2 Dec 2011 23:41:42 +0000 (+0000) Subject: tcp: drop SYN+FIN messages X-Git-Tag: v3.2.24~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6364fb003c0bc98c5fcde51aac6fd3b6a1337c3;p=pandora-kernel.git tcp: drop SYN+FIN messages commit fdf5af0daf8019cec2396cdef8fb042d80fe71fa upstream. Denys Fedoryshchenko reported that SYN+FIN attacks were bringing his linux machines to their limits. Dont call conn_request() if the TCP flags includes SYN flag Reported-by: Denys Fedoryshchenko Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed