summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/Kbuild
Commit message (Collapse)AuthorAgeFilesLines
* Reorder modules a little bit in KbuildJozsef Kadlecsik2013-04-091-2/+2
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Invert the logic to include version.h in ip_set_core.cJozsef Kadlecsik2011-09-151-1/+1
|
* Fix compiling ipset as external kernel modulesJozsef Kadlecsik2011-09-061-1/+1
|
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+1
| | | | | | | | | | The hash:net,iface type makes possible to store network address and interface name pairs in a set. It's mostly suitable for egress and ingress filtering. Examples: # ipset create test hash:net,iface # ipset add test 192.168.0.0/16,eth0 # ipset add test 192.168.0.0/24,eth1
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+13
The kernel/ subdirectory is reorganized to follow the kernel directory structure.