Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorJakub Kicinski <kuba@kernel.org>
Fri, 30 Aug 2024 02:13:30 +0000 (19:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Aug 2024 02:13:30 +0000 (19:13 -0700)
commit1bb3c548e4e3567749d7313e037a934cbadec8ee
treee5d19c60eb0a98f620d6ea8329d8d8dc8a6c3358
parentb57d643a673ce54bc1437d1cca25e1909f553a7e
parentd11a67634227f9f9da51938af085fb41a733848f
Merge branch '1GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-08-28 (igb, ice)

This series contains updates to igb and ice drivers.

Daiwei Li restores writing the TSICR (TimeSync Interrupt Cause)
register on 82850 devices to workaround a hardware issue for igb.

Dawid detaches netdev device for reset to avoid ethtool accesses during
reset causing NULL pointer dereferences on ice.

* '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: Add netif_device_attach/detach into PF reset flow
  igb: Fix not clearing TimeSync interrupts for 82580
====================

Link: https://patch.msgid.link/20240828225444.645154-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>