netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2024-02-06 (igb, igc)
@ 2024-02-06 21:28 Tony Nguyen
  2024-02-06 21:28 ` [PATCH net 1/2] igb: Fix string truncation warnings in igb_set_fw_version Tony Nguyen
  2024-02-06 21:28 ` [PATCH net 2/2] igc: Remove temporary workaround Tony Nguyen
  0 siblings, 2 replies; 7+ messages in thread
From: Tony Nguyen @ 2024-02-06 21:28 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to igb and igc drivers.

Kunwu Chan adjusts firmware version string implementation to resolve
possible NULL pointer issue for igb.

Sasha removes workaround on igc.

The following are changes since commit 1ce2654d87e2fb91fea83b288bd9b2641045e42a:
  net: stmmac: xgmac: fix a typo of register name in DPP safety handling
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Kunwu Chan (1):
  igb: Fix string truncation warnings in igb_set_fw_version

Sasha Neftin (1):
  igc: Remove temporary workaround

 drivers/net/ethernet/intel/igb/igb.h      |  2 +-
 drivers/net/ethernet/intel/igb/igb_main.c | 35 ++++++++++++-----------
 drivers/net/ethernet/intel/igc/igc_phy.c  |  6 +---
 3 files changed, 20 insertions(+), 23 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2024-02-13 12:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 21:28 [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2024-02-06 (igb, igc) Tony Nguyen
2024-02-06 21:28 ` [PATCH net 1/2] igb: Fix string truncation warnings in igb_set_fw_version Tony Nguyen
2024-02-06 21:28 ` [PATCH net 2/2] igc: Remove temporary workaround Tony Nguyen
2024-02-09  2:33   ` Jakub Kicinski
2024-02-11  6:53     ` Sasha Neftin
2024-02-12 17:08       ` Jakub Kicinski
2024-02-13 12:12         ` Sasha Neftin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).