netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	jeffrey.t.kirsher@intel.com
Subject: [net 0/3][pull request] Intel Wired LAN Driver Updates 2020-08-14
Date: Fri, 14 Aug 2020 13:36:40 -0700	[thread overview]
Message-ID: <20200814203643.186034-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to i40e and igc drivers.

Vinicius fixes an issue with PTP spinlock being accessed before
initialization.

Przemyslaw fixes an issue with trusted VFs seeing additional traffic.

Grzegorz adds a wait for pending resets on driver removal to prevent
null pointer dereference.

The following are changes since commit a1d21081a60dfb7fddf4a38b66d9cef603b317a9:
  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 40GbE

Grzegorz Szczurek (1):
  i40e: Fix crash during removing i40e driver

Przemyslaw Patynowski (1):
  i40e: Set RX_ONLY mode for unicast promiscuous on VLAN

Vinicius Costa Gomes (1):
  igc: Fix PTP initialization

 .../net/ethernet/intel/i40e/i40e_adminq_cmd.h |  2 +-
 drivers/net/ethernet/intel/i40e/i40e_common.c | 35 ++++++++++++++-----
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  3 ++
 drivers/net/ethernet/intel/igc/igc_main.c     |  5 ++-
 drivers/net/ethernet/intel/igc/igc_ptp.c      |  2 --
 5 files changed, 33 insertions(+), 14 deletions(-)

-- 
2.26.2


             reply	other threads:[~2020-08-14 20:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14 20:36 Tony Nguyen [this message]
2020-08-14 20:36 ` [net 1/3] igc: Fix PTP initialization Tony Nguyen
2020-08-14 20:36 ` [net 2/3] i40e: Set RX_ONLY mode for unicast promiscuous on VLAN Tony Nguyen
2020-08-14 21:19   ` Jakub Kicinski
2020-08-14 21:39     ` Nguyen, Anthony L
2020-08-14 20:36 ` [net 3/3] i40e: Fix crash during removing i40e driver Tony Nguyen
2020-08-14 21:20   ` Jakub Kicinski

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=20200814203643.186034-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sassmann@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).