From: Florian Fainelli Date: Thu, 26 Jun 2014 17:06:44 +0000 (-0700) Subject: net: systemport: do not clear IFF_MULTICAST flag X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b140a678834f55602e50e7d6a47663e230434a7;p=pandora-kernel.git net: systemport: do not clear IFF_MULTICAST flag The SYSTEMPORT Ethernet MAC supports multicast just fine, it just lacks any sort of Unicast/Broadcast/Multicasting filtering at the Ethernet MAC level since that is handled by the front end Ethernet switch, but that is properly handled by bcm_sysport_set_rx_mode(). Some user-space applications might be relying on the presence of this flag to prevent using multicast sockets, this also prevents that interface from joining the IPv6 all-router mcast group. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed