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,  7 May 2021 09:41:46 -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,
        sassmann@...hat.com
Subject: [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-05-07

This series contains updates to i40e driver only.

Magnus fixes XDP by adding and correcting checks that were caused by a
previous commit which introduced a new variable but did not account for
it in all paths.

Yunjian Wang adds a return in an error path to prevent reading a freed
pointer.

Jaroslaw forces link reset when changing FEC so that changes take
affect.

Mateusz fixes PHY types for 2.5G and 5G as there is a differentiation on
PHY identifiers based on operation.

Arkadiusz removes filtering of LLDP frames for software DCB as this is
preventing them from being properly transmitted.

The following are changes since commit a6f8ee58a8e35f7e4380a5efce312e2a5bc27497:
  tcp: Specify cmsgbuf is user pointer for receive zerocopy.
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Arkadiusz Kubalewski (1):
  i40e: Remove LLDP frame filters

Jaroslaw Gawin (1):
  i40e: fix the restart auto-negotiation after FEC modified

Magnus Karlsson (1):
  i40e: fix broken XDP support

Mateusz Palczewski (1):
  i40e: Fix PHY type identifiers for 2.5G and 5G adapters

Yunjian Wang (1):
  i40e: Fix use-after-free in i40e_client_subtask()

 drivers/net/ethernet/intel/i40e/i40e.h        |  1 -
 .../net/ethernet/intel/i40e/i40e_adminq_cmd.h |  6 ++-
 drivers/net/ethernet/intel/i40e/i40e_client.c |  1 +
 drivers/net/ethernet/intel/i40e/i40e_common.c |  4 +-
 .../net/ethernet/intel/i40e/i40e_ethtool.c    |  8 ++--
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 42 -------------------
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   |  8 +---
 drivers/net/ethernet/intel/i40e/i40e_type.h   |  7 +---
 8 files changed, 15 insertions(+), 62 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ