netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-10 (ixgbe, igc, iavf)
@ 2023-01-10 22:38 Tony Nguyen
  2023-01-10 22:38 ` [PATCH net 1/3] ixgbe: fix pci device refcount leak Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2023-01-10 22:38 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to ixgbe, igc, and iavf drivers.

Yang Yingliang adds calls to pci_dev_put() for proper ref count tracking
on ixgbe.

Christopher adds setting of Toggle on Target Time bits for proper
pulse per second (PPS) synchronization for igc.

Daniil Tatianin fixes, likely, copy/paste issue that misreported
destination instead of source for IP mask for iavf error.

The following are changes since commit 53da7aec32982f5ee775b69dce06d63992ce4af3:
  octeontx2-pf: Fix resource leakage in VF driver unbind
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE

Christopher S Hall (1):
  igc: Fix PPS delta between two synchronized end-points

Daniil Tatianin (1):
  iavf/iavf_main: actually log ->src mask when talking about it

Yang Yingliang (1):
  ixgbe: fix pci device refcount leak

 drivers/net/ethernet/intel/iavf/iavf_main.c  |  2 +-
 drivers/net/ethernet/intel/igc/igc_defines.h |  2 ++
 drivers/net/ethernet/intel/igc/igc_ptp.c     | 10 ++++++----
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c | 14 +++++++++-----
 4 files changed, 18 insertions(+), 10 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-01-12  5:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 22:38 [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-10 (ixgbe, igc, iavf) Tony Nguyen
2023-01-10 22:38 ` [PATCH net 1/3] ixgbe: fix pci device refcount leak Tony Nguyen
2023-01-10 22:38 ` [PATCH net 2/3] igc: Fix PPS delta between two synchronized end-points Tony Nguyen
2023-01-10 22:38 ` [PATCH net 3/3] iavf/iavf_main: actually log ->src mask when talking about it Tony Nguyen
2023-01-11 16:41 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-10 (ixgbe, igc, iavf) Alexander H Duyck
2023-01-12  5:00 ` patchwork-bot+netdevbpf

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).