All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>, netdev@vger.kernel.org
Subject: [PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2023-02-06 (ice)
Date: Mon,  6 Feb 2023 15:29:29 -0800	[thread overview]
Message-ID: <20230206232934.634298-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Ani removes WQ_MEM_RECLAIM flag from workqueue to resolve
check_flush_dependency warning.

Michal fixes KASAN out-of-bounds warning.

Brett corrects behaviour for port VLAN Rx filters to prevent receiving
of unintended traffic.

Dan Carpenter fixes possible off by one issue.

Zhang Changzhong adjusts error path for switch recipe to prevent memory
leak.
---
v2: Dropped, previous, patch 1

v1: https://lore.kernel.org/netdev/20230131213703.1347761-1-anthony.l.nguyen@intel.com/

The following are changes since commit 811d581194f7412eda97acc03d17fc77824b561f:
  net: USB: Fix wrong-direction WARNING in plusb.c
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Anirudh Venkataramanan (1):
  ice: Do not use WQ_MEM_RECLAIM flag for workqueue

Brett Creeley (1):
  ice: Fix disabling Rx VLAN filtering with port VLAN enabled

Dan Carpenter (1):
  ice: Fix off by one in ice_tc_forward_to_queue()

Michal Swiatkowski (1):
  ice: fix out-of-bounds KASAN warning in virtchnl

Zhang Changzhong (1):
  ice: switch: fix potential memleak in ice_add_adv_recipe()

 drivers/net/ethernet/intel/ice/ice_common.c   |  9 ++++----
 drivers/net/ethernet/intel/ice/ice_main.c     |  2 +-
 drivers/net/ethernet/intel/ice/ice_switch.c   |  2 +-
 drivers/net/ethernet/intel/ice/ice_tc_lib.c   |  2 +-
 drivers/net/ethernet/intel/ice/ice_vf_mbx.c   | 21 +++++++------------
 .../ethernet/intel/ice/ice_vf_vsi_vlan_ops.c  | 16 +++++++++++++-
 6 files changed, 30 insertions(+), 22 deletions(-)

-- 
2.38.1


             reply	other threads:[~2023-02-06 23:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06 23:29 Tony Nguyen [this message]
2023-02-06 23:29 ` [PATCH net v2 1/5] ice: Do not use WQ_MEM_RECLAIM flag for workqueue Tony Nguyen
2023-02-06 23:29 ` [PATCH net v2 2/5] ice: fix out-of-bounds KASAN warning in virtchnl Tony Nguyen
2023-02-06 23:29 ` [PATCH net v2 3/5] ice: Fix disabling Rx VLAN filtering with port VLAN enabled Tony Nguyen
2023-02-06 23:29 ` [PATCH net v2 4/5] ice: Fix off by one in ice_tc_forward_to_queue() Tony Nguyen
2023-02-06 23:29 ` [PATCH net v2 5/5] ice: switch: fix potential memleak in ice_add_adv_recipe() Tony Nguyen
2023-02-08  6:10 ` [PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2023-02-06 (ice) patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230206232934.634298-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.