aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02ipvs: remove EXPERIMENTAL tagSimon Horman1-1/+1
2010-07-23IPVS: make FTP work with full NAT supportHannes Eder4-57/+165
2010-07-23IPVS: make friends with nf_conntrackHannes Eder3-37/+30
2010-07-23netfilter: xt_ipvs (netfilter matcher for IPVS)Hannes Eder1-0/+1
2010-07-09ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_outXiaoyu Du1-1/+1
2010-07-05ipvs: Kconfig cleanupMichal Marek1-4/+1
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-11/+29
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2010-06-22IPVS: one-packet schedulingNick Chalk3-11/+29
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König2-2/+2
2010-06-10net-next: remove useless union keywordChangli Gao1-43/+43
2010-06-09ipvs: Add missing locking during connection table hashing and unhashingSven Wegener1-0/+4
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy13-1/+12
2010-04-08IPVS: fix potential stack overflow with overly long protocol namesPatrick McHardy2-24/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo13-1/+12
2010-03-25netfilter: ipvs: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-8/+8
2010-03-15netfilter: net/netfilter/ipvs/ip_vs_ftp.c: Remove use of NIPQUADJoe Perches1-2/+8
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-23/+21
2010-02-26IPVS: ip_vs_lblcr: use list headASimon Horman1-23/+21
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2-8/+7
2010-02-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy7-11/+1264
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy3-16/+16
2010-01-11ipvs: use standardized format in sprintfJoe Perches1-1/+1
2010-01-05IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE3-15/+39
2010-01-04ipvs: Add boundary check on ioctl argumentsArjan van de Ven1-1/+13
2009-12-22ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli2-15/+3
2009-12-15ipvs: zero usvc and udestSimon Horman1-0/+4
2009-12-14ipvs: fix synchronization on connection closeXiaotian Feng1-0/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman3-5/+5
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+4
2009-08-31IPVS: Add handling of incoming ICMPV6 messagesJulius Volz1-6/+17
2009-08-31ipvs: Use atomic operations atomiclySimon Horman2-6/+7
2009-08-05net: mark read-only arrays as constJan Engelhardt3-3/+4
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder20-147/+145
2009-07-30IPVS: use pr_fmtHannes Eder23-4/+74
2009-07-12genetlink: make netns awareJohannes Berg1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-24/+24
2009-05-21ipvs: Use genl_register_family_with_ops()Michał Mirosław1-16/+2
2009-05-08ipvs: Fix IPv4 FWMARK virtual servicesSimon Horman2-4/+9
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman9-10/+24
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-11-10netfilter: payload_len is be16, add size of struct rather than size of pointerHarvey Harrison1-1/+2
2008-11-06ipvs: oldlen, newlen should be be16, not be32Harvey Harrison2-8/+8
2008-11-03net: '&' reduxAlexey Dobriyan3-25/+25
2008-11-03IPVS: Remove supports_ipv6 scheduler flagJulius Volz11-48/+6
2008-11-03IPVS: Add IPv6 support to LBLC/LBLCR schedulersJulius Volz2-61/+92
2008-11-02IPVS: Add IPv6 support to SH and DH schedulersJulius Volz2-18/+42