]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Wed, 7 Nov 2018 16:07:59 +0000 (08:07 -0800)
committerOlof Johansson <olof@lixom.net>
Wed, 7 Nov 2018 16:09:50 +0000 (08:09 -0800)
commita89f84a56ec95fd66b839bf9c545f8a59a4ffcd5
treea25acd8839d499b4e017bb661220485a8cd731d5
parent9be66f55b1319d71d492ac1e58a3c352e0b23070
parentfd5ba6ee3187617287fb9cb187e3d6b3631210a3
Merge tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes

ARM: dts: stratix10: fix multicast filtering

On Stratix 10, the EMAC has 256 hash buckets for multicast filtering. This
needs to be specified in DTS, otherwise the stmmac driver defaults to 64
buckets and initializes the filter incorrectly. As a result, e.g. valid
IPv6 multicast traffic ends up being dropped.

* tag 'stratix10_dts_fix_for_v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
  arm64: dts: stratix10: fix multicast filtering

Signed-off-by: Olof Johansson <olof@lixom.net>