All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2021-10-25
@ 2021-10-25 20:56 Tony Nguyen
  2021-10-25 20:56 ` [PATCH net 1/2] ice: Respond to a NETDEV_UNREGISTER event for LAG Tony Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Nguyen @ 2021-10-25 20:56 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev

This series contains updates to ice driver only.

Dave adds event handler for LAG NETDEV_UNREGISTER to unlink device from
link aggregate.

Yongxin Liu adds a check for PTP support during release which would
cause a call trace on non-PTP supported devices.

The following are changes since commit f7a1e76d0f608961cc2fc681f867a834f2746bce:
  net-sysfs: initialize uid and gid before calling net_ns_get_ownership
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Dave Ertman (1):
  ice: Respond to a NETDEV_UNREGISTER event for LAG

Yongxin Liu (1):
  ice: check whether PTP is initialized in ice_ptp_release()

 drivers/net/ethernet/intel/ice/ice_lag.c | 18 ++++--------------
 drivers/net/ethernet/intel/ice/ice_ptp.c |  3 +++
 2 files changed, 7 insertions(+), 14 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-26 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-25 20:56 [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2021-10-25 Tony Nguyen
2021-10-25 20:56 ` [PATCH net 1/2] ice: Respond to a NETDEV_UNREGISTER event for LAG Tony Nguyen
2021-10-25 20:56 ` [PATCH net 2/2] ice: check whether PTP is initialized in ice_ptp_release() Tony Nguyen
2021-10-26 12:30 ` [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2021-10-25 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.