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
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>, netdev@vger.kernel.org
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-02-10
Date: Thu, 10 Feb 2022 09:05:11 -0800	[thread overview]
Message-ID: <20220210170515.2609656-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Dan Carpenter propagates an error in FEC configuration.

Jesse fixes TSO offloads of IPIP and SIT frames.

Dave adds a dedicated LAG unregister function to resolve a KASAN error
and moves auxiliary device re-creation after LAG removal to the service
task to avoid issues with RTNL lock.

The following are changes since commit c4416f5c2eb3ed48dfba265e628a6e52da962f03:
  net: mpls: Fix GCC 12 warning
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Dan Carpenter (1):
  ice: fix an error code in ice_cfg_phy_fec()

Dave Ertman (2):
  ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler
  ice: Avoid RTNL lock when re-creating auxiliary device

Jesse Brandeburg (1):
  ice: fix IPIP and SIT TSO offload

 drivers/net/ethernet/intel/ice/ice.h          |  3 +-
 drivers/net/ethernet/intel/ice/ice_common.c   |  3 +-
 drivers/net/ethernet/intel/ice/ice_lag.c      | 34 +++++++++++++++----
 .../net/ethernet/intel/ice/ice_lan_tx_rx.h    |  1 +
 drivers/net/ethernet/intel/ice/ice_main.c     | 28 ++++++++++-----
 5 files changed, 53 insertions(+), 16 deletions(-)

-- 
2.31.1


             reply	other threads:[~2022-02-10 17:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 17:05 Tony Nguyen [this message]
2022-02-10 17:05 ` [PATCH net 1/4] ice: fix an error code in ice_cfg_phy_fec() Tony Nguyen
2022-02-10 17:05 ` [PATCH net 2/4] ice: fix IPIP and SIT TSO offload Tony Nguyen
2022-02-10 17:05 ` [PATCH net 3/4] ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler Tony Nguyen
2022-02-10 17:05 ` [PATCH net 4/4] ice: Avoid RTNL lock when re-creating auxiliary device Tony Nguyen
2022-02-10 20:00 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-02-10 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=20220210170515.2609656-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /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.