[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220817171329.65285-1-anthony.l.nguyen@intel.com>
Date: Wed, 17 Aug 2022 10:13:24 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2022-08-17 (ice)
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
Powered by blists - more mailing lists