<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/mdio-tools, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-16T19:08:00Z</updated>
<entry>
<title>mdio-tools: update to 1.3.2</title>
<updated>2026-04-16T19:08:00Z</updated>
<author>
<name>Pawel Dembicki</name>
</author>
<published>2026-04-14T09:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9d59ce08a14fa5b23134f406a22837cea4076e9b'/>
<id>urn:sha1:9d59ce08a14fa5b23134f406a22837cea4076e9b</id>
<content type='text'>
Update the mdio-netlink kmod and userspace mdio-tools to version 1.3.2.

[v1.3.2] - 2026-04-14
---------------------

Build fixes and support for Microchip's paged PHYs.

Added:
- mdio: A new addressing mode "mscc": Used to access PHYs from
  Microchip that uses C22 register 31 as a page register

Fixed:
- mdio: Fix VPATH builds and various other build related warnings

Signed-off-by: Pawel Dembicki &lt;paweldembicki@gmail.com&gt;
</content>
</entry>
<entry>
<title>mdio-tools: backport segfault fix</title>
<updated>2025-11-13T07:44:08Z</updated>
<author>
<name>Aleksander Jan Bajkowski</name>
</author>
<published>2025-09-07T17:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63656f59ecbb28e3123ce039c9a59f263a96b21e'/>
<id>urn:sha1:63656f59ecbb28e3123ce039c9a59f263a96b21e</id>
<content type='text'>
Return an ENOMEM error when the buffer is too small to perform the operation.

Before:
$ mdio mt7530-0 0x05:31 dump 0x0+512
Segmentation fault

After:
$ mdio mt7530-0 0x05:31 dump 0x0+512
ERROR: Dump operation failed (-12)

Signed-off-by: Aleksander Jan Bajkowski &lt;olek2@wp.pl&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>mdio-tools: use commit hash as the source version</title>
<updated>2024-04-03T05:34:33Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-02T13:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=639cc3d2e45bdbf427dfa892ea2d6a2894b325d0'/>
<id>urn:sha1:639cc3d2e45bdbf427dfa892ea2d6a2894b325d0</id>
<content type='text'>
In light of the recent XZ events, it seems that using the tag as the
source version reference is not ideal as it can be updated by the upstream
lets switch to using the full commit hash as the source.

This also should fix the APK semantic versioning by setting PKG_VERSION as
well updating the PKG_MIRROR_HASH which got broken by recent APK changes.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>mdio-tools: update to 1.3.1</title>
<updated>2023-12-21T03:11:27Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2023-12-20T12:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=56f3cab124f9d69e4a66ac4a610b4c2883cf5068'/>
<id>urn:sha1:56f3cab124f9d69e4a66ac4a610b4c2883cf5068</id>
<content type='text'>
Update the mdio-netlink kmod and userspace mdio-tools to version 1.3.1.

[v1.3.1] - 2023-12-02
---------------------

Fixes mvls to work with kernels 6.2 and onwards.

- mdio: Multiple registers can now be dumped at once, via the generic
  dump operation.

- mvls: Relax the driver matching to accept the strings used in
  kernels 6.2 and newer.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>mdio-tools: update to 1.3.0</title>
<updated>2023-08-23T13:57:56Z</updated>
<author>
<name>Zhi-Jun You</name>
</author>
<published>2023-08-23T03:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3abdb2887e5f6cfaccf421b78eb246f082f816a8'/>
<id>urn:sha1:3abdb2887e5f6cfaccf421b78eb246f082f816a8</id>
<content type='text'>
Update the mdio-netlink kmod and userspace mdio-tools to version 1.3.0.

[v1.3.0] - 2023-07-24
---------------------

Primarily widen the gamut of supported kernel versions, now supporting
all kernels from 5.2 and onwards.

- mvls: Support for 88E6320/88E6321

- mdio-netlink: Adapt to the upstream C22/C45 refactor.

Signed-off-by: Zhi-Jun You &lt;hujy652@protonmail.com&gt;
</content>
</entry>
<entry>
<title>mdio-tools: update to 1.2.0</title>
<updated>2022-09-19T17:50:16Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2022-09-19T17:50:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ddf1bccc76c84d8860d426a5932f278b20306ee0'/>
<id>urn:sha1:ddf1bccc76c84d8860d426a5932f278b20306ee0</id>
<content type='text'>
Update the mdio-netlink kmod and userspace mdio-tools to version 1.2.0.
This allows dropping the time64 musl patch which was upstreamed.

[v1.2.0] - 2022-09-15
---------------------

- mdio: A new addressing mode "mmd-c22": Used to access MMDs attached
  to MDIO controllers without Clause 45 support by using registers 13
  and 14 in the device's Clause 22 register space
- mdio: Pretty print gigabit link capability information from a PHY's
  extended status register
- mdio: Pretty print lots of status information from MMDs (C45 PHYs)
- mvls: Decode priority override information of ATU entries

- mvls: Table listings now always prints out the device information,
  even on single chip systems.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>mdio-tools: include mvls</title>
<updated>2022-06-09T18:06:41Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2022-06-07T12:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=44149099e739db3d5c4a088f4a6e7d6cb9ed37b7'/>
<id>urn:sha1:44149099e739db3d5c4a088f4a6e7d6cb9ed37b7</id>
<content type='text'>
mdio-tools have a app dedicated to reading Marvell Link Street switch
properties which is really usefull to not have to manually do it via
MDIO.

So, install the mvls binary as well.

Signed-off-by: Robert Marko &lt;robert.marko@sartura.hr&gt;
</content>
</entry>
<entry>
<title>mdio-tools: update to 1.1.1</title>
<updated>2022-06-09T18:06:41Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2022-06-07T11:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4048eeb3ea6dc1f9eb3a1e258c080d409d50237b'/>
<id>urn:sha1:4048eeb3ea6dc1f9eb3a1e258c080d409d50237b</id>
<content type='text'>
Update the mdio-netlink kmod and userspace mdio-tools to version 1.1.1.

mdio-tools required a musl time64 compatibility fix that I have an PR
open for already.

Changelog:
[v1.1.1] - 2022-05-23
---------------------

Tiny bugfix release.

- mdio: The bench operation is now much more reliable when stacked on
  other devices than regular PHYs (e.g. paged PHYs or Marvell
  switches).
- mvls: The STU can now be dumped chips from the Peridot generation.

[v1.1.0] - 2022-05-04
---------------------

A sprawling release, adding various mvls related introspection
features. mvls also gains a JSON output format.

- mvls: The STU can now be dumped (requires Linux 5.17 or later). This
  is useful now that mv88e6xxx supports offloading of MST states
- mvls: Output can now be formatted as JSON for easier scripting
- mdio: mvls: A subset of MIB counters can now be dumped. This let's
  you get at counters for DSA ports, which are not reachable from
  ethtool
- mdio: mvls: The LAG mask and LAG map tables can now be dumped
- mdio: Improve usage message by including the examples from the
  manual

Signed-off-by: Robert Marko &lt;robert.marko@sartura.hr&gt;
</content>
</entry>
<entry>
<title>mdio-tools: add kmod-mdio-netlink as dependencies</title>
<updated>2022-04-24T09:02:43Z</updated>
<author>
<name>Chukun Pan</name>
</author>
<published>2022-04-02T14:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5c3d27677f8295d9a14be7ddff4567114d88da99'/>
<id>urn:sha1:5c3d27677f8295d9a14be7ddff4567114d88da99</id>
<content type='text'>
Otherwise it will fail as follows:
  failed to find a module named mdio-netlink
  ERROR: mdio-netlink module not detected, and could not be loaded.

Run-tested on: ramips/mt7621

Signed-off-by: Chukun Pan &lt;amadeus@jmu.edu.cn&gt;
</content>
</entry>
</feed>
