summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_recent.c
AgeCommit message (Expand)AuthorLines
2015-02-16netfilter: xt_recent: don't reject rule if new hitcount exceeds table maxFlorian Westphal-6/+5
2014-11-27netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal-17/+47
2014-06-05net: use the new API kvfree()WANG Cong-4/+1
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells-2/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro-4/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng-1/+1
2013-01-04netfilter: xt_recent: avoid high order page allocationsEric Dumazet-5/+18
2012-12-26netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov-4/+16
2012-08-14userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...Eric W. Biederman-2/+11
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko-9/+53
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt-1/+1
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt-1/+4
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt-9/+9
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt-1/+1
2010-03-25netfilter: xt_recent: allow changing ip_list_[ug]id at runtimeJan Engelhardt-4/+4
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt-3/+3
2010-03-22netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy-1/+1
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt-3/+3
2010-03-18netfilter: xtables: make use of caller family rather than match familyJan Engelhardt-3/+3
2010-03-17netfilter: xt_recent: check for unsupported user space flagsTim Gardner-0/+5
2010-03-17netfilter: xt_recent: add an entry reaperTim Gardner-1/+27
2010-03-17netfilter: xt_recent: remove old proc directoryJan Engelhardt-105/+0
2010-03-17netfilter: xt_recent: update descriptionJan Engelhardt-1/+1
2010-03-17netfilter: update my email addressJan Engelhardt-1/+1
2010-02-23netfilter: xt_recent: fix false matchTim Gardner-1/+1
2010-02-23netfilter: xt_recent: fix buffer overflowTim Gardner-1/+1
2010-02-15netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt-2/+6
2010-01-18netfilter: xt_recent: netns supportAlexey Dobriyan-41/+95
2010-01-04netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt-12/+8
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa-2/+1
2009-04-24netfilter: xt_recent: fix stack overread in compat codeJan Engelhardt-5/+4
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler-1/+1
2008-11-20netfilter: xt_recent: don't save proc dirsAlexey Dobriyan-11/+11
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison-3/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison-1/+1
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison-3/+2
2008-10-20netfilter: xt_recent: use proc_create_data()Alexey Dobriyan-6/+4
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt-2/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt-5/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt-10/+7
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt-10/+11
2008-10-08netfilter: xt_recent: IPv6 supportJan Engelhardt-54/+246