[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220218215554.415323-1-anthony.l.nguyen@intel.com>
Date: Fri, 18 Feb 2022 13:55:49 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
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-02-18
This series contains updates to ice driver only.
Wojciech fixes protocol matching for slow-path switchdev so that all
packets are correctly redirected.
Michal removes accidental unconditional setting of l4 port filtering
flag.
Jake adds locking to protect VF reset and removal to fix various issues
that can be encountered when they race with each other.
Tom Rix propagates an error and initializes a struct to resolve reported
Clang issues.
The following are changes since commit b352c3465bb808ab700d03f5bac2f7a6f37c5350:
net: ll_temac: check the return value of devm_kmalloc()
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Jacob Keller (1):
ice: fix concurrent reset and removal of VFs
Michal Swiatkowski (1):
ice: fix setting l4 port flag when adding filter
Tom Rix (2):
ice: check the return of ice_ptp_gettimex64
ice: initialize local variable 'tlv'
Wojciech Drewek (1):
ice: Match on all profiles in slow-path
drivers/net/ethernet/intel/ice/ice.h | 1 -
drivers/net/ethernet/intel/ice/ice_common.c | 2 +-
drivers/net/ethernet/intel/ice/ice_eswitch.c | 1 +
drivers/net/ethernet/intel/ice/ice_main.c | 2 +
.../ethernet/intel/ice/ice_protocol_type.h | 1 +
drivers/net/ethernet/intel/ice/ice_ptp.c | 5 ++-
drivers/net/ethernet/intel/ice/ice_switch.c | 4 +-
drivers/net/ethernet/intel/ice/ice_tc_lib.c | 4 +-
.../net/ethernet/intel/ice/ice_virtchnl_pf.c | 42 +++++++++++--------
9 files changed, 39 insertions(+), 23 deletions(-)
--
2.31.1
Powered by blists - more mailing lists