summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_recent.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski2023-11-081-1/+1
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-041-2/+10
* netfilter: delete repeated wordsRandy Dunlap2020-08-281-1/+1
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-2/+2
* netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin2020-03-041-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-121-3/+1
* netfilter: check if the socket netns is correct.Flavio Leitner2018-06-281-1/+2
* treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-3/+3
|\
| * netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-03-111-3/+3
* | net: Convert hashlimit_net_ops and recent_net_opsKirill Tkhai2018-02-271-0/+1
|/
* netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-141-8/+6
* netfilter: remove unused variablestephen hemminger2017-07-251-1/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-4/+1
* netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-071-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-5/+5
* netfilter: Enhance the codes used to get random onceGao Feng2016-09-231-5/+2
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-181-1/+1
* netfilter: xt_recent: don't reject rule if new hitcount exceeds table maxFlorian Westphal2015-02-161-6/+5
* netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal2014-11-271-17/+47
* net: use the new API kvfree()WANG Cong2014-06-051-4/+1
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-2/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
|/
* netfilter: xt_recent: avoid high order page allocationsEric Dumazet2013-01-041-5/+18
* netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+16
* userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...Eric W. Biederman2012-08-141-2/+11
* netfilter: xt_recent: add address masking optionDenys Fedoryshchenko2012-06-071-9/+53
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-1/+2
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy2010-03-221-1/+1
* | netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-1/+4
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-9/+9
* | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xt_recent: allow changing ip_list_[ug]id at runtimeJan Engelhardt2010-03-251-4/+4
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-3/+3
* | netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-181-3/+3