Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 19:32:39 +0000 (11:32 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 19:32:39 +0000 (11:32 -0800)
commit9831e35efbe7d02f7ac2d887ab60cbf65479af73
treeb75d36b807322189be00ed0c90f20ff4936757f0
parentb446631f355ece73b13c311dd712c47381a23172
parent257310e998700e60382fbd3f4fd275fdbd9b2aaf
Merge branch '1GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-03-06 (igc, igb, ice)

This series contains updates to igc, igb, and ice drivers.

Vinicius removes double clearing of interrupt register which could cause
timestamp events to be missed on igc and igb.

Przemek corrects calculation of statistics which caused incorrect spikes
in reporting for ice driver.

* '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: fix stats being updated by way too large values
  igb: Fix missing time sync events
  igc: Fix missing time sync events
====================

Link: https://lore.kernel.org/r/20240306182617.625932-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>