public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/4] net: thunderbolt: Various improvements
@ 2026-01-15 11:56 Mika Westerberg
  2026-01-15 11:56 ` [PATCH net-next v3 1/4] net: thunderbolt: Allow changing MAC address of the device Mika Westerberg
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Mika Westerberg @ 2026-01-15 11:56 UTC (permalink / raw)
  To: netdev
  Cc: Ian MacDonald, Jay Vosburgh, Andrew Lunn, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Heiner Kallweit,
	Russell King, Yehezkel Bernat, Simon Horman, Salvatore Bonaccorso,
	Nikolay Aleksandrov, Mika Westerberg

Hi all,

This series improves the Thunderbolt networking driver so that it should
work with the bonding driver.

The discussion that started this patch series can be read below:

  https://lore.kernel.org/netdev/CAFJzfF9N4Hak23sc-zh0jMobbkjK7rg4odhic1DQ1cC+=MoQoA@mail.gmail.com/

The previous version of the series can be seen here:

  v2: https://lore.kernel.org/netdev/20260109122606.3586895-1-mika.westerberg@linux.intel.com/
  v1: https://lore.kernel.org/netdev/20251127131521.2580237-1-mika.westerberg@linux.intel.com/

Changes from v2:
  - Drop the patch that allows changing MTU. It is not necessary as we fill
    in the min/max_mtu already.
  - Updated code under drivers/net/phy/ to deal with the new SPEED_80000.
  - Updated bond_3ad.c::__get_agg_bandwidth() with the new speed as well.
  - Added review tags from Andrew.

Changes from v1:
  - Add SPEED_80000
  - Add support for SPEED_80000 for ethtool and 3ad bonding driver
  - Use SPEED_80000 with the USB4 v2 symmetric link
  - Fill blank for supported and advertising.

Ian MacDonald (1):
  net: thunderbolt: Allow reading link settings

Mika Westerberg (3):
  net: thunderbolt: Allow changing MAC address of the device
  net: ethtool: Add support for 80Gbps speed
  bonding: 3ad: Add support for SPEED_80000

 drivers/net/bonding/bond_3ad.c |  9 ++++++
 drivers/net/phy/phy-caps.h     |  1 +
 drivers/net/phy/phy-core.c     |  2 ++
 drivers/net/phy/phy_caps.c     |  2 ++
 drivers/net/phy/phylink.c      |  1 +
 drivers/net/thunderbolt/main.c | 53 ++++++++++++++++++++++++++++++++++
 include/linux/phylink.h        |  7 +++--
 include/uapi/linux/ethtool.h   |  1 +
 8 files changed, 73 insertions(+), 3 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2026-01-19 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 11:56 [PATCH net-next v3 0/4] net: thunderbolt: Various improvements Mika Westerberg
2026-01-15 11:56 ` [PATCH net-next v3 1/4] net: thunderbolt: Allow changing MAC address of the device Mika Westerberg
2026-01-15 11:56 ` [PATCH net-next v3 2/4] net: ethtool: Add support for 80Gbps speed Mika Westerberg
2026-01-15 17:44   ` Andrew Lunn
2026-01-15 11:56 ` [PATCH net-next v3 3/4] bonding: 3ad: Add support for SPEED_80000 Mika Westerberg
2026-01-15 17:09   ` Nikolay Aleksandrov
2026-01-15 11:56 ` [PATCH net-next v3 4/4] net: thunderbolt: Allow reading link settings Mika Westerberg
2026-01-19 20:30 ` [PATCH net-next v3 0/4] net: thunderbolt: Various improvements 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