]> 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)
commit7dffb44b2706437d11ac6974d7ce72bc7ff0f8c0
treec3dea6a7b331fd14ebaddd81453101a3178c5195
parent860135ecdf11c00e435231c954eb29734960fccf
parent0d1bf5cb734fd0186fb02dd0d168425902e7d6c4
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>