linux/drivers/net/ethernet
Jakub Kicinski a96d317fb1 ethernet: use eth_hw_addr_set()
Convert all Ethernet drivers from memcpy(... ETH_ADDR)
to eth_hw_addr_set():

  @@
  expression dev, np;
  @@
  - memcpy(dev->dev_addr, np, ETH_ALEN)
  + eth_hw_addr_set(dev, np)

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-02 14:18:25 +01:00
..
3com 3com 3c515: make it compile on 64-bit architectures 2021-09-16 11:14:47 -07:00
8390 ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
actions net: ethernet: actions: Add helper dependency on COMPILE_TEST 2021-08-25 12:06:53 +01:00
adaptec
aeroflex
agere
alacritech
allwinner ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
alteon
altera
amazon ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
amd ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
apm xgene-v2: Fix a resource leak in the error handling path of 'xge_probe()' 2021-08-23 11:23:48 +01:00
apple
aquantia atlantic: Fix issue in the pm resume flow. 2021-09-23 13:24:14 +01:00
arc net: arc_emac: Make use of the helper function dev_err_probe() 2021-09-16 13:35:35 +01:00
atheros ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
broadcom ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
brocade ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
cadence net: macb: ptp: Switch to gettimex64() interface 2021-09-30 13:14:26 +01:00
calxeda
cavium liquidio: Overcome missing device lock protection in init/remove flows 2021-09-27 16:31:58 +01:00
chelsio cxgb: avoid open-coded offsetof() 2021-09-27 14:04:23 +01:00
cirrus ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
cisco net: cisco: Fix a function name in comments 2021-09-27 13:19:36 +01:00
cortina ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
davicom ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
dec ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
dlink ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
emulex ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
ezchip
faraday
freescale ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
fujitsu
google gve: Use kvcalloc() instead of kvzalloc() 2021-09-29 11:40:51 +01:00
hisilicon Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-09-30 14:49:21 -07:00
huawei ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
i825xx net: i825xx: Use absolute_pointer for memcpy from fixed memory location 2021-09-15 12:04:28 -07:00
ibm ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
intel Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2021-10-01 19:58:02 -07:00
litex net: Add depends on OF_NET for LiteX's LiteETH 2021-08-31 08:36:38 -07:00
marvell ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
mediatek net: ethernet: mtk_eth_soc: avoid creating duplicate offload entries 2021-09-23 13:14:19 +01:00
mellanox ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
micrel ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
microchip net: sparx5: fix resource_size.cocci warnings 2021-09-27 13:27:45 +01:00
microsoft net: mana: Prefer struct_size over open coded arithmetic 2021-09-12 10:49:21 +01:00
moxa
mscc ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
myricom ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
natsemi Driver core update for 5.15-rc1 2021-09-01 08:44:42 -07:00
neterion ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
netronome nfp: Move delink_register to be last command 2021-09-27 16:31:59 +01:00
ni net/mlxbf_gige: Make use of devm_platform_ioremap_resourcexxx() 2021-08-31 12:08:05 +01:00
nvidia ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
nxp ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
oki-semi net: pch_gbe: remove mii_ethtool_gset() error handling 2021-08-19 13:06:53 +01:00
packetengines
pasemi net: pasemi: Remove usage of the deprecated "pci-dma-compat.h" API 2021-08-30 20:30:51 -07:00
pensando ionic: add lif param to ionic_qcq_disable 2021-10-02 14:00:22 +01:00
qlogic ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
qualcomm net: qcom/emac: Replace strlcpy with strscpy 2021-09-06 16:43:17 +01:00
rdc r6040: Restore MDIO clock frequency after MAC reset 2021-09-10 10:00:08 +01:00
realtek r8169: remove support for chip version RTL_GIGA_MAC_VER_27 2021-09-14 14:13:58 +01:00
renesas ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
rocker Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-08-13 06:41:22 -07:00
samsung ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
seeq ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
sfc ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
sgi ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
silan
sis net: sis: Fix a function name in comments 2021-09-27 12:44:33 +01:00
smsc ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
socionext net: netsec: Make use of the helper function dev_err_probe() 2021-09-17 09:42:29 +01:00
stmicro ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
sun ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
synopsys ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
tehuti ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
ti ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
toshiba ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
tundra
via ethtool: extend coalesce setting uAPI with CQE mode 2021-08-24 07:38:29 -07:00
wiznet ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
xilinx ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
xircom
xscale ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
dnet.c
dnet.h
ec_bhf.c net: ec_bhf: switch from 'pci_' to 'dma_' API 2021-08-23 11:56:57 +01:00
ethoc.c ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
fealnx.c
jme.c ethernet: use eth_hw_addr_set() 2021-10-02 14:18:25 +01:00
jme.h
Kconfig net: Add driver for LiteX's LiteETH network interface 2021-08-26 12:13:52 +01:00
korina.c
lantiq_etop.c net: lantiq: configure the burst length in ethernet drivers 2021-09-15 11:02:01 +01:00
lantiq_xrx200.c net: lantiq: add support for jumbo frames 2021-09-20 10:07:52 +01:00
Makefile net: Add driver for LiteX's LiteETH network interface 2021-08-26 12:13:52 +01:00