summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-021-103/+0
| | | | | | | Instead the kernel source code is checked to verify the different compatibility issues for the supported kernel releases. This way hopefully backported features will be handled properly.
* Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik2013-09-171-0/+5
| | | | | NETFILTER_NETLINK is not selectable in recent kernels, check and warn if not enabled indirectly.
* Backport nla_put_net64Jozsef Kadlecsik2013-05-091-0/+10
|
* Make sure kernel configured properly for sparse checkingsJozsef Kadlecsik2013-05-011-0/+6
|
* Add a compatibility header file for easier maintenanceJozsef Kadlecsik2013-04-091-0/+82
Unfortunately not everything could be moved there, there are still compatibility ifdefs in some other files. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>