Jagdish Motwani 20e4ded10e netfilter: nf_queue: fix reinject verdict handling
[ Upstream commit 946c0d8e6ed43dae6527e878d0077c1e11015db0 ]

This patch fixes netfilter hook traversal when there are more than 1 hooks
returning NF_QUEUE verdict. When the first queue reinjects the packet,
'nf_reinject' starts traversing hooks with a proper hook_index. However,
if it again receives a NF_QUEUE verdict (by some other netfilter hook), it
queues the packet with a wrong hook_index. So, when the second queue
reinjects the packet, it re-executes hooks in between.

Fixes: 960632ece694 ("netfilter: convert hook list to an array")
Signed-off-by: Jagdish Motwani <jagdish.motwani@sophos.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-06-22 08:16:15 +02:00
..
2019-05-08 07:20:45 +02:00
2019-06-22 08:16:14 +02:00
2019-02-06 17:31:32 +01:00
2019-03-23 14:35:16 +01:00
2019-05-08 07:20:44 +02:00
2019-03-19 13:13:23 +01:00
2019-01-09 17:14:46 +01:00