index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_hashlimit.c
Age
Commit message (
Expand
)
Author
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-12-01
netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
Paul E. McKenney
2018-11-17
netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
Taehee Yoo
2018-09-11
netfilter: xt_hashlimit: use s->file instead of s->private
Cong Wang
2018-05-16
netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
Christoph Hellwig
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-03-30
netfilter: Merge assignment with return
Arushi Singhal
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-11
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
2018-02-27
net: Convert hashlimit_net_ops and recent_net_ops
Kirill Tkhai
2018-02-16
netfilter: xt_hashlimit: fix lock imbalance
Eric Dumazet
2018-02-14
netfilter: x_tables: use pr ratelimiting in all remaining spots
Florian Westphal
2018-01-19
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-19
netfilter: return booleans instead of integers
Gustavo A. R. Silva
2017-09-08
netfilter: xt_hashlimit: fix build error caused by 64bit division
Vishwanath Pai
2017-09-08
netfilter: xt_hashlimit: alloc hashtable with right size
Zhizhou Tian
2017-09-04
netfilter: xt_hashlimit: add rate match mode
Vishwanath Pai
2017-07-24
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
2017-04-07
netfilter: Remove unnecessary cast on void pointer
simran singhal
2017-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-02-19
netfilter: xt_hashlimit: Fix integer divide round to zero.
Alban Browaeys
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-10-17
netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constants
Geert Uytterhoeven
2016-09-30
netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit division
Vishwanath Pai
2016-09-25
netfilter: xt_hashlimit: Create revision 2 to support higher pps rates
Vishwanath Pai
2016-09-25
netfilter: xt_hashlimit: Prepare for revision 2
Vishwanath Pai
2014-11-05
netfilter: Remove checks of seq_printf() return values
Steven Rostedt (Red Hat)
2014-09-10
netfilter: Convert pr_warning to pr_warn
Joe Perches
2014-08-23
net: use reciprocal_scale() helper
Daniel Borkmann
2014-07-24
netfilter: xt_hashlimit: perform garbage collection from process context
Eric Dumazet
2013-12-07
netfilter: xt_hashlimit: fix proc entry leak in netns destroy path
Sergey Popovich
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-29
xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs guts
Al Viro
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-18
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2012-12-26
netfilter: xt_hashlimit: fix namespace destroy path
Vitaly E. Lavrov
2012-12-26
netfilter: xt_hashlimit: fix race that results in duplicated entries
Pablo Neira Ayuso
2012-05-17
netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bits
Florian Westphal
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-09
netfilter: hashlimit: byte-based limit mode
Florian Westphal
2012-05-09
netfilter: hashlimit: move rateinfo initialization to helper
Florian Westphal
2012-05-09
netfilter: limit, hashlimit: avoid duplicated inline
Florian Westphal
2012-01-16
netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled
Stephen Rothwell
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
[next]