netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: stmmac: Fix multicast filter on IPQ806x
@ 2020-08-12 19:36 Jonathan McDowell
  2020-08-12 19:37 ` [PATCH net 1/2] net: stmmac: dwmac1000: provide multicast filter fallback Jonathan McDowell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jonathan McDowell @ 2020-08-12 19:36 UTC (permalink / raw)
  To: Giuseppe Cavallaro, Alexandre Torgue, Jose Abreu, David Miller,
	Jakub Kicinski, Maxime Coquelin, netdev, linux-stm32,
	linux-arm-kernel, linux-arm-msm, linux-kernel

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.

Jonathan McDowell (2):
  net: stmmac: dwmac1000: provide multicast filter fallback
  net: ethernet: stmmac: Disable hardware multicast filter

 drivers/net/ethernet/stmicro/stmmac/dwmac-ipq806x.c  | 1 +
 drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c | 3 +++
 2 files changed, 4 insertions(+)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-12 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 19:36 [PATCH net 0/2] net: stmmac: Fix multicast filter on IPQ806x Jonathan McDowell
2020-08-12 19:37 ` [PATCH net 1/2] net: stmmac: dwmac1000: provide multicast filter fallback Jonathan McDowell
2020-08-12 19:37 ` [PATCH net 2/2] net: ethernet: stmmac: Disable hardware multicast filter Jonathan McDowell
2020-08-12 20:13 ` [PATCH net 0/2] net: stmmac: Fix multicast filter on IPQ806x David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).