index
:
linux-stable.git
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.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
*
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
1
-9
/
+9
*
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-15
1
-1
/
+1
*
netfilter: xt_hashlimit: unregister proc file before releasing mutex
Cong Wang
2020-02-26
1
-10
/
+6
*
netfilter: xt_hashlimit: limit the max size of hashtable
Cong Wang
2020-02-07
1
-0
/
+10
*
netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()
Cong Wang
2020-02-07
1
-6
/
+6
*
netfilter: hashlimit: do not use indirect calls during gc
Florian Westphal
2020-01-16
1
-18
/
+4
*
netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headers
Jeremy Sowden
2019-09-13
1
-1
/
+6
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
netfilter: xt_hashlimit: use struct_size() helper
Gustavo A. R. Silva
2019-05-06
1
-2
/
+1
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
mm: reference totalram_pages and managed_pages once per function
Arun KS
2018-12-28
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-12-20
1
-2
/
+2
|
\
|
*
netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
Paul E. McKenney
2018-12-01
1
-2
/
+2
*
|
netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
Taehee Yoo
2018-11-17
1
-6
/
+3
|
/
*
netfilter: xt_hashlimit: use s->file instead of s->private
Cong Wang
2018-09-11
1
-9
/
+9
*
netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
Christoph Hellwig
2018-05-16
1
-74
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-03-30
1
-2
/
+1
|
\
|
*
netfilter: Merge assignment with return
Arushi Singhal
2018-03-30
1
-2
/
+1
*
|
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2018-03-11
1
-6
/
+10
*
|
net: Convert hashlimit_net_ops and recent_net_ops
Kirill Tkhai
2018-02-27
1
-0
/
+1
|
/
*
netfilter: xt_hashlimit: fix lock imbalance
Eric Dumazet
2018-02-16
1
-1
/
+1
*
netfilter: x_tables: use pr ratelimiting in all remaining spots
Florian Westphal
2018-02-14
1
-11
/
+13
*
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-19
1
-3
/
+0
*
netfilter: return booleans instead of integers
Gustavo A. R. Silva
2018-01-19
1
-1
/
+1
*
netfilter: xt_hashlimit: fix build error caused by 64bit division
Vishwanath Pai
2017-09-08
1
-5
/
+7
*
netfilter: xt_hashlimit: alloc hashtable with right size
Zhizhou Tian
2017-09-08
1
-2
/
+2
*
netfilter: xt_hashlimit: add rate match mode
Vishwanath Pai
2017-09-04
1
-24
/
+253
*
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
2017-07-24
1
-4
/
+4
*
netfilter: Remove unnecessary cast on void pointer
simran singhal
2017-04-07
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-02-23
1
-16
/
+9
|
\
|
*
netfilter: xt_hashlimit: Fix integer divide round to zero.
Alban Browaeys
2017-02-19
1
-16
/
+9
*
|
xtables: extend matches and targets with .usersize
Willem de Bruijn
2017-01-09
1
-0
/
+4
|
/
*
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-11-18
1
-1
/
+1
*
netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constants
Geert Uytterhoeven
2016-10-17
1
-2
/
+2
*
netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division
Vishwanath Pai
2016-09-30
1
-7
/
+8
*
netfilter: xt_hashlimit: Create revision 2 to support higher pps rates
Vishwanath Pai
2016-09-25
1
-68
/
+262
*
netfilter: xt_hashlimit: Prepare for revision 2
Vishwanath Pai
2016-09-25
1
-30
/
+31
*
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
[next]