netfilter: ipset: Introduce extensions to elements in the core
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 27 Apr 2013 12:28:55 +0000 (14:28 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 29 Apr 2013 18:08:54 +0000 (20:08 +0200)
commit075e64c041b5d3c29651965608e1e76505e01d54
tree471cbca37506311f347a673335aba37040591d88
parent8672d4d1a00b59057bb1f9659259967d2a19e086
netfilter: ipset: Introduce extensions to elements in the core

Introduce extensions to elements in the core and prepare timeout as
the first one.

This patch also modifies the em_ipset classifier to use the new
extension struct layout.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/ipset/ip_set.h
include/linux/netfilter/ipset/ip_set_timeout.h
net/netfilter/ipset/ip_set_core.c
net/netfilter/xt_set.c
net/sched/em_ipset.c