[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220414161522.2320694-1-anthony.l.nguyen@intel.com>
Date: Thu, 14 Apr 2022 09:15:18 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-04-14
This series contains updates to ice driver only.
Maciej adjusts implementation in __ice_alloc_rx_bufs_zc() for when
ice_fill_rx_descs() does not return the entire buffer request and fixes a
return value for !CONFIG_NET_SWITCHDEV configuration which was preventing
VF creation.
Wojciech prevents eswitch transmit when VFs are being removed which was
causing NULL pointer dereference.
Jianglei Nie fixes a memory leak on error path of getting OROM data.
The following are changes since commit 2df3fc4a84e917a422935cc5bae18f43f9955d31:
net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Jianglei Nie (1):
ice: Fix memory leak in ice_get_orom_civd_data()
Maciej Fijalkowski (2):
ice: xsk: check if Rx ring was filled up to the end
ice: allow creating VFs for !CONFIG_NET_SWITCHDEV
Wojciech Drewek (1):
ice: fix crash in switchdev mode
drivers/net/ethernet/intel/ice/ice_eswitch.c | 3 ++-
drivers/net/ethernet/intel/ice/ice_eswitch.h | 2 +-
drivers/net/ethernet/intel/ice/ice_nvm.c | 1 +
drivers/net/ethernet/intel/ice/ice_xsk.c | 7 ++++++-
4 files changed, 10 insertions(+), 3 deletions(-)
--
2.31.1
Powered by blists - more mailing lists