summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/ipt_CLUSTERIP.c
AgeCommit message (Expand)Author
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-10-17netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIPGao feng
2013-10-17netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directoryGao feng
2013-10-17netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_getGao feng
2013-10-17netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespaceGao feng
2013-10-17netfilter: ipt_CLUSTERIP: make clusterip_list per net namespaceGao feng
2013-10-17netfilter: ipt_CLUSTERIP: make proc directory per net namespaceGao feng
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches
2011-07-01netfilter: Reduce switch/case indentJoe Perches
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet
2011-03-20netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov
2011-01-18netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet
2010-08-19netfilter: ipt_CLUSTERIP: use proto_ports_offset() to support AH messageChangli Gao
2010-07-21net: remove last uses of __attribute__((packed))Gustavo F. Padovan
2010-06-15netfilter: CLUSTERIP: RCU conversionEric Dumazet
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-01netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: xtables: shorten up return clauseJan Engelhardt
2010-03-25netfilter: xtables: slightly better error reportingJan Engelhardt
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt
2010-03-25netfilter: xtables: make use of caller family rather than target familyJan Engelhardt
2010-01-22netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt
2008-07-30net: use the common ascii hex helpersHarvey Harrison
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev
2008-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-14[NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by funct...Jan Engelhardt
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _e...Pavel Emelyanov
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev
2008-03-25[NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy