-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,27 @@ ChangeLog | |
|
||
All notable changes to the project are documented in this file. | ||
|
||
[v1.0.1] - 2021-11-26 | ||
--------------------- | ||
|
||
Primarily fixes a few issues in the kernel module that were found | ||
during a quick review from Russell King: | ||
|
||
https://lore.kernel.org/netdev/[email protected]/ | ||
https://lore.kernel.org/netdev/[email protected]/ | ||
|
||
### Added | ||
- mdio: The mvls subcommand now supports flushing the ATU | ||
|
||
### Fixed | ||
- mdio-netlink: Plug some glaring holes around integer overflows of | ||
the PC. | ||
- mdio-netlink: Release reference to MDIO bus after a transaction | ||
completes. | ||
|
||
|
||
[v1.0.0] - 2021-09-17 | ||
--------------------------------- | ||
--------------------- | ||
|
||
### Added | ||
- Basic usage text, `mvls -h` | ||
|