index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
net
/
phy.rs
Age
Commit message (
Expand
)
Author
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
2025-01-10
rust: use the `build_error!` macro, not the hidden function
Miguel Ojeda
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-12-17
rust: net::phy scope ThisModule usage in the module_phy_driver macro
Rahul Rameshbabu
2024-12-17
rust: net::phy fix module autoloading
FUJITA Tomonori
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-10-03
rust: net::phy always define device_table in module_phy_driver macro
FUJITA Tomonori
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-30
rust: net::phy unified genphy_read_status function for C22 and C45 registers
FUJITA Tomonori
2024-08-30
rust: net::phy unified read/write API for C22 and C45 registers
FUJITA Tomonori
2024-08-30
rust: net::phy implement AsRef<kernel::device::Device> trait
FUJITA Tomonori
2024-08-30
rust: net::phy support probe callback
FUJITA Tomonori
2024-08-21
rust: kernel: fix typos in code comments
Michael Vetter
2024-05-13
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-04-23
rust: phy: implement `Send` for `Registration`
Wedson Almeida Filho
2024-01-27
rust: phy: use VTABLE_DEFAULT_ERROR
FUJITA Tomonori
2024-01-27
rust: phy: use `srctree`-relative links
FUJITA Tomonori
2023-12-15
rust: net::phy add module_phy_driver macro
FUJITA Tomonori
2023-12-15
rust: core abstractions for network PHY drivers
FUJITA Tomonori