From: patchwork-bot+netdevbpf@kernel.org
To: Birger Koblitz <mail@birger-koblitz.de>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, linux@armlinux.org.uk,
andrew@lunn.ch, hkallweit1@gmail.com, linux-usb@vger.kernel.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
neuromoments@gmail.com, nb@tipi-net.de
Subject: Re: [PATCH net-next v12 00/15] ax88179_178a: Add support for AX88179A-based chips
Date: Sat, 19 Sep 2026 22:30:10 +0000 [thread overview]
Message-ID: <178985701013.1481324.4514554358004911097.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260916-ax88179a-v12-0-60c04c9924a2@birger-koblitz.de>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 16 Sep 2026 05:23:59 +0200 you wrote:
> This adds support for the current generation of ASIX network adapter chips,
> which are based on the AX88179A. This includes the AX88179A/B (1GBit-PHY),
> AX88772D/E (100MBit) and AX88279 (2.5GBit).
>
> The AX179A-based chips all provide both a CDC-NCM compatible USB interface,
> and a proprietary vendor interface with more features. By default, the
> proprietary vendor interface is not active and Linux will load the CDC-NCM
> driver to support the devices. If the ax88179_178a module is configured by
> the OS to have precedence over CDC-NCM, then this driver will switch the
> device to use the vendor interface, and the device will be controlled by
> the ax88179_178a driver when the device is probed again after an automatic
> reset of the device bringing up the vendor interface.
>
> [...]
Here is the summary with links:
- [net-next,v12,01/15] phylink: Add phylink_mac_interrupt
(no matching commit)
- [net-next,v12,02/15] phylib: Add support for PHYs with broken forced mode
(no matching commit)
- [net-next,v12,03/15] ax88179_178a: Fix endianness of pause watermark register
https://git.kernel.org/netdev/net-next/c/a4e22e9253e7
- [net-next,v12,04/15] ax88179_178a: Split driver into library and device specific code
(no matching commit)
- [net-next,v12,05/15] ax88179_178a: Add netdev2data() convenience function
(no matching commit)
- [net-next,v12,06/15] ax88179_178a: Add HW support for AX179A-based chips
(no matching commit)
- [net-next,v12,07/15] ax88179_178a: Add EEE configuration support for AX88179A MACs
(no matching commit)
- [net-next,v12,08/15] ax88179_178a: Add EEE configuration support for AX88179A PHYs
(no matching commit)
- [net-next,v12,09/15] ax88179_178a: Add VLAN offload support for AX88179A
(no matching commit)
- [net-next,v12,10/15] ax88179_178a: Add AX179A/AX279 multicast configuration
(no matching commit)
- [net-next,v12,11/15] ax88179_178a: Add Suspend/resume support for AX88179A/772D/279
(no matching commit)
- [net-next,v12,12/15] ax88179_178a: Add ethtool get_drvinfo
(no matching commit)
- [net-next,v12,13/15] ax88179_178a: Update driver name and information
(no matching commit)
- [net-next,v12,14/15] ax88179_178a: Add support for AX88179A/772D/279 EEPROM access
(no matching commit)
- [net-next,v12,15/15] ax88796b: Add support for AX88772D, AX88179A and AX88279
(no matching commit)
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:[~2026-09-19 22:31 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-16 3:23 Birger Koblitz
2026-09-16 3:24 ` [PATCH net-next v12 01/15] phylink: Add phylink_mac_interrupt Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 02/15] phylib: Add support for PHYs with broken forced mode Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 03/15] ax88179_178a: Fix endianness of pause watermark register Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 04/15] ax88179_178a: Split driver into library and device specific code Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-19 22:04 ` Jakub Kicinski
2026-09-16 3:24 ` [PATCH net-next v12 05/15] ax88179_178a: Add netdev2data() convenience function Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-19 22:05 ` Jakub Kicinski
2026-09-16 3:24 ` [PATCH net-next v12 06/15] ax88179_178a: Add HW support for AX179A-based chips Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-19 22:15 ` Jakub Kicinski
2026-09-19 23:22 ` Birger Koblitz
2026-09-19 23:32 ` Jakub Kicinski
2026-09-19 22:12 ` Jakub Kicinski
2026-09-16 3:24 ` [PATCH net-next v12 07/15] ax88179_178a: Add EEE configuration support for AX88179A MACs Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 08/15] ax88179_178a: Add EEE configuration support for AX88179A PHYs Birger Koblitz
2026-09-17 21:24 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 09/15] ax88179_178a: Add VLAN offload support for AX88179A Birger Koblitz
2026-09-17 21:25 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 10/15] ax88179_178a: Add AX179A/AX279 multicast configuration Birger Koblitz
2026-09-17 21:25 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 11/15] ax88179_178a: Add Suspend/resume support for AX88179A/772D/279 Birger Koblitz
2026-09-17 21:25 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 12/15] ax88179_178a: Add ethtool get_drvinfo Birger Koblitz
2026-09-17 21:25 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 13/15] ax88179_178a: Update driver name and information Birger Koblitz
2026-09-17 21:25 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 14/15] ax88179_178a: Add support for AX88179A/772D/279 EEPROM access Birger Koblitz
2026-09-17 21:25 ` netdev-bot+sashiko
2026-09-16 3:24 ` [PATCH net-next v12 15/15] ax88796b: Add support for AX88772D, AX88179A and AX88279 Birger Koblitz
2026-09-17 21:25 ` netdev-bot+sashiko
2026-09-19 5:28 ` [PATCH v12 0/15] ax88179_178a: Add support for AX88179A-based chips Jianhui Xu
2026-09-19 22:30 ` 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=178985701013.1481324.4514554358004911097.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hkallweit1@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mail@birger-koblitz.de \
--cc=nb@tipi-net.de \
--cc=netdev@vger.kernel.org \
--cc=neuromoments@gmail.com \
--cc=pabeni@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®