]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9770d3bc745612a96f30509503173bae53dd49c
treec3dea6a7b331fd14ebaddd81453101a3178c5195
parentf91a9d0fc2c726d29a93f0a6a5d7e0f555b83fff
parent47694a2c6b5db1a67238e9106fa1736d25210348
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>