]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dev_addr-direct-writes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 9 Oct 2021 10:46:57 +0000 (11:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Oct 2021 10:46:57 +0000 (11:46 +0100)
commit91cfadddbe9796e75a3f9ebc07fcc04185e44214
tree0a2de992be4a84f5017305fee96d67c76b1c8388
parent7838a19efa6fe90e44b42f2f6211577955147e1e
parent2d2fef6afb4997a24756a06df0f57ef2560cbcbe
Merge branch 'dev_addr-direct-writes'

Jakub Kicinski says:

====================
net: remove direct netdev->dev_addr writes

Commit 09f15be0aa1e ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it got through appropriate helpers.

This series contains top 5 conversions in terms of LoC required
to bring the driver into compliance.
====================

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