index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_hashlimit.c
Age
Commit message (
Expand
)
Author
2008-10-31
net: replace NIPQUAD() in net/netfilter/
Harvey Harrison
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
2008-10-28
netfilter: replace uses of NIP6_FMT with %p6
Harvey Harrison
2008-10-08
netfilter: xtables: move extension arguments into compound structure (3/6)
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (2/6)
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (1/6)
Jan Engelhardt
2008-10-08
netfilter: x_tables: use NFPROTO_* in extensions
Jan Engelhardt
2008-10-08
netfilter: Use unsigned types for hooknum and pf vars
Jan Engelhardt
2008-07-31
netfilter: xt_hashlimit: fix race between htable_destroy and htable_gc
Pavel Emelyanov
2008-05-02
netfilter: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2008-04-09
[NETFILTER]: xt_hashlimit: fix mask calculation
Patrick McHardy
2008-03-27
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
Denis V. Lunev
2008-02-19
[NETFILTER]: xt_hashlimit: remove unneeded struct member
Jan Engelhardt
2008-01-31
[NETFILTER]: Ipv6-related xt_hashlimit compilation fix.
Pavel Emelyanov
2008-01-31
[NETFILTER]: xt_hashlimit match, revision 1
Jan Engelhardt
2008-01-31
[NETFILTER]: more sparse fixes
Stephen Hemminger
2008-01-28
[NETFILTER]: Update modules' descriptions
Jan Engelhardt
2008-01-28
[NETFILTER]: xt_hashlimit: reduce overhead without IPv6
Eric Dumazet
2008-01-28
[NETFILTER]: xt_hashlimit: speedup hash_dst()
Eric Dumazet
2008-01-28
[NETFILTER]: xt_hashlimit: remove ip6tables module dependency
Patrick McHardy
2008-01-28
[NETFILTER]: x_tables: consistent and unique symbol names
Jan Engelhardt
2007-12-14
[NETFILTER]: xt_hashlimit should use time_after_eq()
Eric Dumazet
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-10
[NET]: Make all initialized struct seq_operations const.
Philippe De Muyter
2007-07-10
[NETFILTER]: x_tables: mark matches and targets __read_mostly
Patrick McHardy
2007-07-10
[NETFILTER]: Remove redundant parentheses/braces
Jan Engelhardt
2007-07-10
[NETFILTER]: add some consts, remove some casts
Jan Engelhardt
2007-07-10
[NETFILTER]: x_tables: switch xt_match->checkentry to bool
Jan Engelhardt
2007-07-10
[NETFILTER]: x_tables: switch xt_match->match to bool
Jan Engelhardt
2007-07-10
[NETFILTER]: x_tables: switch hotdrop to bool
Jan Engelhardt
2007-04-25
[NETFILTER]: Use setup_timer
Patrick McHardy
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
2007-02-12
[PATCH] mark struct file_operations const 8
Arjan van de Ven
2007-02-08
[NET]: Add UDPLITE support in a few missing spots
Patrick McHardy
2007-01-03
[NETFILTER] xt_hashlimit.c: fix typo
Alexey Dobriyan
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-04
[PATCH] severing skbuff.h -> mm.h
Al Viro
2006-12-02
[NETFILTER]: xtables: fixes warning on compilation of hashlimit
Yasuyuki Kozakai
2006-12-02
[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6
Patrick McHardy