lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240930223601.3137464-1-anthony.l.nguyen@intel.com>
Date: Mon, 30 Sep 2024 15:35:47 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
	kuba@...nel.org,
	pabeni@...hat.com,
	edumazet@...gle.com,
	netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 00/10][pull request] Intel Wired LAN Driver Updates 2024-09-30 (ice, idpf)

This series contains updates to ice and idpf drivers:

For ice:

Michal corrects setting of dst VSI on LAN filters and adds clearing of
port VLAN configuration during reset.

Gui-Dong Han corrects failures to decrement refcount in some error
paths.

Przemek resolves a memory leak in ice_init_tx_topology().

Arkadiusz prevents setting of DPLL_PIN_STATE_SELECTABLE to an improper
value.

Dave stops clearing of VLAN tracking bit to allow for VLANs to be properly
restored after reset.

For idpf:

Ahmed sets uninitialized dyn_ctl_intrvl_s value.

Josh corrects use and reporting of mailbox size.

Larysa corrects order of function calls during de-initialization.

The following are changes since commit d505d3593b52b6c43507f119572409087416ba28:
  net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Ahmed Zaki (1):
  idpf: fix VF dynamic interrupt ctl register initialization

Arkadiusz Kubalewski (1):
  ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins

Dave Ertman (1):
  ice: fix VLAN replay after reset

Gui-Dong Han (2):
  ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()
  ice: Fix improper handling of refcount in
    ice_sriov_set_msix_vec_count()

Joshua Hay (1):
  idpf: use actual mbx receive payload length

Larysa Zaremba (1):
  idpf: deinit virtchnl transaction manager after vport and vectors

Michal Swiatkowski (2):
  ice: set correct dst VSI in only LAN filters
  ice: clear port vlan config during reset

Przemek Kitszel (1):
  ice: fix memleak in ice_init_tx_topology()

 drivers/net/ethernet/intel/ice/ice_ddp.c      | 58 +++++++++----------
 drivers/net/ethernet/intel/ice/ice_ddp.h      |  4 +-
 drivers/net/ethernet/intel/ice/ice_dpll.c     |  6 +-
 drivers/net/ethernet/intel/ice/ice_main.c     |  8 +--
 drivers/net/ethernet/intel/ice/ice_sriov.c    |  8 ++-
 drivers/net/ethernet/intel/ice/ice_switch.c   |  2 -
 drivers/net/ethernet/intel/ice/ice_tc_lib.c   | 11 ++++
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  7 +++
 .../net/ethernet/intel/ice/ice_vsi_vlan_lib.c | 57 ++++++++++++++++++
 .../net/ethernet/intel/ice/ice_vsi_vlan_lib.h |  1 +
 drivers/net/ethernet/intel/idpf/idpf_vf_dev.c |  1 +
 .../net/ethernet/intel/idpf/idpf_virtchnl.c   | 11 +---
 12 files changed, 120 insertions(+), 54 deletions(-)

-- 
2.42.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ