[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240301184806.2634508-1-anthony.l.nguyen@intel.com>
Date: Fri, 1 Mar 2024 10:48:01 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net-next v2 0/4][pull request] Intel Wired LAN Driver Updates 2024-02-28 (ixgbe, igc, igb, e1000e, e100)
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
Powered by blists - more mailing lists