All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] bnxt_en: Bug fixes.
@ 2020-12-27 19:18 Michael Chan
  2020-12-27 19:18 ` [PATCH net 1/2] bnxt_en: Fix AER recovery Michael Chan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michael Chan @ 2020-12-27 19:18 UTC (permalink / raw)
  To: davem; +Cc: netdev, kuba, gospo

The first patch fixes recovery of fatal AER errors.  The second one
fixes a potential array out of bounds issue.

Please queue for -stable.  Thanks.

Michael Chan (1):
  bnxt_en: Check TQM rings for maximum supported value.

Vasundhara Volam (1):
  bnxt_en: Fix AER recovery.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 38 +++++++++++------------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h |  7 ++++-
 2 files changed, 25 insertions(+), 20 deletions(-)

-- 
2.18.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH net 0/2] bnxt_en: Bug fixes.
@ 2021-01-11  9:26 Michael Chan
  2021-01-13  4:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Chan @ 2021-01-11  9:26 UTC (permalink / raw)
  To: davem; +Cc: netdev, kuba, gospo

This series has 2 fixes.  The first one fixes a resource accounting error
with the RDMA driver loaded and the second one fixes the firmware
flashing sequence after defragmentation.

Please queue the 1st one for -stable.  Thanks.

Michael Chan (1):
  bnxt_en: Improve stats context resource accounting with RDMA driver
    loaded.

Pavan Chebbi (1):
  bnxt_en: Clear DEFRAG flag in firmware message when retry flashing.

 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 3 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c     | 8 ++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

-- 
2.18.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH net 0/2] bnxt_en: Bug fixes
@ 2023-04-17  6:58 Michael Chan
  2023-04-18 10:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Chan @ 2023-04-17  6:58 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, kuba, pabeni, gospo

[-- Attachment #1: Type: text/plain, Size: 572 bytes --]

This small series contains 2 fixes.  The first one fixes the PTP
initialization logic on older chips to avoid logging a warning.  The
second one fixes a potenial NULL pointer dereference in the driver's
aux bus unload path.

Kalesh AP (1):
  bnxt_en: Fix a possible NULL pointer dereference in unload path

Michael Chan (1):
  bnxt_en: Do not initialize PTP on older P3/P4 chips

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |  2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 19 ++++++++++---------
 2 files changed, 11 insertions(+), 10 deletions(-)

-- 
2.18.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

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

end of thread, other threads:[~2023-04-18 10:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 19:18 [PATCH net 0/2] bnxt_en: Bug fixes Michael Chan
2020-12-27 19:18 ` [PATCH net 1/2] bnxt_en: Fix AER recovery Michael Chan
2020-12-27 19:18 ` [PATCH net 2/2] bnxt_en: Check TQM rings for maximum supported value Michael Chan
2020-12-28 22:20 ` [PATCH net 0/2] bnxt_en: Bug fixes patchwork-bot+netdevbpf
2021-01-11  9:26 Michael Chan
2021-01-13  4:10 ` patchwork-bot+netdevbpf
2023-04-17  6:58 Michael Chan
2023-04-18 10:40 ` 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.