netfilter: ipset: Add hash:net,port,net module to kernel.
authorOliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
Sat, 28 Sep 2013 18:33:23 +0000 (20:33 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 30 Sep 2013 19:42:58 +0000 (21:42 +0200)
commit7c3ad056ef79fd10f5f111c807ccbd9fa9068c7f
tree90b1cb0da8f3f41fbeadb0bc92dae06b96d84468
parent1785e8f473082aa60d62c7165856cf6484077b99
netfilter: ipset: Add hash:net,port,net module to kernel.

This adds a new set that provides similar functionality to ip,port,net
but permits arbitrary size subnets for both the first and last
parameter.

Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
net/netfilter/ipset/Kconfig
net/netfilter/ipset/Makefile
net/netfilter/ipset/ip_set_hash_netportnet.c [new file with mode: 0644]