]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71c029c54c31074cd02d235f5c9c4eab471b4740
tree38fc39ed6e89dd30ede27dfe283059531007f882
parent9c4e566835114ee9deb9fdc18854be29ab02538e
parent60ca0396c73abbaffc5656ac6d97f231c78efc6c
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>