aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hashlimit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-18netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt1-6/+2
2010-03-18netfilter: xtables: make use of caller family rather than match familyJan Engelhardt1-5/+5
2010-03-17netfilter: update my email addressJan Engelhardt1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-17xt_hashlimit: fix lockingEric Dumazet1-4/+0
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-03netfilter: xt_hashlimit: fix race condition and simplify lockingPatrick McHardy1-34/+18
2010-01-18netfilter: xt_hashlimit: netns supportAlexey Dobriyan1-43/+98
2010-01-18netfilter: xt_hashlimit: simplify seqfile codeAlexey Dobriyan1-9/+5
2010-01-04netfilter: xt_recent: save 8 bytes per htableJan Engelhardt1-4/+4
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-4/+4
2009-05-27netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer1-1/+1
2009-02-24netfilter: xt_hashlimit fixEric Dumazet1-4/+1
2009-02-20netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer1-1/+1