The following commit has been merged in the master branch: commit 5ac4b47d1a887ef978967b381e9b403084f0b6d3 Merge: d3332184f1e996a751529855819b0f8e5be82fdc 01ca667133d019edc9f0a1f70a272447c84ec41f Author: David S. Miller davem@davemloft.net Date: Thu Mar 28 12:59:54 2019 -0700
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
Jeff Kirsher says:
==================== Intel Wired LAN Driver Fixes 2019-03-26
This series contains updates to igb, ixgbe, i40e and fm10k.
Jake fixes an issue with PTP in i40e where a previous commit resulted in a regression where the driver would interpret small negative adjustments as large positive additions, resulting in incorrect behavior.
Arvind Sankar fixes an issue in igb where a previous commit would cause a warning in the PCI pm core and resulted in pci_pm_runtime_suspend would not call pci_save_state or pci_finish_runtime_suspend.
Ivan Vecera fixes MDIO bus registration with ixgbe, where the driver was ignoring errors returned when registering and would leave the pointer in a NULL state which triggered a BUG when un-registering.
Stefan Assmann fixes the check for Wake-On-LAN for i40e, which only supports magic packet.
Yue Haibing fixes a potential NULL pointer de-reference in fm10k by adding a simple check if the value is NULL. ====================
Signed-off-by: David S. Miller davem@davemloft.net
linux-merge@lists.open-mesh.org