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, 25 Jun 2021 11:57:28 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2021-06-25

This series contains updates to ice driver only.

Jesse adds support for tracepoints to aide in debugging.

Maciej adds support for PTP auxiliary pin support.

Victor removes the VSI info from the old aggregator when moving the VSI
to another aggregator.

Tony removes an unnecessary VSI assignment.

Christophe Jaillet fixes a memory leak for failed allocation in
ice_pf_dcb_cfg().

The following are changes since commit 19938bafa7ae8fc0a4a2c1c1430abb1a04668da1:
  net: bcmgenet: Add mdio-bcm-unimac soft dependency
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: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'

Jesse Brandeburg (1):
  ice: add tracepoints

Maciej Machnikowski (1):
  ice: add support for auxiliary input/output pins

Tony Nguyen (1):
  ice: remove unnecessary VSI assignment

Victor Raj (1):
  ice: remove the VSI info from previous agg

 drivers/net/ethernet/intel/ice/ice_dcb_lib.c  |   6 +-
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |  18 ++
 drivers/net/ethernet/intel/ice/ice_main.c     |  20 ++
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 293 ++++++++++++++++++
 drivers/net/ethernet/intel/ice/ice_ptp.h      |  43 +++
 drivers/net/ethernet/intel/ice/ice_sched.c    |  24 +-
 drivers/net/ethernet/intel/ice/ice_trace.h    | 232 ++++++++++++++
 drivers/net/ethernet/intel/ice/ice_txrx.c     |   9 +
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  |   1 -
 9 files changed, 641 insertions(+), 5 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/ice/ice_trace.h

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ