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: <20230801173112.3625977-1-anthony.l.nguyen@intel.com>
Date: Tue,  1 Aug 2023 10:31:05 -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/7][pull request] Intel Wired LAN Driver Updates 2023-08-01 (ice)

This series contains updates to ice driver only.

Wojciech allows for LAG interfaces to be used for bridge offloads and
adds support for untagged VLAN traffic to be used in them as well.

Marcin tracks additional metadata for filtering rules to aid in proper
differentiation of similar rules. He also renames some flags that
do not entirely describe their representation.

Karol and Jan add additional waiting for firmware load on devices that
require it.

Przemek refactors RSS implementation to clarify/simplify configurations.

The following are changes since commit 01e6f8ad8d26ced14b0cf288c42e55d03a7c5070:
  net: dsa: qca8k: use dsa_for_each macro instead of for loop
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Jan Sokolowski (1):
  ice: add FW load wait

Karol Kolacinski (1):
  ice: Add get C827 PHY index function

Marcin Szycik (2):
  ice: Add direction metadata
  ice: Rename enum ice_pkt_flags values

Przemek Kitszel (1):
  ice: clean up __ice_aq_get_set_rss_lut()

Wojciech Drewek (2):
  ice: Accept LAG netdevs in bridge offloads
  ice: Support untagged VLAN traffic in br offload

 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  54 +++--
 drivers/net/ethernet/intel/ice/ice_common.c   | 205 ++++++++++--------
 drivers/net/ethernet/intel/ice/ice_common.h   |   5 +
 .../net/ethernet/intel/ice/ice_eswitch_br.c   |  57 ++++-
 .../net/ethernet/intel/ice/ice_eswitch_br.h   |   9 -
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |   3 +-
 drivers/net/ethernet/intel/ice/ice_lib.c      |  20 +-
 drivers/net/ethernet/intel/ice/ice_main.c     |  37 ++++
 .../ethernet/intel/ice/ice_protocol_type.h    |   9 +-
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h   |   3 +
 drivers/net/ethernet/intel/ice/ice_switch.c   |  11 +-
 drivers/net/ethernet/intel/ice/ice_switch.h   |   1 +
 drivers/net/ethernet/intel/ice/ice_tc_lib.c   |  34 +--
 drivers/net/ethernet/intel/ice/ice_type.h     |   9 +-
 drivers/net/ethernet/intel/ice/ice_virtchnl.c |   6 +-
 15 files changed, 290 insertions(+), 173 deletions(-)

-- 
2.38.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ