summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_recent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | netfilter: xtables: make use of caller family rather than match familyJan Engelhardt2010-03-181-3/+3
* | netfilter: xt_recent: check for unsupported user space flagsTim Gardner2010-03-171-0/+5
* | netfilter: xt_recent: add an entry reaperTim Gardner2010-03-171-1/+27
* | netfilter: xt_recent: remove old proc directoryJan Engelhardt2010-03-171-105/+0
* | netfilter: xt_recent: update descriptionJan Engelhardt2010-03-171-1/+1
* | netfilter: update my email addressJan Engelhardt2010-03-171-1/+1
|/
* netfilter: xt_recent: fix false matchTim Gardner2010-02-231-1/+1
* netfilter: xt_recent: fix buffer overflowTim Gardner2010-02-231-1/+1
* netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt2010-02-151-2/+6
* netfilter: xt_recent: netns supportAlexey Dobriyan2010-01-181-41/+95
* netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt2010-01-041-12/+8