From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: [GIT] Please pull updates for IPVS Date: Fri, 15 Aug 2008 10:12:52 +1000 Message-ID: <20080815001250.GC15825@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , Sven Wegener , Julius Volz , Wensong Zhang , Julian Anastasov To: lvs-devel@vger.kernel.org, netdev@vger.kernel.org Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]:60607 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751670AbYHOAMy (ORCPT ); Thu, 14 Aug 2008 20:12:54 -0400 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, I have pulled together the handful of unmerged but agreed to IPVS patches that are floating around. Julius, Sven and I would particularly like Julius' two changes to go in. They add a new interface which is currently unused and thus the likelihood of breakage seems low. The other changes are clean ups. The following changes since commit 0eb8b1fe9238ca4c1797e4c105d5790abda1726f: Michael Chan (1): bnx2: Update version to 1.8.0. are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6.git master Julius Volz (2): IPVS: Add genetlink interface definitions to ip_vs.h IPVS: Add genetlink interface implementation Simon Horman (1): ipvs: rename __ip_vs_wlc_schedule in lblc and lblcr schedulers Sven Wegener (2): ipvs: Only call init_service, update_service and done_service for schedulers if defined ipvs: Create init functions for estimator code include/linux/ip_vs.h | 160 ++++++++ include/net/ip_vs.h | 2 + net/ipv4/ipvs/ip_vs_core.c | 8 +- net/ipv4/ipvs/ip_vs_ctl.c | 896 ++++++++++++++++++++++++++++++++++++++++++- net/ipv4/ipvs/ip_vs_est.c | 18 +- net/ipv4/ipvs/ip_vs_lblc.c | 13 +- net/ipv4/ipvs/ip_vs_lblcr.c | 13 +- net/ipv4/ipvs/ip_vs_lc.c | 21 - net/ipv4/ipvs/ip_vs_nq.c | 24 -- net/ipv4/ipvs/ip_vs_rr.c | 7 - net/ipv4/ipvs/ip_vs_sed.c | 24 -- net/ipv4/ipvs/ip_vs_wlc.c | 24 -- 12 files changed, 1072 insertions(+), 138 deletions(-)