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(-) -- 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