]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Aug 2020 20:12:52 +0000 (13:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Aug 2020 20:12:52 +0000 (13:12 -0700)
commit5e5d33b2c943be8639d302b653ffa1e313f31bec
tree492677f3dc81e398cd8581497a0bba1e62c48129
parent7d6d7f21434e39fbb1cd9ecf1bf21c73ab6014db
parent1f6a211d52c5b9f1d61aa7ab0555b0e2802468c4
Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x'

Jonathan McDowell says:

====================
net: stmmac: Fix multicast filter on IPQ806x

This pair of patches are the result of discovering a failure to
correctly receive IPv6 multicast packets on such a device (in particular
DHCPv6 requests and RA solicitations). Putting the device into
promiscuous mode, or allmulti, both resulted in such packets correctly
being received. Examination of the vendor driver (nss-gmac from the
qsdk) shows that it does not enable the multicast filter and instead
falls back to allmulti.

Extend the base dwmac1000 driver to fall back when there's no suitable
hardware filter, and update the ipq806x platform to request this.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>