Merge branch 'automatically-manage-dsa-master-interface-state'
authorJakub Kicinski <kuba@kernel.org>
Sat, 6 Feb 2021 22:42:59 +0000 (14:42 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Feb 2021 22:42:59 +0000 (14:42 -0800)
commit8d9dbce4e8c4a270c05eac48798d44e5676520f9
treec3dea6a7b331fd14ebaddd81453101a3178c5195
parent78936acc6e845657217f9a83adc5170dc3dcb32e
parent46acf7bdbc72f10bb2e86d69c14189c5d45894f4
Merge branch 'automatically-manage-dsa-master-interface-state'

Vladimir Oltean says:

====================
Automatically manage DSA master interface state

This patch series adds code that makes DSA open the master interface
automatically whenever one user interface gets opened, either by the
user, or by various networking subsystems: netconsole, nfsroot.
With that in place, we can remove some of the places in the network
stack where DSA-specific code was sprinkled.
====================

Link: https://lore.kernel.org/r/20210205133713.4172846-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>