This is the most current release of the ixgbe driver for Linux, which supports kernel versions 2.6.18 up through 3.18.1. Changes in this release: * Minor code cleanup (i.e. #if defined to #if IS_ENABLED) * AUTOC read/write refactor. * Clean up manageablity checks * Clear pending PCIe trans when clearing pending Tx * Ethtool reporting of QSFP module * Rx preformance sync with upstream driver. * Correct race condition with PTP. * Correct double free on probe failure. * Various other bug fixes