[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210204004259.3662059-1-anthony.l.nguyen@intel.com>
Date: Wed, 3 Feb 2021 16:42:44 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
sassmann@...hat.com
Subject: [PATCH net-next 00/15][pull request] 1GbE Intel Wired LAN Driver Updates 2021-02-03
This series contains updates to igc, igb, e1000e, and e1000 drivers.
Sasha adds counting of good transmit packets and reporting of NVM version
and gPHY version in ethtool firmware version. Replaces the use of strlcpy
to the preferred strscpy. Fixes a typo that caused the wrong register to be
output. He also removes an unused function pointer, some unneeded defines,
and a non-applicable comment. All changes for igc.
Gal Hammer fixes a typo which caused the RDBAL register values to be
shown instead of TDBAL for igb.
Nick Lowe enables RSS support for i211 devices for igb.
Tom Rix fixes checkpatch warning by removing h from printk format
specifier for igb.
Kaixu Xia removes setting of a variable that is overwritten before next
use for e1000e.
Sudip Mukherjee removes an unneeded assignment for e1000.
Note: Most patches only compile tested.
The following are changes since commit 32d1bbb1d609f5a78b0c95e2189f398a52a3fbf7:
net: fec: Silence M5272 build warnings
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE
Gal Hammer (1):
igb: fix TDBAL register show incorrect value
Kaixu Xia (1):
e1000e: remove the redundant value assignment in
e1000_update_nvm_checksum_spt
Nick Lowe (1):
igb: Enable RSS for Intel I211 Ethernet Controller
Sasha Neftin (10):
igc: Clean up nvm_operations structure
igc: Remove igc_set_fw_version comment
igc: Remove MULR mask define
igc: Add Host Good Packets Transmitted Count
igc: Expose the NVM version
igc: Expose the gPHY firmware version
igc: Prefer strscpy over strlcpy
igc: Remove unused local receiver mask
igc: Remove unused FUNC_1 mask
igc: Fix TDBAL register show incorrect value
Sudip Mukherjee (1):
e1000: drop unneeded assignment in e1000_set_itr()
Tom Rix (1):
igb: remove h from printk format specifier
drivers/net/ethernet/intel/e1000/e1000_main.c | 1 -
drivers/net/ethernet/intel/e1000e/ich8lan.c | 7 ------
drivers/net/ethernet/intel/igb/igb_main.c | 7 +++---
drivers/net/ethernet/intel/igc/igc.h | 2 ++
drivers/net/ethernet/intel/igc/igc_defines.h | 4 +---
drivers/net/ethernet/intel/igc/igc_dump.c | 2 +-
drivers/net/ethernet/intel/igc/igc_ethtool.c | 24 +++++++++++++++----
drivers/net/ethernet/intel/igc/igc_hw.h | 1 -
drivers/net/ethernet/intel/igc/igc_main.c | 1 +
drivers/net/ethernet/intel/igc/igc_phy.c | 18 ++++++++++++++
drivers/net/ethernet/intel/igc/igc_phy.h | 1 +
drivers/net/ethernet/intel/igc/igc_regs.h | 1 +
12 files changed, 48 insertions(+), 21 deletions(-)
--
2.26.2
Powered by blists - more mailing lists