summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_sysfs_if.c
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2018-02-11 18:10:28 -0500
committerDavid S. Miller <davem@davemloft.net>2018-02-11 22:37:04 -0500
commit7ac8ff95f48cbfa609a060fd6a1e361dd62feeb3 (patch)
tree17d01d03f49fb628a0ed88bfc9778fb916f6c142 /net/bridge/br_sysfs_if.c
parent54e02162d4454a99227f520948bf4494c3d972d0 (diff)
downloadop-kernel-dev-7ac8ff95f48cbfa609a060fd6a1e361dd62feeb3.zip
op-kernel-dev-7ac8ff95f48cbfa609a060fd6a1e361dd62feeb3.tar.gz
mvpp2: fix multicast address filter
IPv6 doesn't work on the MacchiatoBIN board. It is caused by broken multicast address filter in the mvpp2 driver. The driver loads doesn't load any multicast entries if "allmulti" is not set. This condition should be reversed. The condition !netdev_mc_empty(dev) is useless (because netdev_for_each_mc_addr is nop if the list is empty). This patch also fixes a possible overflow of the multicast list - if mvpp2_prs_mac_da_accept fails, we set the allmulti flag and retry. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_sysfs_if.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud