[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
[safe/jmp/linux-2.6] / net / netfilter / xt_hashlimit.c
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...