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:   Thu, 11 Jun 2020 15:50:56 -0700
From:   Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:     davem@...emloft.net
Cc:     Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
        nhorman@...hat.com, sassmann@...hat.com
Subject: [net 0/4][pull request] Intel Wired LAN Driver Updates 2020-06-11

This series contains fixes to the iavf driver.

Brett fixes the supported link speeds in the iavf driver, which was only
able to report speeds that the i40e driver supported and was missing the
speeds supported by the ice driver.  In addition, fix how 2.5 and 5.0
GbE speeds are reported.

Alek fixes a enum comparison that was comparing two different enums that
may have different values, so update the comparison to use matching
enums.

Paul increases the time to complete a reset to allow for 128 VFs to
complete a reset.

The following are changes since commit 9798278260e8f61d04415342544a8f701bc5ace7:
  tipc: fix NULL pointer dereference in tipc_disc_rcv()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE

Aleksandr Loktionov (1):
  iavf: use appropriate enum for comparison

Brett Creeley (2):
  iavf: fix speed reporting over virtchnl
  iavf: Fix reporting 2.5 Gb and 5Gb speeds

Paul Greenwalt (1):
  iavf: increase reset complete wait time

 drivers/net/ethernet/intel/iavf/iavf.h        |  18 +++
 .../net/ethernet/intel/iavf/iavf_ethtool.c    |  37 +++---
 drivers/net/ethernet/intel/iavf/iavf_main.c   |  67 ++++++-----
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   |  12 +-
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   | 106 +++++++++++++++---
 5 files changed, 177 insertions(+), 63 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ