netfilter: xt_hashlimit: netns support
[safe/jmp/linux-2.6] / net / netfilter / xt_hashlimit.c
2010-01-18 Alexey Dobriyannetfilter: xt_hashlimit: netns support
2010-01-18 Alexey Dobriyannetfilter: xt_hashlimit: simplify seqfile code
2010-01-04 Jan Engelhardtnetfilter: xt_recent: save 8 bytes per htable
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-05-27 Jesper Dangaard... netfilter: xt_hashlimit does a wrong SEQ_SKIP
2009-02-24 Eric Dumazetnetfilter: xt_hashlimit fix
2009-02-20 Hagen Paul Pfeifernetfilter: fix hardcoded size assumptions
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/netfilter/
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-28 Harvey Harrisonnetfilter: replace uses of NIP6_FMT with %p6
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: x_tables: use NFPROTO_* in extensions
2008-10-08 Jan Engelhardtnetfilter: Use unsigned types for hooknum and pf vars
2008-07-31 Pavel Emelyanovnetfilter: xt_hashlimit: fix race between htable_destro...
2008-05-02 Denis V. Lunevnetfilter: assign PDE->data before gluing PDE into...
2008-04-09 Patrick McHardy[NETFILTER]: xt_hashlimit: fix mask calculation
2008-03-27 Denis V. Lunev[NETFILTER]: Replate direct proc_fops assignment with...
2008-02-20 Jan Engelhardt[NETFILTER]: xt_hashlimit: remove unneeded struct member
2008-02-01 Pavel Emelyanov[NETFILTER]: Ipv6-related xt_hashlimit compilation...
2008-02-01 Jan Engelhardt[NETFILTER]: xt_hashlimit match, revision 1
2008-02-01 Stephen Hemminger[NETFILTER]: more sparse fixes
2008-01-28 Jan Engelhardt[NETFILTER]: Update modules' descriptions
2008-01-28 Eric Dumazet[NETFILTER]: xt_hashlimit: reduce overhead without...
2008-01-28 Eric Dumazet[NETFILTER]: xt_hashlimit: speedup hash_dst()
2008-01-28 Patrick McHardy[NETFILTER]: xt_hashlimit: remove ip6tables module...
2008-01-28 Jan Engelhardt[NETFILTER]: x_tables: consistent and unique symbol...
2007-12-14 Eric Dumazet[NETFILTER]: xt_hashlimit should use time_after_eq()
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 Patrick McHardy[NETFILTER]: x_tables: mark matches and targets __read_...
2007-07-11 Jan Engelhardt[NETFILTER]: Remove redundant parentheses/braces
2007-07-11 Jan Engelhardt[NETFILTER]: add some consts, remove some casts
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->checkentry...
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->match to bool
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch hotdrop to bool
2007-04-26 Patrick McHardy[NETFILTER]: Use setup_timer
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-02-12 YOSHIFUJI Hideaki[NETFILTER]: Fix whitespace errors
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2007-02-08 Patrick McHardy[NET]: Add UDPLITE support in a few missing spots
2007-01-04 Alexey Dobriyan[NETFILTER] xt_hashlimit.c: fix typo
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-04 Al Viro[PATCH] severing skbuff.h -> mm.h
2006-12-03 Yasuyuki Kozakai[NETFILTER]: xtables: fixes warning on compilation...
2006-12-03 Patrick McHardy[NETFILTER]: x_tables: add port of hashlimit match...