aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_CLUSTERIP.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison1-5/+4
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt1-3/+3
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-8/+5
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-4/+2
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-2/+2
2008-07-30net: use the common ascii hex helpersHarvey Harrison1-3/+2
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-3/+3
2008-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.26David S. Miller1-7/+7
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function callJan Engelhardt1-1/+1
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt1-6/+6
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _entry_putPavel Emelyanov1-1/+3
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev1-3/+2
2008-03-25[NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy1-1/+1
2008-01-31[NETFILTER]: ipt_CLUSTERIP: kill clusterip_config_entry_getIlpo Järvinen1-7/+0
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: non-power-of-two jhash optimizationsPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: x_tables: use %u format specifiersJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: Mark hooks __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-23/+18
2008-01-28[NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan1-4/+2
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-7/+7
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-1/+2
2007-08-13[IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl1-1/+0
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-17/+10
2007-07-10[NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy1-19/+20
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt1-7/+4
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt1-5/+6
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt1-14/+14
2007-04-25[NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy1-10/+8
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-2/+2
2007-04-10[NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry functionJaroslav Kysela1-2/+0
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-2/+2
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-21/+21
2007-02-08[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt1-6/+8
2007-02-08[NET]: Add UDPLITE support in a few missing spotsPatrick McHardy1-0/+1
2006-12-13[NETFILTER]: x_tables: add missing try to load conntrack from match/targetsYasuyuki Kozakai1-0/+8
2006-12-08[PATCH] struct path: convert netfilterJosef Sipek1-1/+1
2006-12-02[NETFILTER]: Fix PROC_FS=n warningsPatrick McHardy1-7/+15
2006-12-02[NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCKPatrick McHardy1-3/+0
2006-09-28[NETFILTER]: ipt annotationsAl Viro1-7/+7
2006-09-22[NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy1-3/+1
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy1-2/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0