From: patchwork-bot+netdevbpf@kernel•org
To: Jakub Kicinski <kuba@kernel•org>
Cc: davem@davemloft•net, netdev@vger•kernel.org
Subject: Re: [PATCH net-next 00/12] ethernet: manual netdev->dev_addr conversions (part 1)
Date: Sat, 16 Oct 2021 08:00:15 +0000 [thread overview]
Message-ID: <163437121504.28528.4573595521963466241.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211015221652.827253-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft•net>:
On Fri, 15 Oct 2021 15:16:40 -0700 you wrote:
> 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()
>
> [...]
Here is the summary with links:
- [net-next,01/12] ethernet: adaptec: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/8ec53ed9af1f
- [net-next,02/12] ethernet: aeroflex: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/0d4c7517159f
- [net-next,03/12] ethernet: alteon: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/ffaeca68fb5f
- [net-next,04/12] ethernet: amd: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/f98c50509a20
- [net-next,05/12] ethernet: aquantia: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/698c33d8b489
- [net-next,06/12] ethernet: bnx2x: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/a85c8f9ad2f6
- [net-next,07/12] ethernet: bcmgenet: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/0c9e0c7931c6
- [net-next,08/12] ethernet: enic: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/41edfff572d9
- [net-next,09/12] ethernet: ec_bhf: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/10e6ded81235
- [net-next,10/12] ethernet: enetc: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/d9ca87233b68
- [net-next,11/12] ethernet: ibmveth: use ether_addr_to_u64()
https://git.kernel.org/netdev/net-next/c/5c8b348534ac
- [net-next,12/12] ethernet: ixgb: use eth_hw_addr_set()
https://git.kernel.org/netdev/net-next/c/ec356edef78c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-10-16 8:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` patchwork-bot+netdevbpf [this message]
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=163437121504.28528.4573595521963466241.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=kuba@kernel$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox