Merge branch 'stmmac-filtering-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Jan 2020 19:31:10 +0000 (11:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Jan 2020 19:31:10 +0000 (11:31 -0800)
commitb509750f8e87794c97dc199a92ea4e4e47db0b16
tree38fc39ed6e89dd30ede27dfe283059531007f882
parentdb885e66d268884dc72967279b7e84f522556abc
parent7bd754c47dd3ad1b048c9641294b0234fcce2c58
Merge branch 'stmmac-filtering-fixes'

Jose Abreu says:

====================
net: stmmac: Filtering fixes

Two single fixes for the L3 and L4 filtering in stmmac.

1) Updates the internal status of RSS when disabling it in order to keep
internal driver status consistent.

2) Do not lets user add a filter if RSS is enabled because the filter will
not work correctly as RSS bypasses this mechanism.
====================

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