[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210329201857.3509461-1-anthony.l.nguyen@intel.com>
Date: Mon, 29 Mar 2021 13:18:48 -0700
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,
sassmann@...hat.com
Subject: [PATCH net 0/9][pull request] Intel Wired LAN Driver Updates 2021-03-29
This series contains updates to ice driver only.
Ani does not fail on link/PHY errors during probe as this is not a fatal
error to prevent the user from remedying the problem. He also corrects
checking Wake on LAN support to be port number, not PF ID.
Fabio increases the AdminQ timeout as some commands can take longer than
the current value.
Chinh fixes iSCSI to use be able to use port 860 by using information
from DCBx and other QoS configuration info.
Krzysztof fixes a possible race between ice_open() and ice_stop().
Bruce corrects the ordering of arguments in a memory allocation call.
Dave removes DCBNL device reset bit which is blocking changes coming
from DCBNL interface.
Jacek adds error handling for filter allocation failure.
Robert ensures memory is freed if VSI filter list issues are
encountered.
The following are changes since commit 1b479fb801602b22512f53c19b1f93a4fc5d5d9d:
drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Anirudh Venkataramanan (2):
ice: Continue probe on link/PHY errors
ice: Use port number instead of PF ID for WoL
Bruce Allan (1):
ice: fix memory allocation call
Chinh T Cao (1):
ice: Recognize 860 as iSCSI port in CEE mode
Dave Ertman (1):
ice: remove DCBNL_DEVRESET bit from PF state
Fabio Pricoco (1):
ice: Increase control queue timeout
Jacek BuĊatek (1):
ice: Fix for dereference of NULL pointer
Krzysztof Goreczny (1):
ice: prevent ice_open and ice_stop during reset
Robert Malz (1):
ice: Cleanup fltr list in case of allocation issues
drivers/net/ethernet/intel/ice/ice.h | 4 +-
drivers/net/ethernet/intel/ice/ice_common.c | 2 +-
drivers/net/ethernet/intel/ice/ice_controlq.h | 4 +-
drivers/net/ethernet/intel/ice/ice_dcb.c | 38 ++++++++++----
drivers/net/ethernet/intel/ice/ice_dcb_nl.c | 2 -
drivers/net/ethernet/intel/ice/ice_ethtool.c | 4 +-
drivers/net/ethernet/intel/ice/ice_lib.c | 5 +-
drivers/net/ethernet/intel/ice/ice_main.c | 52 ++++++++++++++-----
drivers/net/ethernet/intel/ice/ice_switch.c | 15 +++---
drivers/net/ethernet/intel/ice/ice_type.h | 1 +
10 files changed, 86 insertions(+), 41 deletions(-)
--
2.26.2
Powered by blists - more mailing lists