linux-stable/drivers/net/ethernet/renesas
Jakub Kicinski 0b08956cd5 ethernet: renesas: use eth_hw_addr_set()
Commit 406f42fa0d ("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.

Break the address up into an array on the stack, then call
eth_hw_addr_set().

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-19 12:41:47 +01:00
..
Kconfig ethernet: fix PTP_1588_CLOCK dependencies 2021-08-13 17:49:05 -07:00
Makefile ethernet: renesas: convert to SPDX identifiers 2018-09-10 10:11:53 -07:00
ravb.h ravb: Update ravb_emac_init_gbeth() 2021-10-13 09:08:57 -07:00
ravb_main.c ethernet: renesas: use eth_hw_addr_set() 2021-10-19 12:41:47 +01:00
ravb_ptp.c ravb: Add multi_irq to struct ravb_hw_info 2021-08-25 11:18:16 +01:00
sh_eth.c ethernet: renesas: use eth_hw_addr_set() 2021-10-19 12:41:47 +01:00
sh_eth.h sh_eth: place RX/TX descriptor *enum*s after their *struct*s 2021-03-12 17:50:42 -08:00