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:   Tue,  1 Mar 2022 10:59:32 -0800
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,
        sassmann@...hat.com
Subject: [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-03-01

This series contains updates to iavf driver only.

Mateusz adds support for interrupt moderation for 50G and 100G speeds
as well as support for the driver to specify a request as its primary
MAC address. He also refactors VLAN V2 capability exchange into more
generic extended capabilities to ease the addition of future
capabilities. Finally, he corrects the incorrect return of iavf_status
values and removes non-inclusive language.

Minghao Chi removes unneeded variables, instead returning values
directly.

The following are changes since commit 7282c126f7688f697d33f3b965c29bba67fb4eba:
  Merge branch 'smc-datapath-opts'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Mateusz Palczewski (6):
  iavf: Add support for 50G/100G in AIM algorithm
  iavf: refactor processing of VLAN V2 capability message
  iavf: Add usage of new virtchnl format to set default MAC
  iavf: stop leaking iavf_status as "errno" values
  iavf: Fix incorrect use of assigning iavf_status to int
  iavf: Remove non-inclusive language

Minghao Chi (1):
  iavf: remove redundant ret variable

 drivers/net/ethernet/intel/iavf/iavf.h        |  22 +-
 drivers/net/ethernet/intel/iavf/iavf_common.c |   4 +-
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 302 ++++++++++++++----
 drivers/net/ethernet/intel/iavf/iavf_status.h |   2 +-
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   |  62 +++-
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   | 194 ++++++-----
 6 files changed, 397 insertions(+), 189 deletions(-)

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ