index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_recent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-25
netfilter: remove unused variable
stephen hemminger
1
-1
/
+1
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-4
/
+1
2017-04-07
netfilter: Use seq_puts()/seq_putc() where possible
simran singhal
1
-1
/
+1
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
1
-5
/
+5
2016-09-23
netfilter: Enhance the codes used to get random once
Gao Feng
1
-5
/
+2
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
1
-1
/
+1
2015-02-16
netfilter: xt_recent: don't reject rule if new hitcount exceeds table max
Florian Westphal
1
-6
/
+5
2014-11-27
netfilter: xt_recent: relax ip_pkt_list_tot restrictions
Florian Westphal
1
-17
/
+47
2014-06-05
net: use the new API kvfree()
WANG Cong
1
-4
/
+1
2013-05-01
proc: Supply PDE attribute setting accessor functions
David Howells
1
-2
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-4
/
+2
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
1
-1
/
+1
2013-01-04
netfilter: xt_recent: avoid high order page allocations
Eric Dumazet
1
-5
/
+18
2012-12-26
netfilter: xt_recent: fix namespace destroy path
Vitaly E. Lavrov
1
-4
/
+16
2012-08-14
userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...
Eric W. Biederman
1
-2
/
+11
2012-06-07
netfilter: xt_recent: add address masking option
Denys Fedoryshchenko
1
-9
/
+53
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-1
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-05-11
netfilter: xtables: change hotdrop pointer to direct modification
Jan Engelhardt
1
-1
/
+1
2010-05-11
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
1
-1
/
+1
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
1
-1
/
+1
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-25
netfilter: xtables: slightly better error reporting
Jan Engelhardt
1
-1
/
+4
2010-03-25
netfilter: xtables: change matches to return error code
Jan Engelhardt
1
-9
/
+9
2010-03-25
netfilter: xtables: change xt_match.checkentry return type
Jan Engelhardt
1
-1
/
+1
2010-03-25
netfilter: xt_recent: allow changing ip_list_[ug]id at runtime
Jan Engelhardt
1
-4
/
+4
2010-03-25
netfilter: xt extensions: use pr_<level> (2)
Jan Engelhardt
1
-3
/
+3
2010-03-22
netfilter: xt_recent: fix regression in rules using a zero hit_count
Patrick McHardy
1
-1
/
+1
2010-03-18
netfilter: xt extensions: use pr_<level>
Jan Engelhardt
1
-3
/
+3
2010-03-18
netfilter: xtables: make use of caller family rather than match family
Jan Engelhardt
1
-3
/
+3
2010-03-17
netfilter: xt_recent: check for unsupported user space flags
Tim Gardner
1
-0
/
+5
2010-03-17
netfilter: xt_recent: add an entry reaper
Tim Gardner
1
-1
/
+27
2010-03-17
netfilter: xt_recent: remove old proc directory
Jan Engelhardt
1
-105
/
+0
2010-03-17
netfilter: xt_recent: update description
Jan Engelhardt
1
-1
/
+1
2010-03-17
netfilter: update my email address
Jan Engelhardt
1
-1
/
+1
2010-02-23
netfilter: xt_recent: fix false match
Tim Gardner
1
-1
/
+1
2010-02-23
netfilter: xt_recent: fix buffer overflow
Tim Gardner
1
-1
/
+1
2010-02-15
netfilter: xt_recent: inform user when hitcount is too large
Jan Engelhardt
1
-2
/
+6
2010-01-18
netfilter: xt_recent: netns support
Alexey Dobriyan
1
-41
/
+95
2010-01-04
netfilter: xtables: obtain random bytes earlier, in checkentry
Jan Engelhardt
1
-12
/
+8
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
1
-2
/
+1
2009-04-24
netfilter: xt_recent: fix stack overread in compat code
Jan Engelhardt
1
-5
/
+4
2009-02-24
netfilter: xt_recent: fix proc-file addition/removal of IPv4 addresses
Josef Drexler
1
-1
/
+1
2008-11-20
netfilter: xt_recent: don't save proc dirs
Alexey Dobriyan
1
-11
/
+11
2008-10-31
net: replace NIPQUAD() in net/netfilter/
Harvey Harrison
1
-3
/
+2
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
1
-1
/
+1
[next]