netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-17 (ice)
@ 2022-08-17 17:13 Tony Nguyen
  2022-08-17 17:13 ` [PATCH net 1/5] ice: Fix double VLAN error when entering promisc mode Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2022-08-17 17:13 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to ice driver only.

Grzegorz prevents modifications to VLAN 0 when setting VLAN promiscuous
as it will already be set. He also ignores -EEXIST error when attempting
to set promiscuous and ensures promiscuous mode is properly cleared from
the hardware when being removed.

Benjamin ignores additional -EEXIST errors when setting promiscuous mode
since the existing mode is the desired mode.

Sylwester fixes VFs to allow sending of tagged traffic when no VLAN filters
exist.

The following are changes since commit ed16d19c5f1d02908caf85c52a787de2eeeced2f:
  Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Benjamin Mikailenko (1):
  ice: Ignore error message when setting same promiscuous mode

Grzegorz Siwik (3):
  ice: Fix double VLAN error when entering promisc mode
  ice: Ignore EEXIST when setting promisc mode
  ice: Fix clearing of promisc mode with bridge over bond

Sylwester Dziedziuch (1):
  ice: Fix VF not able to send tagged traffic with no VLAN filters

 drivers/net/ethernet/intel/ice/ice_fltr.c     |  8 +--
 drivers/net/ethernet/intel/ice/ice_lib.c      |  6 +-
 drivers/net/ethernet/intel/ice/ice_main.c     | 12 +++-
 drivers/net/ethernet/intel/ice/ice_switch.c   |  9 ++-
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   | 11 ++--
 drivers/net/ethernet/intel/ice/ice_virtchnl.c | 57 ++++++++++++++++---
 6 files changed, 85 insertions(+), 18 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-08-18 18:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 17:13 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-17 (ice) Tony Nguyen
2022-08-17 17:13 ` [PATCH net 1/5] ice: Fix double VLAN error when entering promisc mode Tony Nguyen
2022-08-17 17:13 ` [PATCH net 2/5] ice: Ignore EEXIST when setting " Tony Nguyen
2022-08-17 17:13 ` [PATCH net 3/5] ice: Fix clearing of promisc mode with bridge over bond Tony Nguyen
2022-08-17 17:13 ` [PATCH net 4/5] ice: Ignore error message when setting same promiscuous mode Tony Nguyen
2022-08-17 17:13 ` [PATCH net 5/5] ice: Fix VF not able to send tagged traffic with no VLAN filters Tony Nguyen
2022-08-18 18:30 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-17 (ice) 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).