netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT-PULL nf-next 00/15] IPVS Updates for v4.4
@ 2015-09-17  5:40 Simon Horman
  2015-09-17  5:40 ` [PATCH nf-next 01/15] ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_off Simon Horman
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Simon Horman @ 2015-09-17  5:40 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: lvs-devel, netdev, netfilter-devel, Wensong Zhang,
	Julian Anastasov, Simon Horman

Hi Pablo,

please consider these IPVS Updates for v4.4.

The updates include the following from Alex Gartrell:
* Scheduling of ICMP
* Sysctl to ignore tunneled packets; and hence some packet-looping scenarios

The following changes since commit 851345c5bbb4644911f7c351c042559a71f57d19:

  netfilter: reduce sparse warnings (2015-08-28 21:04:12 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git tags/ipvs-for-v4.4

for you to fetch changes up to 4e478098ac0ac1b6ef9a70fcdc2ec8b93f1b59a1:

  ipvs: add sysctl to ignore tunneled packets (2015-09-17 11:50:02 +0900)

----------------------------------------------------------------
Alex Gartrell (15):
      ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_off
      ipvs: Add hdr_flags to iphdr
      ipvs: Handle inverse and icmp headers in ip_vs_leave
      ipvs: pull out ip_vs_try_to_schedule function
      ipvs: drop inverse argument to conn_{in,out}_get
      ipvs: Make ip_vs_schedule aware of inverse iph'es
      ipvs: add schedule_icmp sysctl
      ipvs: Use outer header in ip_vs_bypass_xmit_v6
      ipvs: sh: support scheduling icmp/inverse packets consistently
      ipvs: attempt to schedule icmp packets
      ipvs: ensure that ICMP cannot be sent in reply to ICMP
      ipvs: support scheduling inverse and icmp TCP packets
      ipvs: support scheduling inverse and icmp UDP packets
      ipvs: support scheduling inverse and icmp SCTP packets
      ipvs: add sysctl to ignore tunneled packets

 Documentation/networking/ipvs-sysctl.txt |  10 ++
 include/net/ip_vs.h                      | 120 ++++++++++---
 net/netfilter/ipvs/ip_vs_conn.c          |  12 +-
 net/netfilter/ipvs/ip_vs_core.c          | 299 +++++++++++++++++++------------
 net/netfilter/ipvs/ip_vs_ctl.c           |  15 +-
 net/netfilter/ipvs/ip_vs_pe_sip.c        |   2 +-
 net/netfilter/ipvs/ip_vs_proto_ah_esp.c  |  17 +-
 net/netfilter/ipvs/ip_vs_proto_sctp.c    |  34 ++--
 net/netfilter/ipvs/ip_vs_proto_tcp.c     |  38 +++-
 net/netfilter/ipvs/ip_vs_proto_udp.c     |  25 ++-
 net/netfilter/ipvs/ip_vs_sh.c            |  45 +++--
 net/netfilter/ipvs/ip_vs_xmit.c          |  24 +--
 net/netfilter/xt_ipvs.c                  |   4 +-
 13 files changed, 427 insertions(+), 218 deletions(-)

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

end of thread, other threads:[~2015-09-18 20:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17  5:40 [GIT-PULL nf-next 00/15] IPVS Updates for v4.4 Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 01/15] ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_off Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 02/15] ipvs: Add hdr_flags to iphdr Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 03/15] ipvs: Handle inverse and icmp headers in ip_vs_leave Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 04/15] ipvs: pull out ip_vs_try_to_schedule function Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 05/15] ipvs: drop inverse argument to conn_{in,out}_get Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 06/15] ipvs: Make ip_vs_schedule aware of inverse iph'es Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 07/15] ipvs: add schedule_icmp sysctl Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 08/15] ipvs: Use outer header in ip_vs_bypass_xmit_v6 Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 09/15] ipvs: sh: support scheduling icmp/inverse packets consistently Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 10/15] ipvs: attempt to schedule icmp packets Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 11/15] ipvs: ensure that ICMP cannot be sent in reply to ICMP Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 12/15] ipvs: support scheduling inverse and icmp TCP packets Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 13/15] ipvs: support scheduling inverse and icmp UDP packets Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 14/15] ipvs: support scheduling inverse and icmp SCTP packets Simon Horman
2015-09-17  5:40 ` [PATCH nf-next 15/15] ipvs: add sysctl to ignore tunneled packets Simon Horman
2015-09-18 14:20 ` [GIT-PULL nf-next 00/15] IPVS Updates for v4.4 Eric W. Biederman
2015-09-18 20:17 ` 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).