All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-04-14
@ 2022-04-14 16:15 Tony Nguyen
  2022-04-14 16:15 ` [PATCH net 1/4] ice: xsk: check if Rx ring was filled up to the end Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2022-04-14 16:15 UTC (permalink / raw)
  To: davem, kuba, pabeni; +Cc: Tony Nguyen, netdev

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


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

end of thread, other threads:[~2022-04-15 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 16:15 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-04-14 Tony Nguyen
2022-04-14 16:15 ` [PATCH net 1/4] ice: xsk: check if Rx ring was filled up to the end Tony Nguyen
2022-04-14 16:15 ` [PATCH net 2/4] ice: allow creating VFs for !CONFIG_NET_SWITCHDEV Tony Nguyen
2022-04-14 16:15 ` [PATCH net 3/4] ice: fix crash in switchdev mode Tony Nguyen
2022-04-14 16:15 ` [PATCH net 4/4] ice: Fix memory leak in ice_get_orom_civd_data() Tony Nguyen
2022-04-15 10:40 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-04-14 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.