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]
Date: Fri, 28 Jun 2024 13:13:18 -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-next 0/6][pull request] Intel Wired LAN Driver Updates 2024-06-28 (MAINTAINERS, ice)

This series contains updates to MAINTAINERS file and ice driver.

Jesse replaces himself with Przemek in the maintainers file.

Karthik Sundaravel adds support for VF get/set MAC address via devlink.

Eric checks for errors from ice_vsi_rebuild() during queue
reconfiguration.

Paul adjusts FW API version check for E830 devices.

Piotr adds differentiation of unload type when shutting down AdminQ.

Przemek changes ice_adapter initialization to occur once per physical
card.

The following are changes since commit 748e3bbf47212d5e2e22d731328b0c15ee3b85ae:
  Merge branch 'net-selftests-mirroring-cleanup' into main
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Eric Joyner (1):
  ice: Check all ice_vsi_rebuild() errors in function

Jesse Brandeburg (1):
  MAINTAINERS: update Intel Ethernet maintainers

Karthik Sundaravel (1):
  ice: Add get/set hw address for VFs using devlink commands

Paul Greenwalt (1):
  ice: Allow different FW API versions based on MAC type

Piotr Gardocki (1):
  ice: Distinguish driver reset and removal for AQ shutdown

Przemek Kitszel (1):
  ice: do not init struct ice_adapter more times than needed

 MAINTAINERS                                   |  2 +-
 .../ethernet/intel/ice/devlink/devlink_port.c | 59 +++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_adapter.c  | 60 +++++++++----------
 drivers/net/ethernet/intel/ice/ice_common.h   |  2 +-
 drivers/net/ethernet/intel/ice/ice_controlq.c | 30 ++++++----
 drivers/net/ethernet/intel/ice/ice_controlq.h | 15 ++++-
 drivers/net/ethernet/intel/ice/ice_main.c     | 19 ++++--
 drivers/net/ethernet/intel/ice/ice_sriov.c    | 34 ++++++++---
 drivers/net/ethernet/intel/ice/ice_sriov.h    |  8 +++
 9 files changed, 165 insertions(+), 64 deletions(-)

-- 
2.41.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ