commit | 437c5b53f63b468996090200df66ef2f3f588c80 | [log] [tgz] |
---|---|---|
author | Neal Cardwell <ncardwell@google.com> | Sat Jun 23 19:22:00 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 25 16:05:19 2012 -0700 |
tree | 528d2146edf14e848fa39d7f5861119e91ce4d20 | |
parent | fa809e2fd6e317226c046202a88520962672eac0 [diff] |
tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request() If security_inet_conn_request() returns non-zero then TCP/IPv6 should drop the request, just as in TCP/IPv4 and DCCP in both IPv4 and IPv6. Signed-off-by: Neal Cardwell <ncardwell@google.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>