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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 6, 2024, 2:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Mon,  4 Nov 2024 14:36:28 -0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/6] ice: Fix use after free during unload with ports in bridge
    https://git.kernel.org/netdev/net/c/e9942bfe4931
  - [net,2/6] ice: change q_index variable type to s16 to store -1 value
    https://git.kernel.org/netdev/net/c/64502dac974a
  - [net,3/6] idpf: avoid vport access in idpf_get_link_ksettings
    https://git.kernel.org/netdev/net/c/81d2fb4c7c18
  - [net,4/6] idpf: fix idpf_vc_core_init error path
    https://git.kernel.org/netdev/net/c/9b58031ff96b
  - [net,5/6] i40e: fix race condition by adding filter's intermediate sync state
    https://git.kernel.org/netdev/net/c/f30490e9695e
  - [net,6/6] e1000e: Remove Meteor Lake SMBUS workarounds
    https://git.kernel.org/netdev/net/c/b8473723272e

You are awesome, thank you!