aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hashlimit.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2012-10-211-5/+3
* 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
* | netfilter: xt_recent: save 8 bytes per htableJan Engelhardt2010-01-041-4/+4
|/
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-4/+4
* netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer2009-05-271-1/+1
* netfilter: xt_hashlimit fixEric Dumazet2009-02-241-4/+1
* netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer2009-02-201-1/+1
* net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-4/+3
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-4/+3
* netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt2008-10-081-5/+4
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-081-15/+9
* netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt2008-10-081-14/+8
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-21/+19
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-6/+5
* netfilter: xt_hashlimit: fix race between htable_destroy and htable_gcPavel Emelyanov2008-07-311-3/+1
* netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-6/+6
* [NETFILTER]: xt_hashlimit: fix mask calculationPatrick McHardy2008-04-091-18/+5
* [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-8/+8
* [NETFILTER]: xt_hashlimit: remove unneeded struct memberJan Engelhardt2008-02-191-3/+0
* [NETFILTER]: Ipv6-related xt_hashlimit compilation fix.Pavel Emelyanov2008-01-311-0/+2
* [NETFILTER]: xt_hashlimit match, revision 1Jan Engelhardt2008-01-311-36/+286
* [NETFILTER]: more sparse fixesStephen Hemminger2008-01-311-0/+2
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: xt_hashlimit: reduce overhead without IPv6Eric Dumazet2008-01-281-3/+17
* [NETFILTER]: xt_hashlimit: speedup hash_dst()Eric Dumazet2008-01-281-1/+10
* [NETFILTER]: xt_hashlimit: remove ip6tables module dependencyPatrick McHardy2008-01-281-3/+5
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-34/+29