aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_rateest.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-0/+2
* netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-2/+2
* netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xt_rateest: fix comparison with selfPatrick McHardy2009-06-221-1/+1
* netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt2008-10-081-3/+2
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-081-6/+2
* netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt2008-10-081-9/+3
* netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt2008-10-081-22/+11
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-2/+2
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-2/+2
* [NETFILTER]: x_tables: add rateest matchPatrick McHardy2008-01-281-0/+178