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: <20230622183601.2406499-1-anthony.l.nguyen@intel.com>
Date: Thu, 22 Jun 2023 11:35:55 -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 2023-06-22 (ice)

This series contains updates to ice driver only.

Jake adds a slight wait on control queue send to reduce wait time for
responses that occur within normal times.

Maciej allows for hot-swapping XDP programs.

Przemek removes unnecessary checks when enabling SR-IOV and freeing
allocated memory.

Christophe Jaillet converts a managed memory allocation to a regular one.

The following are changes since commit 98e95872f2b818c74872d073eaa4c937579d41fc:
  Merge branch 'mptcp-expose-more-info-and-small-improvements'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Christophe JAILLET (1):
  ice: Remove managed memory usage in ice_get_fw_log_cfg()

Jacob Keller (1):
  ice: reduce initial wait for control queue messages

Maciej Fijalkowski (2):
  ice: allow hot-swapping XDP programs
  ice: use ice_down_up() where applicable

Przemek Kitszel (2):
  ice: clean up freeing SR-IOV VFs
  ice: remove null checks before devm_kfree() calls

 drivers/net/ethernet/intel/ice/ice_common.c   | 10 ++---
 drivers/net/ethernet/intel/ice/ice_controlq.c | 12 ++++--
 drivers/net/ethernet/intel/ice/ice_controlq.h |  1 -
 drivers/net/ethernet/intel/ice/ice_flow.c     | 23 ++--------
 drivers/net/ethernet/intel/ice/ice_lib.c      | 42 +++++++------------
 drivers/net/ethernet/intel/ice/ice_main.c     | 37 ++++++----------
 drivers/net/ethernet/intel/ice/ice_sched.c    | 11 ++---
 drivers/net/ethernet/intel/ice/ice_sriov.c    |  5 +--
 drivers/net/ethernet/intel/ice/ice_switch.c   | 19 +++------
 9 files changed, 52 insertions(+), 108 deletions(-)

-- 
2.38.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ