aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_CLUSTERIP.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-1/+0
2011-07-01netfilter: Reduce switch/case indentJoe Perches1-13/+13
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-3/+3
2011-03-20netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov1-1/+4
2011-01-18netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet1-6/+1
2010-08-19netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao1-16/+15
2010-07-21net: remove last uses of __attribute__((packed))Gustavo F. Padovan1-1/+1
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet1-19/+29
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-2/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-2/+2
2010-04-01netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt1-5/+2
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt1-5/+6
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-8/+8
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-1/+1
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt1-21/+21
2010-03-25netfilter: xtables: make use of caller family rather than target familyJan Engelhardt1-3/+3
2010-01-22netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan1-9/+5
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches1-10/+10
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