aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hashlimit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan1-3/+0
2018-01-19netfilter: return booleans instead of integersGustavo A. R. Silva1-1/+1
2017-09-08netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai1-5/+7
2017-09-08netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian1-2/+2
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai1-24/+253
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-4/+4
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-5/+5
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-16/+9
2017-02-19netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys1-16/+9
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn1-0/+4
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-17netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven1-2/+2
2016-09-30netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai1-7/+8
2016-09-25netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai1-68/+262
2016-09-25netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai1-30/+31
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)1-19/+17
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches1-1/+1
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-1/+1
2014-07-24netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet1-15/+16
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich1-14/+11
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+12
2013-04-29xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro1-3/+11
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-10/+6
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2012-12-26netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov1-4/+25
2012-12-26netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso1-4/+21
2012-05-17netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal1-1/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal1-19/+97
2012-05-09netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal1-5/+10
2012-05-09netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal1-5/+3
2012-01-16netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabledStephen Rothwell1-1/+4
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-8/+8
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-4/+1
2010-08-19netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao1-10/+5
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-1/+1
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-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+3
2010-04-01netfilter: xt_hashlimit: RCU conversionEric Dumazet1-23/+47
2010-03-25netfilter: xt_hashlimit: IPV6 bugfixEric Dumazet1-0/+1
2010-03-25netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt1-221/+0
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-12/+20
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-15/+14
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-2/+2
2010-03-25netfilter: xt_hashlimit: dl_seq_stop() fixEric Dumazet1-1/+2
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-10/+8