mbox series

[net,0/6,pull,request] Intel Wired LAN Driver Updates 2024-11-04 (ice, idpf, i40e, e1000e)

Message ID 20241104223639.2801097-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-11-04 (ice, idpf, i40e, e1000e) | expand

Message

Tony Nguyen Nov. 4, 2024, 10:36 p.m. UTC
For ice:

Marcin adjusts ordering of calls in ice_eswitch_detach() to resolve a
use after free issue.

Mateusz corrects variable type for Flow Director queue to fix issues
related to drop actions.

For idpf:

Pavan resolves issues related to reset on idpf; avoiding use of freed
vport and correctly unrolling the mailbox task.

For i40e:

Aleksandr fixes a race condition involving addition and deletion of VF
MAC filters.

For e1000e:

Vitaly reverts workaround for Meteor Lake causing regressions in power
management flows.

The following are changes since commit 5ccdcdf186aec6b9111845fd37e1757e9b413e2f:
  net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Aleksandr Loktionov (1):
  i40e: fix race condition by adding filter's intermediate sync state

Marcin Szycik (1):
  ice: Fix use after free during unload with ports in bridge

Mateusz Polchlopek (1):
  ice: change q_index variable type to s16 to store -1 value

Pavan Kumar Linga (2):
  idpf: avoid vport access in idpf_get_link_ksettings
  idpf: fix idpf_vc_core_init error path

Vitaly Lifshits (1):
  e1000e: Remove Meteor Lake SMBUS workarounds

 drivers/net/ethernet/intel/e1000e/ich8lan.c     | 17 ++++-------------
 drivers/net/ethernet/intel/i40e/i40e.h          |  1 +
 drivers/net/ethernet/intel/i40e/i40e_debugfs.c  |  1 +
 drivers/net/ethernet/intel/i40e/i40e_main.c     | 12 ++++++++++--
 drivers/net/ethernet/intel/ice/ice_eswitch.c    |  3 ++-
 .../net/ethernet/intel/ice/ice_ethtool_fdir.c   |  3 ++-
 drivers/net/ethernet/intel/ice/ice_fdir.h       |  4 +++-
 drivers/net/ethernet/intel/idpf/idpf.h          |  4 ++--
 drivers/net/ethernet/intel/idpf/idpf_ethtool.c  | 11 +++--------
 drivers/net/ethernet/intel/idpf/idpf_lib.c      |  5 +++--
 drivers/net/ethernet/intel/idpf/idpf_virtchnl.c |  3 +--
 11 files changed, 32 insertions(+), 32 deletions(-)