netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2021-11-03
@ 2021-11-03 16:19 Tony Nguyen
  2021-11-03 16:19 ` [PATCH net v2 1/5] ice: Fix VF true promiscuous mode Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2021-11-03 16:19 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev

This series contains updates to ice driver only.

Brett fixes issues with promiscuous mode settings not being properly
enabled and removes setting of VF antispoof along with promiscuous
mode. He also ensures that VF Tx queues are always disabled and resolves
a race between virtchnl handling and VF related ndo ops.

Sylwester fixes an issue where a VF MAC could not be set to its primary
MAC if the address is already present.
---
v2:
 - Rebased

The following are changes since commit 92f62485b3715882cd397b0cbd80a96d179b86d6:
  net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Brett Creeley (4):
  ice: Fix VF true promiscuous mode
  ice: Remove toggling of antispoof for VF trusted promiscuous mode
  ice: Fix not stopping Tx queues for VFs
  ice: Fix race conditions between virtchnl handling and VF ndo ops

Sylwester Dziedziuch (1):
  ice: Fix replacing VF hardware MAC to existing MAC filter

 drivers/net/ethernet/intel/ice/ice.h          |   5 +-
 drivers/net/ethernet/intel/ice/ice_base.c     |   2 +-
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  | 141 ++++++++++--------
 .../net/ethernet/intel/ice/ice_virtchnl_pf.h  |   5 +
 4 files changed, 82 insertions(+), 71 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-11-05  0:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-03 16:19 [PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2021-11-03 Tony Nguyen
2021-11-03 16:19 ` [PATCH net v2 1/5] ice: Fix VF true promiscuous mode Tony Nguyen
2021-11-03 16:19 ` [PATCH net v2 2/5] ice: Remove toggling of antispoof for VF trusted " Tony Nguyen
2021-11-03 16:19 ` [PATCH net v2 3/5] ice: Fix replacing VF hardware MAC to existing MAC filter Tony Nguyen
2021-11-03 16:19 ` [PATCH net v2 4/5] ice: Fix not stopping Tx queues for VFs Tony Nguyen
2021-11-03 16:19 ` [PATCH net v2 5/5] ice: Fix race conditions between virtchnl handling and VF ndo ops Tony Nguyen
2021-11-05  0:00 ` [PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2021-11-03 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).