summaryrefslogtreecommitdiff
path: root/net/netfilter/xt_recent.c
AgeCommit message (Expand)Author
2023-11-08netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-02-04netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik
2020-08-28netfilter: delete repeated wordsRandy Dunlap
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-04netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-12netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-02-27net: Convert hashlimit_net_ops and recent_net_opsKirill Tkhai
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal
2017-07-25netfilter: remove unused variablestephen hemminger
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-09-23netfilter: Enhance the codes used to get random onceGao Feng
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman
2015-02-16netfilter: xt_recent: don't reject rule if new hitcount exceeds table maxFlorian Westphal
2014-11-27netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal
2014-06-05net: use the new API kvfree()WANG Cong
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-01-04netfilter: xt_recent: avoid high order page allocationsEric Dumazet
2012-12-26netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov
2012-08-14userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...Eric W. Biederman
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt
2010-03-25netfilter: xt_recent: allow changing ip_list_[ug]id at runtimeJan Engelhardt
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt
2010-03-22netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt