summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_ecn.h
Commit message (Collapse)AuthorAgeFilesLines
* extensions: add IPv6 capable ECN match extensionPatrick McHardy2012-02-231-35/+0
| | | | | | | Patrick submitted this patch by 9th Jun 2011, I'm recovering and applying it to iptables. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* include: refresh include files from kernel 3.1-rc3Jan Engelhardt2011-08-311-4/+6
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* includes: header updatesJan Engelhardt2010-02-011-2/+2
| | | | | | | | | | | | 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>
* Resync header files with kernelPatrick McHardy2008-06-051-1/+1
| | | | | Resync headers and add types.h file for endian annotated types, which are not available with old headers.
* bring ECN headers in sync with ecn.patchHarald Welte2002-08-051-3/+2
|
* fix typo in ipt_ecn.hHarald Welte2002-06-041-2/+2
|
* add header file for ECN matchHarald Welte2002-05-291-0/+34