summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_SECMARK.h
Commit message (Collapse)AuthorAgeFilesLines
* extensions: SECMARK: Implement revision 1Phil Sutter2021-05-041-0/+6
| | | | | | | | | The changed data structure for communication with kernel allows to exclude the field 'secid' which is populated on kernel side. Thus this fixes the formerly always failing extension comparison breaking rule check and rule delete by content. Signed-off-by: Phil Sutter <phil@nwl.cc>
* include: update files with headers from Linux 2.6.37-rc1Jan Engelhardt2010-12-031-9/+3
| | | | Also includes the type change to __u{8,16,32} kernel types already.
* includes: header updatesJan Engelhardt2010-02-011-2/+4
| | | | | | | | | | | | Update the shipped Linux kernel headers from 2.6.33-rc6, as iptables's ipt_ECN.h for example references ipt_DSCP.h, which no longer exists. Since a number of old code pieces have been removed in the kernel in that fashion, the structs for older versions are moved into the .c file, to keep header updating simple. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Add all necessary header files - compilation fix for various casesJan Engelhardt2008-04-141-0/+26
Allow iptables to compile without a kernel source tree. This implies fixing build for older kernels, such as 2.6.17 which lack xt_SECMARK.h.