]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: add and use jump label for xt_tee
authorFlorian Westphal <fw@strlen.de>
Tue, 14 Jul 2015 15:51:09 +0000 (17:51 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 15 Jul 2015 16:18:06 +0000 (18:18 +0200)
commit420cf2791e029f099d99d62fe0ebb9e305da9cfc
treeb962b7b1bca5b3c8272781c991a9878fdfe4e880
parent695caa1b98f5d8577699619945a88248b6d00ecc
netfilter: add and use jump label for xt_tee

Don't bother testing if we need to switch to alternate stack
unless TEE target is used.

Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/x_tables.h
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/netfilter/x_tables.c
net/netfilter/xt_TEE.c