These patches add and correct multicast address filtering for the Altera Cyclone 5 SOC, and configuration parameters for multicast and perfect filtering capabilities of a particular Synopsys EMAC. Filtering has been put through regression testing for the Altera C5 SOC, but not for other implementations. This implementation extends the filter programming by examining the device characteristics and using either the current set_multicast function or the new extended function that supports all possible multicast filter configurations for the Synopsys EMAC. Review comments are welcome. Thanks Vince Bridgers (2): dts: Add bindings for multicast hash bins and perfect filter entries stmmac: add extended set multicast filter & devicetree options Documentation/devicetree/bindings/net/stmmac.txt | 6 + drivers/net/ethernet/stmicro/stmmac/common.h | 42 +++-- drivers/net/ethernet/stmicro/stmmac/dwmac1000.h | 5 +- .../net/ethernet/stmicro/stmmac/dwmac1000_core.c | 161 +++++++++++++++++--- .../net/ethernet/stmicro/stmmac/dwmac100_core.c | 29 ++-- .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c | 6 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 36 ++--- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 51 +++++++ include/linux/stmmac.h | 2 + 9 files changed, 267 insertions(+), 71 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html