From: Peter Christensen Date: Thu, 8 May 2014 09:15:37 +0000 (+0200) Subject: macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~146^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbeb0eadcf9fe74fb2b9b1a6fea82cd538b1e556;p=pandora-kernel.git macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces. Clearing the IFF_ALLMULTI flag on a down interface could cause an allmulti overflow on the underlying interface. Attempting the set IFF_ALLMULTI on the underlying interface would cause an error and the log message: "allmulti touches root, set allmulti failed." Signed-off-by: Peter Christensen Signed-off-by: David S. Miller --- Reading git-diff-tree failed