All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/8] bnxt_en: Misc. bug fixes
@ 2025-04-28 22:58 Michael Chan
  2025-04-28 22:58 ` [PATCH net 1/8] bnxt_en: Fix error handling path in bnxt_init_chip() Michael Chan
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Michael Chan @ 2025-04-28 22:58 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, kuba, pabeni, andrew+netdev, pavan.chebbi,
	andrew.gospodarek

This series fixes a bug in the driver initialization path, MSIX
setup sequencing issue in the FW error and AER paths, a missing
skb_mark_for_recycle() in the VLAN error path, some ethtool coredump
fixes, an ethtool selftest fix, and an ethtool register dump byte order
fix.

Kalesh AP (1):
  bnxt_en: Fix ethtool selftest output in one of the failure cases

Kashyap Desai (2):
  bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings()
  bnxt_en: delay pci_alloc_irq_vectors() in the AER path

Michael Chan (1):
  bnxt_en: Fix ethtool -d byte order for 32-bit values

Shravya KN (1):
  bnxt_en: Fix error handling path in bnxt_init_chip()

Shruti Parab (2):
  bnxt_en: Fix coredump logic to free allocated buffer
  bnxt_en: Fix out-of-bound memcpy() during ethtool -w

Somnath Kotur (1):
  bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 28 +++++++------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |  1 +
 .../ethernet/broadcom/bnxt/bnxt_coredump.c    | 20 +++++++---
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 40 +++++++++++++++----
 4 files changed, 65 insertions(+), 24 deletions(-)

-- 
2.30.1


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

end of thread, other threads:[~2025-05-01 13:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-28 22:58 [PATCH net 0/8] bnxt_en: Misc. bug fixes Michael Chan
2025-04-28 22:58 ` [PATCH net 1/8] bnxt_en: Fix error handling path in bnxt_init_chip() Michael Chan
2025-04-28 22:58 ` [PATCH net 2/8] bnxt_en: Fix ethtool selftest output in one of the failure cases Michael Chan
2025-04-28 22:58 ` [PATCH net 3/8] bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan() Michael Chan
2025-04-28 22:58 ` [PATCH net 4/8] bnxt_en: call pci_alloc_irq_vectors() after bnxt_reserve_rings() Michael Chan
2025-04-28 22:59 ` [PATCH net 5/8] bnxt_en: delay pci_alloc_irq_vectors() in the AER path Michael Chan
2025-04-28 22:59 ` [PATCH net 6/8] bnxt_en: Fix coredump logic to free allocated buffer Michael Chan
2025-04-28 22:59 ` [PATCH net 7/8] bnxt_en: Fix out-of-bound memcpy() during ethtool -w Michael Chan
2025-04-28 22:59 ` [PATCH net 8/8] bnxt_en: Fix ethtool -d byte order for 32-bit values Michael Chan
2025-05-01 13:57 ` [PATCH net 0/8] bnxt_en: Misc. bug fixes Jakub Kicinski

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.