aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_recent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-25netfilter: remove unused variablestephen hemminger1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-5/+5
2016-09-23netfilter: Enhance the codes used to get random onceGao Feng1-5/+2
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman1-1/+1
2015-02-16netfilter: xt_recent: don't reject rule if new hitcount exceeds table maxFlorian Westphal1-6/+5
2014-11-27netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal1-17/+47
2014-06-05net: use the new API kvfree()WANG Cong1-4/+1
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-2/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-4/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-01-04netfilter: xt_recent: avoid high order page allocationsEric Dumazet1-5/+18
2012-12-26netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov1-4/+16
2012-08-14userns xt_recent: Specify the owner/group of ip_list_perms in the initial user namespaceEric W. Biederman1-2/+11
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko1-9/+53
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
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/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-1/+4
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-9/+9
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-1/+1
2010-03-25netfilter: xt_recent: allow changing ip_list_[ug]id at runtimeJan Engelhardt1-4/+4
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt1-3/+3
2010-03-22netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy1-1/+1
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-3/+3
2010-03-18netfilter: xtables: make use of caller family rather than match familyJan Engelhardt1-3/+3
2010-03-17netfilter: xt_recent: check for unsupported user space flagsTim Gardner1-0/+5
2010-03-17netfilter: xt_recent: add an entry reaperTim Gardner1-1/+27
2010-03-17netfilter: xt_recent: remove old proc directoryJan Engelhardt1-105/+0
2010-03-17netfilter: xt_recent: update descriptionJan Engelhardt1-1/+1
2010-03-17netfilter: update my email addressJan Engelhardt1-1/+1
2010-02-23netfilter: xt_recent: fix false matchTim Gardner1-1/+1
2010-02-23netfilter: xt_recent: fix buffer overflowTim Gardner1-1/+1
2010-02-15netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt1-2/+6
2010-01-18netfilter: xt_recent: netns supportAlexey Dobriyan1-41/+95
2010-01-04netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt1-12/+8
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-2/+1
2009-04-24netfilter: xt_recent: fix stack overread in compat codeJan Engelhardt1-5/+4
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler1-1/+1
2008-11-20netfilter: xt_recent: don't save proc dirsAlexey Dobriyan1-11/+11
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-3/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1