All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-05-07
@ 2021-05-07 16:41 Tony Nguyen
  2021-05-07 16:41 ` [PATCH net 1/5] i40e: fix broken XDP support Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2021-05-07 16:41 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-07 23:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 16:41 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-05-07 Tony Nguyen
2021-05-07 16:41 ` [PATCH net 1/5] i40e: fix broken XDP support Tony Nguyen
2021-05-07 16:41 ` [PATCH net 2/5] i40e: Fix use-after-free in i40e_client_subtask() Tony Nguyen
2021-05-07 16:41 ` [PATCH net 3/5] i40e: fix the restart auto-negotiation after FEC modified Tony Nguyen
2021-05-07 16:41 ` [PATCH net 4/5] i40e: Fix PHY type identifiers for 2.5G and 5G adapters Tony Nguyen
2021-05-07 16:41 ` [PATCH net 5/5] i40e: Remove LLDP frame filters Tony Nguyen
2021-05-07 23:10 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-05-07 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.