[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180824184735.32175-1-jeffrey.t.kirsher@intel.com>
Date: Fri, 24 Aug 2018 11:47:24 -0700
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: davem@...emloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
nhorman@...hat.com, sassmann@...hat.com, jogreene@...hat.com
Subject: [net 00/11][pull request] Intel Wired LAN Driver Updates 2018-08-24
This series contains fixes to e1000, igb, ixgb, ixgbe and i40e.
YueHaibing from Huawei provides a change to use dma_zalloc_coherent()
instead of calls to allocator followed by a memset for ixgb.
Bo Chen provides a couple of fixes for e1000, first by adding a check to
prevent a NULL pointer dereference. The second change is to clean up a
possible resource leak on old transmit and receive rings when the device
is not up.
Jesus fixes an issue in the usage of an advanced transmit context
descriptor for retrieving the timestamp of a packet for AF_PACKET if the
IGB_TX_FLAGS_VLAN is not set in igb.
Jia-Ju Bai provides several patches which replace GFP_ATOMIC with
GFP_KERNEL, when using kzalloc() and kcalloc() which is not necessary.
Also found an instance of mdelay() call which could be replaced with
msleep().
Tony fixes ixgbe to allow MTU changes with XDP, by adding checks to
ensure only supported values and return -EINVAL for when it is not
supported.
Sebastian fixed an issue that was not clearing VF mailbox memory and
ensure queues are re-enabled correctly.
Martyna fixes a transmit timeout when DCB is configured when bringing up
an interface.
Jake fixes a previous commit which accidentally reversed the check of
the data pointer, so we can accurately count the size of the stats.
The following are changes since commit ff0fadfffe681203bfe134e1041ab6ccb4aa3dff:
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 1GbE
Bo Chen (2):
e1000: check on netif_running() before calling e1000_up()
e1000: ensure to free old tx/rx rings in set_ringparam()
Jacob Keller (1):
i40e: fix condition of WARN_ONCE for stat strings
Jesus Sanchez-Palencia (1):
igb: Use an advanced ctx descriptor for launchtime
Jia-Ju Bai (3):
igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()
igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()
ixgbe: Replace GFP_ATOMIC with GFP_KERNEL
Martyna Szapar (1):
i40e: Fix for Tx timeouts when interface is brought up if DCB is
enabled
Sebastian Basierski (1):
ixgbe: fix driver behaviour after issuing VFLR
Tony Nguyen (1):
ixgbe: Prevent unsupported configurations with XDP
YueHaibing (1):
ixgb: use dma_zalloc_coherent instead of allocator/memset
.../net/ethernet/intel/e1000/e1000_ethtool.c | 7 +++--
.../net/ethernet/intel/i40e/i40e_ethtool.c | 2 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 15 ++++-----
drivers/net/ethernet/intel/igb/igb_ethtool.c | 2 +-
drivers/net/ethernet/intel/igb/igb_main.c | 7 +++--
drivers/net/ethernet/intel/ixgb/ixgb_main.c | 5 ++-
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 4 +--
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 30 ++++++++++++++++--
.../net/ethernet/intel/ixgbe/ixgbe_sriov.c | 31 +++++++++++++++++++
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 1 +
10 files changed, 81 insertions(+), 23 deletions(-)
--
2.17.1
Powered by blists - more mailing lists