summaryrefslogtreecommitdiffstats
path: root/rust/kernel/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori2024-08-302-10/+30
* rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori2024-08-302-23/+204
* rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori2024-08-301-7/+17
* rust: net::phy support probe callbackFUJITA Tomonori2024-08-301-0/+25
* Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-141-1/+1
|\
| * rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-1/+1
* | rust: phy: implement `Send` for `Registration`Wedson Almeida Filho2024-04-231-0/+4
|/
* rust: phy: use VTABLE_DEFAULT_ERRORFUJITA Tomonori2024-01-271-8/+8
* rust: phy: use `srctree`-relative linksFUJITA Tomonori2024-01-271-4/+4
* rust: net::phy add module_phy_driver macroFUJITA Tomonori2023-12-151-0/+146
* rust: core abstractions for network PHY driversFUJITA Tomonori2023-12-151-0/+755