summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_SAME.h
Commit message (Collapse)AuthorAgeFilesLines
* extensions: remove SAME targetFlorian Westphal2015-02-191-20/+0
| | | | | | removed from the kernel December 2007. Signed-off-by: Florian Westphal <fw@strlen.de>
* Convert the NAT targets to use the kernel supplied nf_nat.h headerPatrick McHardy2012-09-101-1/+1
| | | | | Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* include: refresh include files from kernel 3.1-rc3Jan Engelhardt2011-08-311-3/+5
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* includes: header updatesJan Engelhardt2010-02-011-2/+1
| | | | | | | | | | | | 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>
* include: resynchronize headers with 2.6.29-rc5Jan Engelhardt2009-02-211-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Removes KERNEL_64_USERSPACE_32Yasuyuki KOZAKAI2007-06-301-4/+0
| | | | | | | The recent kernel has compat layer for iptables. It doesn't have compat layer for libipq and ip6tables, but ip6tables with KERNEL_64_USERSPACE_32 is still broken. We should fix kernel instead of fixing them if and when we want use their 32bit binary with 64bit kernel.
* Fix 64bit kernel / 32bit userspace issue.Martin Josefsson2004-05-261-5/+6
| | | | Sync header with kernel.
* second part of SAME patch which I missed to commit :(Harald Welte2001-08-261-1/+7
|
* added ipt_SAME.h to fix compile errorHarald Welte2001-07-311-0/+16