aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_CLUSTERIP.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-3/+3
* netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov2011-03-201-1/+4
* netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet2011-01-181-6/+1
* netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao2010-08-191-16/+15
* net: remove last uses of __attribute__((packed))Gustavo F. Padovan2010-07-211-1/+1
* netfilter: CLUSTERIP: RCU conversionEric Dumazet2010-06-151-19/+29
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-2/+3
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
| |\
| | * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-2/+2
| |/
* | netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet2010-04-011-1/+2
* | netfilter: xtables: shorten up return clauseJan Engelhardt2010-03-251-5/+2
* | netfilter: xtables: slightly better error reportingJan Engelhardt2010-03-251-5/+6
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-8/+8
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-21/+21
* | netfilter: xtables: make use of caller family rather than target familyJan Engelhardt2010-03-251-3/+3
|/
* netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan2010-01-221-9/+5
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-10/+10
* net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-5/+4
* 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/+5
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-4/+2
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-2/+2
* net: use the common ascii hex helpersHarvey Harrison2008-07-301-3/+2
* 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-271-3/+2
|\|
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-3/+2
* | [NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy2008-03-251-1/+1
|/
* [NETFILTER]: ipt_CLUSTERIP: kill clusterip_config_entry_getIlpo Järvinen2008-01-311-7/+0
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-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/+18
* [NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan2008-01-281-4/+2
* [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-101-1/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-1/+2
* [IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl2007-08-131-1/+0
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-17/+10
* [NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy2007-07-101-19/+20
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-1/+1