netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-28 (ixgbe, igc, igb, e1000e, e100)
@ 2024-03-01 18:48 Tony Nguyen
  2024-03-01 18:48 ` [PATCH net-next v2 1/4] intel: make module parameters readable in sys filesystem Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Tony Nguyen @ 2024-03-01 18:48 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to ixgbe, igc, igb, e1000e, and e100
drivers.

Jon Maxwell makes module parameter values readable in sysfs for ixgbe,
igb, and e100.

Ernesto Castellotti adds support for 1000BASE-BX on ixgbe.

Arnd Bergmann fixes build failure due to dependency issues for igc.

Vitaly refactors error check to be more concise and prevent future
issues on e1000e.
---
v2:
- Restore missing portions from original patch (patch 2)

v1: https://lore.kernel.org/netdev/20240229004135.741586-1-anthony.l.nguyen@intel.com/

The following are changes since commit 4ac828960a604e2ae72af59ce44dafdc8b12675f:
  Merge branch 'eee-linkmode-bitmaps'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Arnd Bergmann (1):
  igc: fix LEDS_CLASS dependency

Ernesto Castellotti (1):
This series contains updates to

The following are changes since commit e960825709330cb199d209740326cec37e8c419d:
  Merge branch 'inet_dump_ifaddr-no-rtnl'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Arnd Bergmann (1):
  igc: fix LEDS_CLASS dependency

Ernesto Castellotti (1):
  ixgbe: Add 1000BASE-BX support

Jon Maxwell (1):
  intel: make module parameters readable in sys filesystem

Vitaly Lifshits (1):
  e1000e: Minor flow correction in e1000_shutdown function

 drivers/net/ethernet/intel/Kconfig            |  1 +
 drivers/net/ethernet/intel/e100.c             |  4 +--
 drivers/net/ethernet/intel/e1000e/netdev.c    |  8 ++---
 drivers/net/ethernet/intel/igb/igb_main.c     |  2 +-
 .../net/ethernet/intel/ixgbe/ixgbe_82599.c    |  4 ++-
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |  2 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c  | 32 ++++++++++++++++---
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h  |  2 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |  3 ++
 10 files changed, 47 insertions(+), 13 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2024-03-05 16:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01 18:48 [PATCH net-next v2 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-28 (ixgbe, igc, igb, e1000e, e100) Tony Nguyen
2024-03-01 18:48 ` [PATCH net-next v2 1/4] intel: make module parameters readable in sys filesystem Tony Nguyen
2024-03-01 18:48 ` [PATCH net-next v2 2/4] ixgbe: Add 1000BASE-BX support Tony Nguyen
2024-03-01 18:48 ` [PATCH net-next v2 3/4] igc: fix LEDS_CLASS dependency Tony Nguyen
2024-03-01 18:48 ` [PATCH net-next v2 4/4] e1000e: Minor flow correction in e1000_shutdown function Tony Nguyen
2024-03-05  4:52 ` [PATCH net-next v2 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-28 (ixgbe, igc, igb, e1000e, e100) Jakub Kicinski
2024-03-05 16:18   ` Tony Nguyen
2024-03-05  5:00 ` 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).