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: <20220908203701.2089562-1-anthony.l.nguyen@intel.com>
Date:   Thu,  8 Sep 2022 13:36:57 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
        edumazet@...gle.com
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-09-08 (ice, iavf)

This series contains updates to ice and iavf drivers.

Dave removes extra unplug of auxiliary bus on reset which caused a
scheduling while atomic to be reported for ice.

Ding Hui defers setting of queues for TCs to ensure valid configuration
and restores old config if invalid for ice.

Sylwester fixes a check of setting MAC address to occur after result is
received from PF for iavf driver.

Brett changes check of ring tail to use software cached value as not all
devices have access to register tail for iavf driver.

The following are changes since commit 26b1224903b3fb66e8aa564868d0d57648c32b15:
  Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Brett Creeley (1):
  iavf: Fix cached head and tail value for iavf_get_tx_pending

Dave Ertman (1):
  ice: Don't double unplug aux on peer initiated reset

Ding Hui (1):
  ice: Fix crash by keep old cfg when update TCs more than queues

Sylwester Dziedziuch (1):
  iavf: Fix change VF's mac address

 drivers/net/ethernet/intel/iavf/iavf_main.c |  9 ++---
 drivers/net/ethernet/intel/iavf/iavf_txrx.c |  5 ++-
 drivers/net/ethernet/intel/ice/ice_lib.c    | 42 +++++++++++++--------
 drivers/net/ethernet/intel/ice/ice_main.c   |  2 -
 4 files changed, 33 insertions(+), 25 deletions(-)

-- 
2.35.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ