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:   Wed,  1 Jul 2020 16:53:23 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
        nhorman@...hat.com, sassmann@...hat.com,
        jeffrey.t.kirsher@...el.com, anthony.nguyen@...el.com
Subject: [net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-01

This series contains updates to the ice driver only.

Jacob implements a devlink region for device capabilities.

Bruce removes structs containing only one-element arrays that are either
unused or only used for indexing. Instead, use pointer arithmetic or
other indexing to access the elements. Converts "C struct hack"
variable-length types to the preferred C99 flexible array member.

The following are changes since commit 2b04a66156159592156a97553057e8c36de2ee70:
  Merge branch 'cxgb4-add-mirror-action-support-for-TC-MATCHALL'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE

Bruce Allan (2):
  ice: avoid unnecessary single-member variable-length structs
  ice: replace single-element array used for C struct hack

Jacob Keller (1):
  ice: implement snapshot for device capabilities

 drivers/net/ethernet/intel/ice/ice.h          |   1 +
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |  62 ++-----
 drivers/net/ethernet/intel/ice/ice_base.c     |   2 +-
 drivers/net/ethernet/intel/ice/ice_common.c   | 167 +++++++++++-------
 drivers/net/ethernet/intel/ice/ice_common.h   |   5 +-
 drivers/net/ethernet/intel/ice/ice_dcb.c      |   4 +-
 drivers/net/ethernet/intel/ice/ice_dcb.h      |   4 +-
 drivers/net/ethernet/intel/ice/ice_devlink.c  |  59 +++++++
 .../net/ethernet/intel/ice/ice_flex_pipe.c    |  35 ++--
 .../net/ethernet/intel/ice/ice_flex_type.h    |  39 ++--
 drivers/net/ethernet/intel/ice/ice_lib.c      |   2 +-
 drivers/net/ethernet/intel/ice/ice_sched.c    |  65 +++----
 drivers/net/ethernet/intel/ice/ice_sched.h    |   2 +-
 drivers/net/ethernet/intel/ice/ice_switch.c   |  50 +++---
 drivers/net/ethernet/intel/ice/ice_xsk.c      |   6 +-
 15 files changed, 276 insertions(+), 227 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists