aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hashlimit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-19netfilter: xt_hashlimit: use proto_ports_offset() to support AH messageChangli Gao1-10/+5
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt1-1/+1
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+3
2010-04-01netfilter: xt_hashlimit: RCU conversionEric Dumazet1-23/+47
2010-03-25netfilter: xt_hashlimit: IPV6 bugfixEric Dumazet1-0/+1
2010-03-25netfilter: xtables: remove xt_hashlimit revision 0Jan Engelhardt1-221/+0
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-12/+20
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-15/+14
2010-03-25netfilter: xtables: change xt_match.checkentry return typeJan Engelhardt1-2/+2
2010-03-25netfilter: xt_hashlimit: dl_seq_stop() fixEric Dumazet1-1/+2
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-10/+8
2010-03-18netfilter: xtables: do not print any messages on ENOMEMJan Engelhardt1-6/+2
2010-03-18netfilter: xtables: make use of caller family rather than match familyJan Engelhardt1-5/+5
2010-03-17netfilter: update my email addressJan Engelhardt1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-17xt_hashlimit: fix lockingEric Dumazet1-4/+0
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-03netfilter: xt_hashlimit: fix race condition and simplify lockingPatrick McHardy1-34/+18
2010-01-18netfilter: xt_hashlimit: netns supportAlexey Dobriyan1-43/+98
2010-01-18netfilter: xt_hashlimit: simplify seqfile codeAlexey Dobriyan1-9/+5
2010-01-04netfilter: xt_recent: save 8 bytes per htableJan Engelhardt1-4/+4
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-4/+4
2009-05-27netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer1-1/+1
2009-02-24netfilter: xt_hashlimit fixEric Dumazet1-4/+1
2009-02-20netfilter: fix hardcoded size assumptionsHagen Paul Pfeifer1-1/+1
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-4/+3
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison1-4/+3
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt1-5/+4
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-15/+9
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt1-14/+8
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-21/+19
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-6/+5
2008-07-31netfilter: xt_hashlimit: fix race between htable_destroy and htable_gcPavel Emelyanov1-3/+1
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-6/+6
2008-04-09[NETFILTER]: xt_hashlimit: fix mask calculationPatrick McHardy1-18/+5
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev1-8/+8
2008-02-19[NETFILTER]: xt_hashlimit: remove unneeded struct memberJan Engelhardt1-3/+0
2008-01-31[NETFILTER]: Ipv6-related xt_hashlimit compilation fix.Pavel Emelyanov1-0/+2
2008-01-31[NETFILTER]: xt_hashlimit match, revision 1Jan Engelhardt1-36/+286
2008-01-31[NETFILTER]: more sparse fixesStephen Hemminger1-0/+2
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: xt_hashlimit: reduce overhead without IPv6Eric Dumazet1-3/+17
2008-01-28[NETFILTER]: xt_hashlimit: speedup hash_dst()Eric Dumazet1-1/+10
2008-01-28[NETFILTER]: xt_hashlimit: remove ip6tables module dependencyPatrick McHardy1-3/+5
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-34/+29
2007-12-14[NETFILTER]: xt_hashlimit should use time_after_eq()Eric Dumazet1-1/+1