]> git.ipfire.org Git - thirdparty/ipset.git/commit
netfilter: x_tables: Pass struct net in xt_action_param
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 11 Oct 2016 20:19:51 +0000 (22:19 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 11 Oct 2016 20:19:51 +0000 (22:19 +0200)
commitc71fc214fe8e134d6e8ffeed4043bcb4320e48d4
treeea5febf175811f7af57fbc5bf40474d7d2d5540e
parentf0c110ecc4b8b04e1bbf6766284d3bf52cd73a30
netfilter: x_tables: Pass struct net in xt_action_param

As xt_action_param lives on the stack this does not bloat any
persistent data structures.

This is a first step in making netfilter code that needs to know
which network namespace it is executing in simpler.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
configure.ac
kernel/include/linux/netfilter/ipset/ip_set_compat.h.in
kernel/net/sched/em_ipset.c