mirror of
https://github.com/AuxXxilium/synology-igc.git
synced 2024-11-23 15:01:06 +07:00
update HISTORY.md
Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
parent
1f535f6e51
commit
5b133b146a
16
HISTORY.md
16
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_
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user