aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_recent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik1-2/+10
2020-08-28netfilter: delete repeated wordsRandy Dunlap1-1/+1
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-04netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-12netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-3/+1
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-1/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal1-3/+3
2018-02-27net: Convert hashlimit_net_ops and recent_net_opsKirill Tkhai1-0/+1
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal1-8/+6
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