netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/12] ethernet: manual netdev->dev_addr conversions (part 1)
@ 2021-10-15 22:16 Jakub Kicinski
  2021-10-15 22:16 ` [PATCH net-next 01/12] ethernet: adaptec: use eth_hw_addr_set() Jakub Kicinski
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Jakub Kicinski @ 2021-10-15 22:16 UTC (permalink / raw)
  To: davem; +Cc: netdev, Jakub Kicinski

Manual conversions of drivers writing directly
to netdev->dev_addr (part 1 out of 3).

Jakub Kicinski (12):
  ethernet: adaptec: use eth_hw_addr_set()
  ethernet: aeroflex: use eth_hw_addr_set()
  ethernet: alteon: use eth_hw_addr_set()
  ethernet: amd: use eth_hw_addr_set()
  ethernet: aquantia: use eth_hw_addr_set()
  ethernet: bnx2x: use eth_hw_addr_set()
  ethernet: bcmgenet: use eth_hw_addr_set()
  ethernet: enic: use eth_hw_addr_set()
  ethernet: ec_bhf: use eth_hw_addr_set()
  ethernet: enetc: use eth_hw_addr_set()
  ethernet: ibmveth: use ether_addr_to_u64()
  ethernet: ixgb: use eth_hw_addr_set()

 drivers/net/ethernet/adaptec/starfire.c         |  4 +++-
 drivers/net/ethernet/aeroflex/greth.c           |  6 +++---
 drivers/net/ethernet/alteon/acenic.c            | 14 ++++++++------
 drivers/net/ethernet/amd/amd8111e.c             |  4 +++-
 drivers/net/ethernet/amd/pcnet32.c              | 13 +++++++++----
 drivers/net/ethernet/aquantia/atlantic/aq_nic.c |  6 ++++--
 .../net/ethernet/broadcom/bnx2x/bnx2x_main.c    | 16 +++++++++++-----
 drivers/net/ethernet/broadcom/genet/bcmgenet.c  |  8 ++++++--
 drivers/net/ethernet/cisco/enic/enic_main.c     |  5 +++--
 drivers/net/ethernet/ec_bhf.c                   |  4 +++-
 drivers/net/ethernet/freescale/enetc/enetc_hw.h |  6 +++++-
 drivers/net/ethernet/freescale/enetc/enetc_pf.c |  2 +-
 drivers/net/ethernet/freescale/enetc/enetc_vf.c |  2 +-
 drivers/net/ethernet/ibm/ibmveth.c              | 17 +++--------------
 drivers/net/ethernet/intel/ixgb/ixgb_main.c     |  8 ++++++--
 15 files changed, 69 insertions(+), 46 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-10-19 22:03 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 22:16 [PATCH net-next 00/12] ethernet: manual netdev->dev_addr conversions (part 1) Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 01/12] ethernet: adaptec: use eth_hw_addr_set() Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 02/12] ethernet: aeroflex: " Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 03/12] ethernet: alteon: " Jakub Kicinski
2021-10-19  7:49   ` jes
2021-10-15 22:16 ` [PATCH net-next 04/12] ethernet: amd: " Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 05/12] ethernet: aquantia: " Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 06/12] ethernet: bnx2x: " Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 07/12] ethernet: bcmgenet: " Jakub Kicinski
2021-10-19 22:02   ` Florian Fainelli
2021-10-15 22:16 ` [PATCH net-next 08/12] ethernet: enic: " Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 09/12] ethernet: ec_bhf: " Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 10/12] ethernet: enetc: " Jakub Kicinski
2021-10-15 22:16 ` [PATCH net-next 11/12] ethernet: ibmveth: use ether_addr_to_u64() Jakub Kicinski
2021-10-15 22:28   ` Tyrel Datwyler
2021-10-15 22:16 ` [PATCH net-next 12/12] ethernet: ixgb: use eth_hw_addr_set() Jakub Kicinski
2021-10-16  8:00 ` [PATCH net-next 00/12] ethernet: manual netdev->dev_addr conversions (part 1) patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).