summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hashlimit.c
Commit message (Expand)AuthorAgeFilesLines
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2016-10-171-2/+2
* netfilter: xt_hashlimit: Fix link error in 32bit arch because of 64bit divisionVishwanath Pai2016-09-301-7/+8
* netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai2016-09-251-68/+262
* netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai2016-09-251-30/+31
* netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)2014-11-051-19/+17
* netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-101-1/+1
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-1/+1
* netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet2014-07-241-15/+16
* netfilter: xt_hashlimit: fix proc entry leak in netns destroy pathSergey Popovich2013-12-071-14/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-4/+12
|\
| * xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs gutsAl Viro2013-04-291-3/+11
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-10/+6
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-3/+3
* netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+25
* netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso2012-12-261-4/+21
* netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bitsFlorian Westphal2012-05-171-1/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1
* netfilter: hashlimit: byte-based limit modeFlorian Westphal2012-05-091-19/+97
* netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal2012-05-091-5/+10
* netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2012-05-091-5/+3
* netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabledStephen Rothwell2012-01-161-1/+4
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-8/+8
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-4/+1
* netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-10/+5
* netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-1/+3
|\
| * netfilter: xt_hashlimit: IPV6 bugfixEric Dumazet2010-03-251-0/+1
| * netfilter: xt_hashlimit: dl_seq_stop() fixEric Dumazet2010-03-251-1/+2
* | netfilter: xt_hashlimit: RCU conversionEric Dumazet2010-04-011-23/+47
* | netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt2010-03-251-221/+0
* | netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-12/+20
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-15/+14
* | netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt2010-03-251-2/+2
* | netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-181-10/+8
* | netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt2010-03-181-6/+2
* | netfilter: xtables: make use of caller family rather than match familyJan Engelhardt2010-03-181-5/+5
* | netfilter: update my email addressJan Engelhardt2010-03-171-1/+1
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | xt_hashlimit: fix lockingEric Dumazet2010-02-171-4/+0
* | netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-151-2/+2
* | netfilter: xt_hashlimit: fix race condition and simplify lockingPatrick McHardy2010-02-031-34/+18
* | netfilter: xt_hashlimit: netns supportAlexey Dobriyan2010-01-181-43/+98
* | netfilter: xt_hashlimit: simplify seqfile codeAlexey Dobriyan2010-01-181-9/+5