netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 00/11][pull request] Intel Wired LAN Driver Updates 2018-08-24
@ 2018-08-24 18:47 Jeff Kirsher
  2018-08-24 18:47 ` [net 01/11] ixgb: use dma_zalloc_coherent instead of allocator/memset Jeff Kirsher
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Jeff Kirsher @ 2018-08-24 18:47 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-08-25 19:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-24 18:47 [net 00/11][pull request] Intel Wired LAN Driver Updates 2018-08-24 Jeff Kirsher
2018-08-24 18:47 ` [net 01/11] ixgb: use dma_zalloc_coherent instead of allocator/memset Jeff Kirsher
2018-08-25 15:49   ` Joe Perches
2018-08-24 18:47 ` [net 02/11] e1000: check on netif_running() before calling e1000_up() Jeff Kirsher
2018-08-24 18:47 ` [net 03/11] e1000: ensure to free old tx/rx rings in set_ringparam() Jeff Kirsher
2018-08-24 18:47 ` [net 04/11] igb: Use an advanced ctx descriptor for launchtime Jeff Kirsher
2018-08-24 18:47 ` [net 05/11] igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init() Jeff Kirsher
2018-08-24 18:47 ` [net 06/11] igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback() Jeff Kirsher
2018-08-24 18:47 ` [net 07/11] ixgbe: Replace GFP_ATOMIC with GFP_KERNEL Jeff Kirsher
2018-08-24 18:47 ` [net 08/11] ixgbe: Prevent unsupported configurations with XDP Jeff Kirsher
2018-08-24 18:47 ` [net 09/11] ixgbe: fix driver behaviour after issuing VFLR Jeff Kirsher
2018-08-24 18:47 ` [net 10/11] i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled Jeff Kirsher
2018-08-24 18:47 ` [net 11/11] i40e: fix condition of WARN_ONCE for stat strings Jeff Kirsher
2018-08-25  7:03 ` [net 00/11][pull request] Intel Wired LAN Driver Updates 2018-08-24 David Miller

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