netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/8] IPVS updates for v3.11 #2
@ 2013-06-26  9:11 Simon Horman
  2013-06-26  9:11 ` [PATCH 1/8] ipvs: provide iph to schedulers Simon Horman
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Simon Horman @ 2013-06-26  9:11 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: lvs-devel, netdev, netfilter-devel, Wensong Zhang,
	Julian Anastasov, Simon Horman

Hi Pablo,

please consider the following changes for IPVS for v3.11.

The following changes since commit 681f130f39e10087475383e6771b9366e26bab0c:

  netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flag (2013-06-20 20:28:49 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs2-for-v3.11

for you to fetch changes up to 8b4d14d8eb36874daf159d33dcccd4746a6f3189:

  netns: exclude ipvs from struct net when IPVS disabled (2013-06-26 18:01:46 +0900)

----------------------------------------------------------------
IPVS updates for v3.11

* Exclude IPVS from struct net when IPVS disabled
* Remove unnecessary head file
* Add sync_persist_mode flag to reduce sync traffic in the presence
  of persistence
* SH scheduler fallback and L4 hashing
* SCTP cleanup so that its implementation more closely resembles
  that of other protocols supported by IPVS
* Add sloppy TCP and SCTP modes to allow connections to
  fail from one IPVS director to another regardless of their state

----------------------------------------------------------------
Alexander Frolkin (2):
      ipvs: sloppy TCP and SCTP
      ipvs: SH fallback and L4 hashing

Julian Anastasov (4):
      ipvs: provide iph to schedulers
      ipvs: replace the SCTP state machine
      ipvs: drop SCTP connections depending on state
      ipvs: add sync_persist_mode flag

JunweiZhang (2):
      kernel: remove unnecessary head file
      netns: exclude ipvs from struct net when IPVS disabled

 Documentation/networking/ipvs-sysctl.txt |  13 +
 include/net/ip_vs.h                      |  84 +--
 include/net/net_namespace.h              |   2 +
 include/uapi/linux/ip_vs.h               |   6 +
 kernel/sysctl_binary.c                   |   1 -
 net/netfilter/ipvs/ip_vs_conn.c          |  12 +
 net/netfilter/ipvs/ip_vs_core.c          |   4 +-
 net/netfilter/ipvs/ip_vs_ctl.c           |  21 +
 net/netfilter/ipvs/ip_vs_dh.c            |  10 +-
 net/netfilter/ipvs/ip_vs_lblc.c          |  12 +-
 net/netfilter/ipvs/ip_vs_lblcr.c         |  12 +-
 net/netfilter/ipvs/ip_vs_lc.c            |   3 +-
 net/netfilter/ipvs/ip_vs_nq.c            |   3 +-
 net/netfilter/ipvs/ip_vs_proto_sctp.c    | 860 ++++++-------------------------
 net/netfilter/ipvs/ip_vs_proto_tcp.c     |  14 +-
 net/netfilter/ipvs/ip_vs_rr.c            |   3 +-
 net/netfilter/ipvs/ip_vs_sed.c           |   3 +-
 net/netfilter/ipvs/ip_vs_sh.c            | 108 +++-
 net/netfilter/ipvs/ip_vs_sync.c          |  19 +-
 net/netfilter/ipvs/ip_vs_wlc.c           |   3 +-
 net/netfilter/ipvs/ip_vs_wrr.c           |   3 +-
 21 files changed, 399 insertions(+), 797 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-06-29 10:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26  9:11 [GIT PULL 0/8] IPVS updates for v3.11 #2 Simon Horman
2013-06-26  9:11 ` [PATCH 1/8] ipvs: provide iph to schedulers Simon Horman
2013-06-26  9:11 ` [PATCH 2/8] ipvs: sloppy TCP and SCTP Simon Horman
2013-06-26  9:11 ` [PATCH 3/8] ipvs: replace the SCTP state machine Simon Horman
2013-06-26  9:11 ` [PATCH 4/8] ipvs: drop SCTP connections depending on state Simon Horman
2013-06-26  9:11 ` [PATCH 5/8] ipvs: SH fallback and L4 hashing Simon Horman
2013-06-26  9:11 ` [PATCH 6/8] ipvs: add sync_persist_mode flag Simon Horman
2013-06-26  9:11 ` [PATCH 7/8] kernel: remove unnecessary head file Simon Horman
2013-06-26  9:11 ` [PATCH 8/8] netns: exclude ipvs from struct net when IPVS disabled Simon Horman
2013-06-29 10:15 ` [GIT PULL 0/8] IPVS updates for v3.11 #2 Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).