From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: [PATCH net 0/4] ipvlan: list corruption and rcu fixes Date: Fri, 27 Mar 2015 18:30:22 +0100 Message-ID: Cc: Mahesh Bandewar , Dan Williams To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47457 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbbC0Raj (ORCPT ); Fri, 27 Mar 2015 13:30:39 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This patch set fixes different issues leading to corrupted lists and incorrect rcu usage. Jiri Benc (4): ipvlan: fix addr hash list corruption ipvlan: protect against concurrent link removal ipvlan: do not use rcu operations for address list ipvlan: fix check for IP addresses in control path drivers/net/ipvlan/ipvlan.h | 4 +++- drivers/net/ipvlan/ipvlan_core.c | 25 ++++++++++++++++++------- drivers/net/ipvlan/ipvlan_main.c | 28 +++++++++++++++++----------- 3 files changed, 38 insertions(+), 19 deletions(-) -- 1.8.3.1