This series contains updates to ixgbe and ixgbevf only.

Emil fixes an issue with "wake on LAN"(WoL) where we need to ensure we
enable the reception of multicast packets so that WoL works for IPv6
magic packets.  Cleaned up code no longer needed with the update to
adaptive ITR.

Paul update the driver to advertise the highest capable link speed
when a module gets inserted.  Also extended the displaying of firmware
version to include the iSCSI and OEM block in the EEPROM to better
identify firmware versions/images.

Tonghao Zhang cleans up a code comment that no longer applies since
InterruptThrottleRate has been removed from the driver.

Alex fixes SR-IOV and MACVLAN offload interaction, where the MACVLAN
offload was incorrectly configuring several filters with the wrong
pool value which resulted in MACLVAN interfaces not being able to
receive traffic that had to pass over the physical interface.  Fixed
transmit hangs and dropped receive frames when the number of VFs
changed.  Added support for RSS on MACVLAN pools for X550 devices.
Fixed up the MACVLAN limitations so we can now support 63 offloaded
devices.  Cleaned up MACVLAN code that is no longer needed with the
recent changes and fixes.

The following are changes since commit f4803f1b73f877a571be4c8e531dfcf190acc691:
  net: tipc: remove unused hardirq.h
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 10GbE

Alexander Duyck (7):
  ixgbe: Fix interaction between SR-IOV and macvlan offload
  ixgbe: Perform reinit any time number of VFs change
  ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool
    handling
  ixgbe: There is no need to update num_rx_pools in L2 fwd offload
  ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded
    devices
  ixgbe: Use ring values to test for Tx pending
  ixgbe: Drop l2_accel_priv data pointer from ring struct

Emil Tantilov (3):
  ixgbe: enable multicast on shutdown for WOL
  ixgbe: remove unused enum latency_range
  ixgbevf: remove redundant setting of xcast_mode

Paul Greenwalt (2):
  ixgbe: advertise highest capable link speed
  ixgbe: extend firmware version support

Tonghao Zhang (1):
  ixgbe: Remove an obsolete comment about ITR

 drivers/net/ethernet/intel/ixgbe/ixgbe.h          |  10 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c   | 112 +++++++++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.h   |   6 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |   7 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c     |   7 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c      |  11 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     | 233 +++++++++++-----------
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c    |  46 ++---
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h     |  39 ++++
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |   4 -
 10 files changed, 298 insertions(+), 177 deletions(-)

-- 
2.15.1

Reply via email to