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(-)
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
|