summaryrefslogtreecommitdiff
path: root/net/netfilter/xt_hashlimit.c
AgeCommit message (Expand)Author
2020-02-26netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang
2020-02-07netfilter: xt_hashlimit: limit the max size of hashtableCong Wang
2020-02-07netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang
2020-01-16netfilter: hashlimit: do not use indirect calls during gcFlorian Westphal
2019-09-13netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-06netfilter: xt_hashlimit: use struct_size() helperGustavo A. R. Silva
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney
2018-11-17netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang
2018-05-16netfilter/xt_hashlimit: switch to proc_create_{seq,single}_dataChristoph Hellwig
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: Merge assignment with returnArushi Singhal
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-02-27net: Convert hashlimit_net_ops and recent_net_opsKirill Tkhai
2018-02-16netfilter: xt_hashlimit: fix lock imbalanceEric Dumazet
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-19netfilter: return booleans instead of integersGustavo A. R. Silva
2017-09-08netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai
2017-09-08netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-02-19netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-17netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven
2016-09-30netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai
2016-09-25netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai
2016-09-25netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-07-24netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet
2013-12-07netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-29xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2012-12-26netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov
2012-12-26netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso