aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TCPOPTSTRIP.h
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: xtables: add missing header inclusions for headers_checkJan Engelhardt2011-01-201-0/+2
| | | | | | | | | | Resolve these warnings on `make headers_check`: usr/include/linux/netfilter/xt_CT.h:7: found __[us]{8,16,32,64} type without #include <linux/types.h> ... Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* netfilter: xtables: use guarded typesJan Engelhardt2010-12-151-1/+1
| | | | | | | We are supposed to use the kernel's own types in userspace exports. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
* [NETFILTER]: x_tables: add TCPOPTSTRIP targetSven Schnelle2008-01-281-0/+13
Signed-off-by: Sven Schnelle <svens@bitebene.org> Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>