From 5b133b146a6c901c398039c19c522dc717bfdaf4 Mon Sep 17 00:00:00 2001 From: Jim Ma Date: Thu, 27 Oct 2022 02:20:21 +0800 Subject: [PATCH] update HISTORY.md Signed-off-by: Jim Ma --- HISTORY.md | 16 ++++++++++++++++ igc_main.c | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index eb5b756..8fe2a6d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,19 @@ +## 1.2.0 + +_Date 2022.10.27_ + +Backport fixes from upstream + +* igc: Fix TX timestamp support for non-MSI-X platforms +* igc: Fix typo in i225 LTR functions +* igc: Update I226_K device ID +* igc: Reinstate IGC_REMOVED logic and implement it properly +* igc: Fix infinite loop in release_swfw_sync +* igc: Increase timeout value for Speed 100/1000/2500 +* igc: Fix use-after-free error during reset +* igc: change default return of igc_read_phy_reg() +* igc: Fix an error handling path in 'igc_probe()' + ## 1.1.0 _Date 2022.10.27_ diff --git a/igc_main.c b/igc_main.c index 5a37433..945f312 100644 --- a/igc_main.c +++ b/igc_main.c @@ -20,7 +20,7 @@ #include "backport_overflow.h" #define DRV_SUMMARY "Intel(R) 2.5G Ethernet Linux Driver" -#define DRV_VERSION "1.1.0" +#define DRV_VERSION "1.2.0" #define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_LINK)