summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_hashlimit.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-6/+6
* [NETFILTER]: xt_hashlimit: fix mask calculationPatrick McHardy2008-04-101-18/+5Star
* [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-281-8/+8
* [NETFILTER]: xt_hashlimit: remove unneeded struct memberJan Engelhardt2008-02-201-3/+0Star
* [NETFILTER]: Ipv6-related xt_hashlimit compilation fix.Pavel Emelyanov2008-02-011-0/+2
* [NETFILTER]: xt_hashlimit match, revision 1Jan Engelhardt2008-02-011-36/+286
* [NETFILTER]: more sparse fixesStephen Hemminger2008-02-011-0/+2
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-291-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/+29Star
* [NETFILTER]: xt_hashlimit should use time_after_eq()Eric Dumazet2007-12-141-1/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-5/+6
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-1/+1
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-111-1/+1
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-111-12/+18
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-111-8/+8
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-111-8/+9
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-111-2/+2
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-3/+1Star
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-3/+3
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-4/+4
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-2/+2
* [NET]: Add UDPLITE support in a few missing spotsPatrick McHardy2007-02-081-0/+1
* [NETFILTER] xt_hashlimit.c: fix typoAlexey Dobriyan2007-01-041-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* [NETFILTER]: xtables: fixes warning on compilation of hashlimitYasuyuki Kozakai2006-12-031-1/+1
* [NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6Patrick McHardy2006-12-031-0/+772