[PATCH nf 1/6] ipvs: fix ipv6 route unreach panic

2015-07-15 Thread Simon Horman
From: Alex Gartrell Previously there was a trivial panic unshare -n /bin/bash <dev and use that for the purpose of the invocation. Signed-off-by: Alex Gartrell Acked-by: Julian Anastasov Signed-off-by: Simon Horman --- net/netfilter/ipvs/ip_vs_xmit.c | 7 +++ 1 file changed

[PATCH nf 3/6] ipvs: fix crash if scheduler is changed

2015-07-15 Thread Simon Horman
ne" name to indicate that scheduler is not assigned, a state when we drop new connections. Reported-by: Alexander Vasiliev Fixes: ceec4c381681 ("ipvs: convert services to rcu") Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- net/netfilter/ipvs/ip_vs_core.c | 16 +++

[PATCH nf 2/6] ipvs: do not use random local source address for tunnels

2015-07-15 Thread Simon Horman
is refreshed. By this way we will get preferred source address from routing. Reported-by: Michael Vallaly Fixes: 026ace060dfe ("ipvs: optimize dst usage for real server") Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- net/netfilter/ipvs/ip_vs_xmit.c | 1 - 1 fi

[PATCH nf 4/6] ipvs: skb_orphan in case of forwarding

2015-07-15 Thread Simon Horman
ip_local_out). Additionally, skb_set_owner_w is totally broken for non full-socks. Signed-off-by: Alex Gartrell Fixes: 41063e9dd119 ("ipv4: Early TCP socket demux.") Acked-by: Julian Anastasov Signed-off-by: Simon Horman --- net/netfilter/ipvs/ip_vs_xmit.c | 27 +

[PATCH nf 0/6] IPVS Fixes for v4.2

2015-07-15 Thread Simon Horman
Hi Pablo, please consider this fix for v4.2. For reasons that are not clear to me it is a bumper crop. It seems to me that they are all relevant to stable. Please let me know if you need my help to get the fixes into stable. * ipvs: fix ipv6 route unreach panic This problem appears to be pres

Re: [RFC net-next 22/22] openvswitch: Use regular GRE net_device instead of vport

2015-07-16 Thread Simon Horman
On Fri, Jul 10, 2015 at 04:19:24PM +0200, Thomas Graf wrote: > From: Pravin Shelar > > Removes all of the OVS specific GRE code and makes OVS use a > GRE net_device. > > Signed-off-by: Pravin B Shelar [snip] > @@ -115,6 +117,8 @@ static bool log_ecn_error = true; > module_param(log_ecn_error

Re: [PATCH net-next v2 0/5] switchdev: avoid duplicate packet forwarding

2015-07-16 Thread Simon Horman
add offload_fwd_mark generator helper > rocker: add offload_fwd_mark support > switchdev: update documentation for offload_fwd_mark [snip] All patches: Reviewed-by: Simon Horman -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majo

Re: [PATCH] ipvs: Make wrr "no available servers" error message rate-limited

2008-02-05 Thread Simon Horman
weight of zero. > > Signed-off-by: Sven Wegener <[EMAIL PROTECTED]> Hi Sven, this looks good to me. Acked-by: Simon Horman <[EMAIL PROTECTED]> > --- > > Actually, do we need this message at all? The wrr scheduler is the only one > printing an error message in such a case.

Re: [PATCH] ipvs: Make the synchronization interval controllable

2008-02-06 Thread Simon Horman
maximum. I can't think of a usage case off-hand, but I'm not sure I understand why a user shouldn't be able to set it to much (rediculously) higher values. In any case, thats not a big deal. Acked-by: Simon Horman <[EMAIL PROTECTED]> > --- > > Changes from the las

Re: [RFC] ipvs: Cleanup sync daemon code

2008-02-09 Thread Simon Horman
xed the problem I was seeing using s/^ / / Unfortuantely/Fortunately I am about to leave for a few days skiing, so if I am quiet you will know why. Acked-by: Simon Horman <[EMAIL PROTECTED]> -- Horms -- To unsubscribe from this list: send the line "unsubscribe netdev" in t

<    9   10   11   12   13   14