summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hl.c
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: Reduce switch/case indentJoe Perches2011-07-011-16/+16
| | | | | | | | | | | Make the case labels the same indent as the switch. git diff -w shows miscellaneous 80 column wrapping, comment reflowing and a comment for a useless gcc warning for an otherwise unused default: case. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-4/+2
| | | | | | | | | In future, layer-3 matches will be an xt module of their own, and need to set the fragoff and thoff fields. Adding more pointers would needlessy increase memory requirements (esp. so for 64-bit, where pointers are wider). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+4
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-181-12/+0
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* netfilter: Combine ipt_ttl and ip6t_hl sourceJan Engelhardt2009-02-181-0/+108
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>