linux/drivers/net/ethernet/cisco/enic
Jakub Kicinski 41edfff572 ethernet: enic: 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.

Use a zero'ed 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-16 08:53:46 +01:00
..
Kconfig
Makefile
cq_desc.h
cq_enet_desc.h
enic.h
enic_api.c
enic_api.h
enic_clsf.c
enic_clsf.h
enic_dev.c
enic_dev.h
enic_ethtool.c net: cisco: Fix a function name in comments 2021-09-27 13:19:36 +01:00
enic_main.c ethernet: enic: use eth_hw_addr_set() 2021-10-16 08:53:46 +01:00
enic_pp.c ethernet: constify references to netdev->dev_addr in drivers 2021-10-14 09:22:11 -07:00
enic_pp.h
enic_res.c
enic_res.h
rq_enet_desc.h
vnic_cq.c
vnic_cq.h
vnic_dev.c
vnic_dev.h
vnic_devcmd.h
vnic_enet.h
vnic_intr.c
vnic_intr.h
vnic_nic.h
vnic_resource.h
vnic_rq.c
vnic_rq.h
vnic_rss.h
vnic_stats.h
vnic_vic.c
vnic_vic.h
vnic_wq.c
vnic_wq.h
wq_enet_desc.h