mbox series

[net,v2,0/3,pull,request] Intel Wired LAN Driver Updates 2020-08-14

Message ID 20200814221745.666974-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2020-08-14 | expand

Message

Tony Nguyen Aug. 14, 2020, 10:17 p.m. UTC
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.

v2: Fix function parameter for hw/aq in patch 2. Fix fixes tag in patch
3.

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(-)