index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_hashlimit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2018-04-08
1
-2
/
+3
*
netfilter: Remove checks of seq_printf() return values
Steven Rostedt (Red Hat)
2014-11-05
1
-19
/
+17
*
netfilter: Convert pr_warning to pr_warn
Joe Perches
2014-09-10
1
-1
/
+1
*
net: use reciprocal_scale() helper
Daniel Borkmann
2014-08-23
1
-1
/
+1
*
netfilter: xt_hashlimit: perform garbage collection from process context
Eric Dumazet
2014-07-24
1
-15
/
+16
*
netfilter: xt_hashlimit: fix proc entry leak in netns destroy path
Sergey Popovich
2013-12-07
1
-14
/
+11
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-4
/
+12
|
\
|
*
xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs guts
Al Viro
2013-04-29
1
-3
/
+11
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-1
/
+1
*
|
netfilter: add my copyright statements
Patrick McHardy
2013-04-18
1
-0
/
+1
|
/
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-10
/
+6
*
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
1
-3
/
+3
*
netfilter: xt_hashlimit: fix namespace destroy path
Vitaly E. Lavrov
2012-12-26
1
-4
/
+25
*
netfilter: xt_hashlimit: fix race that results in duplicated entries
Pablo Neira Ayuso
2012-12-26
1
-4
/
+21
*
netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bits
Florian Westphal
2012-05-17
1
-1
/
+1
*
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-15
1
-2
/
+1
*
netfilter: hashlimit: byte-based limit mode
Florian Westphal
2012-05-09
1
-19
/
+97
*
netfilter: hashlimit: move rateinfo initialization to helper
Florian Westphal
2012-05-09
1
-5
/
+10
*
netfilter: limit, hashlimit: avoid duplicated inline
Florian Westphal
2012-05-09
1
-5
/
+3
*
netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled
Stephen Rothwell
2012-01-16
1
-1
/
+4
*
net:netfilter: use IS_ENABLED
Igor Maravić
2011-12-16
1
-8
/
+8
*
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
2011-12-03
1
-1
/
+2
*
netfilter: Remove unnecessary OOM logging messages
Joe Perches
2011-11-01
1
-4
/
+1
*
netfilter: xt_hashlimit: use proto_ports_offset() to support AH message
Changli Gao
2010-08-19
1
-10
/
+5
*
netfilter: xtables: change hotdrop pointer to direct modification
Jan Engelhardt
2010-05-11
1
-1
/
+1
*
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
2010-05-11
1
-1
/
+1
*
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
2010-05-11
1
-1
/
+1
*
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-04-20
1
-1
/
+3
|
\
|
*
netfilter: xt_hashlimit: IPV6 bugfix
Eric Dumazet
2010-03-25
1
-0
/
+1
|
*
netfilter: xt_hashlimit: dl_seq_stop() fix
Eric Dumazet
2010-03-25
1
-1
/
+2
*
|
netfilter: xt_hashlimit: RCU conversion
Eric Dumazet
2010-04-01
1
-23
/
+47
*
|
netfilter: xtables: remove xt_hashlimit revision 0
Jan Engelhardt
2010-03-25
1
-221
/
+0
*
|
netfilter: xtables: slightly better error reporting
Jan Engelhardt
2010-03-25
1
-12
/
+20
*
|
netfilter: xtables: change matches to return error code
Jan Engelhardt
2010-03-25
1
-15
/
+14
*
|
netfilter: xtables: change xt_match.checkentry return type
Jan Engelhardt
2010-03-25
1
-2
/
+2
*
|
netfilter: xt extensions: use pr_<level>
Jan Engelhardt
2010-03-18
1
-10
/
+8
*
|
netfilter: xtables: do not print any messages on ENOMEM
Jan Engelhardt
2010-03-18
1
-6
/
+2
*
|
netfilter: xtables: make use of caller family rather than match family
Jan Engelhardt
2010-03-18
1
-5
/
+5
*
|
netfilter: update my email address
Jan Engelhardt
2010-03-17
1
-1
/
+1
|
/
*
Merge branch 'for-next' into for-linus
Jiri Kosina
2010-03-08
1
-1
/
+1
|
\
|
*
tree-wide: Assorted spelling fixes
Daniel Mack
2010-02-09
1
-1
/
+1
*
|
xt_hashlimit: fix locking
Eric Dumazet
2010-02-17
1
-4
/
+0
*
|
netfilter: xtables: constify args in compat copying functions
Jan Engelhardt
2010-02-15
1
-2
/
+2
*
|
netfilter: xt_hashlimit: fix race condition and simplify locking
Patrick McHardy
2010-02-03
1
-34
/
+18
*
|
netfilter: xt_hashlimit: netns support
Alexey Dobriyan
2010-01-18
1
-43
/
+98
*
|
netfilter: xt_hashlimit: simplify seqfile code
Alexey Dobriyan
2010-01-18
1
-9
/
+5
*
|
netfilter: xt_recent: save 8 bytes per htable
Jan Engelhardt
2010-01-04
1
-4
/
+4
|
/
*
mm: replace various uses of num_physpages by totalram_pages
Jan Beulich
2009-09-22
1
-4
/
+4
*
netfilter: xt_hashlimit does a wrong SEQ_SKIP
Jesper Dangaard Brouer
2009-05-27
1
-1
/
+1
*
netfilter: xt_hashlimit fix
Eric Dumazet
2009-02-24
1
-4
/
+1
[next]