aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_rateest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-03-05netfilter: make xt_rateest hash table per netCong Wang1-5/+5
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn1-0/+1
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-15/+13
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-1/+1
2011-07-29netfilter: xt_rateest: fix xt_rateest_mt_checkentry()Eric Dumazet1-5/+4
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-0/+2
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-2/+2
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-1/+1
2009-06-22netfilter: xt_rateest: fix comparison with selfPatrick McHardy1-1/+1
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-3/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-6/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-9/+3
2008-10-08netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt1-22/+11
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-2/+2
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt1-2/+2
2008-01-28[NETFILTER]: x_tables: add rateest matchPatrick McHardy1-0/+178