From: Phil Oester Date: Tue, 27 Aug 2013 23:41:40 +0000 (-0700) Subject: tcp: tcp_make_synack() should use sock_wmalloc X-Git-Tag: v3.11~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8895debe1baba41fcb62c78a16f0c63c21662a;p=pandora-kernel.git tcp: tcp_make_synack() should use sock_wmalloc In commit 90ba9b19 (tcp: tcp_make_synack() can use alloc_skb()), Eric changed the call to sock_wmalloc in tcp_make_synack to alloc_skb. In doing so, the netfilter owner match lost its ability to block the SYNACK packet on outbound listening sockets. Revert the change, restoring the owner match functionality. This closes netfilter bugzilla #847. Signed-off-by: Phil Oester Signed-off-by: David S. Miller --- Reading git-diff-tree failed