]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorPaolo Abeni <pabeni@redhat.com>
Sat, 27 Dec 2025 16:10:41 +0000 (17:10 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Sat, 27 Dec 2025 16:10:42 +0000 (17:10 +0100)
commit352df98b7b4f94a2e0e1265d469c0926a6d1b282
tree565598edbb7f9bdb85384413912df5e6c31b8abb
parentd5dc28305143f126dc3d8da21e1ad75865b194e2
parent9c72a5182ed92904d01057f208c390a303f00a0f
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2025-12-17 (i40e, iavf, idpf, e1000)

For i40e:
Przemyslaw immediately schedules service task following changes to
filters to ensure timely setup for PTP.

Gregory Herrero adjusts VF descriptor size checks to be device specific.

For iavf:
Kohei Enju corrects a couple of condition checks which caused off-by-one
issues.

For idpf:
Larysa fixes LAN memory region call to follow expected requirements.

Brian Vazquez reduces mailbox wait time during init to avoid lengthy
delays.

For e1000:
Guangshuo Li adds validation of data length to prevent out-of-bounds
access.

* '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  e1000: fix OOB in e1000_tbi_should_accept()
  idpf: reduce mbx_task schedule delay to 300us
  idpf: fix LAN memory regions command on some NVMs
  iavf: fix off-by-one issues in iavf_config_rss_reg()
  i40e: validate ring_len parameter against hardware-specific values
  i40e: fix scheduling in set_rx_mode
====================

Link: https://patch.msgid.link/
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/intel/i40e/i40e_main.c