commit | ac617341343cf9d4690e95384b879211c3775d75 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Thu Oct 28 19:47:06 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 29 13:17:21 2021 +0100 |
tree | 6395a443a37601bdee5aa3d72c2cc2fd14abe2ec | |
parent | 40d5cb400530663074740365681d239c0c2e43b8 [diff] |
net: um: use eth_hw_addr_set() Commit 406f42fa0d3c ("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 go through appropriate helpers. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com> Signed-off-by: David S. Miller <davem@davemloft.net>