From: Jeff Kirsher <jeffrey.t.kirs...@intel.com> Date: Mon, 29 Jun 2020 18:27:35 -0700
> This series contains updates to only the igc driver. > > Sasha added Energy Efficient Ethernet (EEE) support and Latency Tolerance > Reporting (LTR) support for the igc driver. Added Low Power Idle (LPI) > counters and cleaned up unused TCP segmentation counters. Removed > igc_power_down_link() and call igc_power_down_phy_copper_base() > directly. Removed unneeded copper media check. > > Andre cleaned up timestamping by removing un-supported features and > duplicate code for i225. Fixed the timestamp check on the proper flag > instead of the skb for pending transmit timestamps. Refactored > igc_ptp_set_timestamp_mode() to simply the flow. > > v2: Removed the log message in patch 1 as suggested by David Miller. > Note: The locking issue Jakub Kicinski saw in patch 5, currently > exists in the current net-next tree, so Andre will resolve the > locking issue in a follow-on patch. > > The following are changes since commit > b8483ecaf72ee9059dcca5de969781028a550f89: > liquidio: use list_empty_careful in lio_list_delete_head > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE Pulled, thanks Jeff.