summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_CLUSTERIP.c
Commit message (Expand)AuthorAgeFilesLines
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-5/+4Star
* netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt2008-10-081-3/+3
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-8/+5Star
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-4/+2Star
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-2/+2
* net: use the common ascii hex helpersHarvey Harrison2008-07-311-3/+2Star
* netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-04-141-7/+7
|\
| * [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt2008-04-141-1/+1
| * [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-6/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-1/+3
|\ \ | |/ |/|
| * [NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov2008-04-141-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-3/+2Star
|\|
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-281-3/+2Star
* | [NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy2008-03-261-1/+1
|/
* [NETFILTER]: ipt_CLUSTERIP: kill clusterip_config_entry_getIlpo Järvinen2008-02-011-7/+0Star
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-291-1/+1
* [NETFILTER]: non-power-of-two jhash optimizationsPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: x_tables: use %u format specifiersJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: Mark hooks __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-23/+18Star
* [NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan2008-01-281-4/+2Star
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-7/+7
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-1/+2
* [IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl2007-08-141-1/+0Star
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-111-17/+10Star
* [NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy2007-07-111-19/+20
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-1/+1
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-111-7/+4Star
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-111-5/+6
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-111-14/+14
* [NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy2007-04-261-10/+8Star
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-2/+2
* [NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry functionJaroslav Kysela2007-04-101-2/+0Star
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-2/+2
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-21/+21
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-6/+8
* [NET]: Add UDPLITE support in a few missing spotsPatrick McHardy2007-02-081-0/+1
* [NETFILTER]: x_tables: add missing try to load conntrack from match/targetsYasuyuki Kozakai2006-12-141-0/+8
* [PATCH] struct path: convert netfilterJosef Sipek2006-12-081-1/+1
* [NETFILTER]: Fix PROC_FS=n warningsPatrick McHardy2006-12-031-7/+15
* [NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCKPatrick McHardy2006-12-031-3/+0Star
* [NETFILTER]: ipt annotationsAl Viro2006-09-291-7/+7
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-3/+1Star
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-2/+1Star
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star