This series contains a various collection of fixes. Miroslav Lichvar from Red Hat or should I say IBM now? Updates the PHC timecounter interval for igb so that it gets updated at least once every 550 seconds.
Ngai-Mint provides a fix for fm10k to prevent a soft lockup or system crash by adding a new condition to determine if the SM mailbox is in the correct state before proceeding. Jake provides several fm10k fixes, first one marks complier aborts as non-fatal since on some platforms trigger machine check errors when the compile aborts. Added missing device ids to the in-kernel driver. Due to the recent fixes, bumped the driver version. I (Jeff Kirsher) fixed a XFRM_ALGO dependency for both ixgbe and ixgbevf. This fix was based on the original work from Arnd Bergmann, which only fixed ixgbe. Mitch provides a fix for i40e/avf to update the status codes, which resolves an issue between a mis-match between i40e and the iavf driver, which also supports the ice LAN driver. Radoslaw fixes the ixgbe where the driver is logging a message about spoofed packets detected when the VF is re-started with a different MAC address. The following are changes since commit a6b3a3fa042343e29ffaf9169f5ba3c819d4f9a2: net: mvpp2: Fix affinity hint allocation and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 10GbE Jacob Keller (3): fm10k: ensure completer aborts are marked as non-fatal after a resume fm10k: add missing device IDs to the upstream driver fm10k: bump driver version to match out-of-tree release Jeff Kirsher (1): ixgbe/ixgbevf: fix XFRM_ALGO dependency Miroslav Lichvar (1): igb: shorten maximum PHC timecounter update interval Mitch Williams (1): i40e: Update status codes Ngai-Mint Kwan (1): fm10k: fix SM mailbox full condition Radoslaw Tyl (1): ixgbe: fix MAC anti-spoofing filter after VFLR drivers/net/ethernet/intel/Kconfig | 18 +++++++ drivers/net/ethernet/intel/fm10k/fm10k_iov.c | 51 +++++++++++-------- drivers/net/ethernet/intel/fm10k/fm10k_main.c | 2 +- drivers/net/ethernet/intel/fm10k/fm10k_pci.c | 2 + drivers/net/ethernet/intel/fm10k/fm10k_type.h | 2 + .../ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 +- drivers/net/ethernet/intel/igb/igb_ptp.c | 8 ++- drivers/net/ethernet/intel/ixgbe/Makefile | 2 +- drivers/net/ethernet/intel/ixgbe/ixgbe.h | 8 +-- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 6 +-- .../net/ethernet/intel/ixgbe/ixgbe_sriov.c | 4 +- drivers/net/ethernet/intel/ixgbevf/Makefile | 2 +- drivers/net/ethernet/intel/ixgbevf/ixgbevf.h | 4 +- .../net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- include/linux/avf/virtchnl.h | 12 +++-- net/xfrm/Kconfig | 1 - 16 files changed, 85 insertions(+), 41 deletions(-) -- 2.17.2