All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net-next 0/3] arch, misc: use eth_hw_addr_set()
Date: Thu, 28 Oct 2021 19:47:04 -0700	[thread overview]
Message-ID: <20211029024707.316066-1-kuba@kernel.org> (raw)

Convert remaining misc drivers to use helpers to write
to netdev->dev_addr.

This is the last set :) :)

Jakub Kicinski (3):
  net: sgi-xp: use eth_hw_addr_set()
  net: um: use eth_hw_addr_set()
  net: xtensa: use eth_hw_addr_set()

 arch/um/drivers/net_kern.c          | 3 ++-
 arch/xtensa/platforms/iss/network.c | 3 ++-
 drivers/misc/sgi-xp/xpnet.c         | 9 ++++++---
 3 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.31.1


             reply	other threads:[~2021-10-29  2:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-29  2:47 Jakub Kicinski [this message]
2021-10-29  2:47 ` [PATCH net-next 1/3] net: sgi-xp: use eth_hw_addr_set() Jakub Kicinski
2021-10-29 15:57   ` Steve Wahl
2021-10-29  2:47 ` [PATCH net-next 2/3] net: um: " Jakub Kicinski
2021-10-29  2:47   ` Jakub Kicinski
2021-10-29  6:37   ` Anton Ivanov
2021-10-29  6:37     ` Anton Ivanov
2021-10-29  2:47 ` [PATCH net-next 3/3] net: xtensa: " Jakub Kicinski
2021-10-29 12:30 ` [PATCH net-next 0/3] arch, misc: " patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211029024707.316066-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.