]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Thu, 22 Jan 2026 03:54:21 +0000 (19:54 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Jan 2026 03:54:21 +0000 (19:54 -0800)
commit869f3f7f1f622f7894decef7078bb963148be0ef
tree91247a04c52f7e5f56545cffa18b54c983f6d1c2
parentdfca045cd4d0ea07ff4198ba392be3e718acaddc
parentbdfc7b55adcd04834ccc1b6b13e55e3fd7eaa789
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2026-01-20 (ice, idpf)

For ice:
Cody Haas breaks dependency of needing both RSS key and LUT for
ice_get_rxfh() as ethtool ioctls do not always supply both.

Paul fixes issues related to devlink reload; adding missing deinit HW
call and moving hwmon exit function to the proper call chain.

For idpf:
Mina Almasry moves a register read call into the time sandwich to ensure
the register is properly flushed.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  idpf: read lower clock bits inside the time sandwich
  ice: fix devlink reload call trace
  ice: add missing ice_deinit_hw() in devlink reinit path
  ice: Fix persistent failure in ice_get_rxfh
====================

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