update HISTORY.md

Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
Jim Ma 2022-10-27 02:20:21 +08:00
parent 1f535f6e51
commit 5b133b146a
2 changed files with 17 additions and 1 deletions

View File

@ -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_

View File

@ -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)