[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210820155915.1119889-1-anthony.l.nguyen@intel.com>
Date: Fri, 20 Aug 2021 08:59:11 -0700
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,
sasha.neftin@...el.com, vitaly.lifshits@...el.com
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-08-20
This series contains updates to igc and e1000e drivers.
Aaron Ma resolves a page fault which occurs when thunderbolt is
unplugged for igc.
Toshiki Nishioka fixes Tx queue looping to use actual number of queues
instead of max value for igc.
Sasha fixes an incorrect latency comparison by decoding the values before
comparing and prevents attempted writes to read-only NVMs for e1000e.
The following are changes since commit ffc9c3ebb4af870a121da99826e9ccb63dc8b3d7:
net: usb: pegasus: fixes of set_register(s) return value evaluation;
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE
Aaron Ma (1):
igc: fix page fault when thunderbolt is unplugged
Sasha Neftin (2):
e1000e: Fix the max snoop/no-snoop latency for 10M
e1000e: Do not take care about recovery NVM checksum
Toshiki Nishioka (1):
igc: Use num_tx_queues when iterating over tx_ring queue
drivers/net/ethernet/intel/e1000e/ich8lan.c | 32 +++++++++++++-----
drivers/net/ethernet/intel/e1000e/ich8lan.h | 3 ++
drivers/net/ethernet/intel/igc/igc_main.c | 36 ++++++++++++---------
drivers/net/ethernet/intel/igc/igc_ptp.c | 3 +-
4 files changed, 50 insertions(+), 24 deletions(-)
--
2.26.2
Powered by blists - more mailing lists