index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
devel
davem/net-next
Jakub Kicinski
1
-2
/
+2
2026-04-12
net: phy: fix a return path in get_phy_c45_ids()
Charles Perry
1
-2
/
+2
2026-04-12
net: phy: add support for disabling PHY-autonomous EEE
Nicolai Buchwitz
1
-0
/
+22
2026-03-14
net: phy: move registering mdio_bus_class and mdio_bus_type to libphy
Heiner Kallweit
1
-0
/
+13
2026-03-06
net: phy: remove phy_attach
Heiner Kallweit
1
-38
/
+0
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-8
/
+17
2026-02-24
net: phy: register phy led_triggers during probe to avoid AB-BA deadlock
Andrew Lunn
1
-8
/
+17
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-12
net: phy: initialize the port support based on the PHY's for OF ports
Maxime Chevallier
1
-0
/
+3
2026-01-22
net: phy: Grammar update for comment in genphy_update_link
Simon Horman
1
-1
/
+1
2026-01-20
net: phy: simplify PHY fixup registration
Heiner Kallweit
1
-21
/
+13
2026-01-15
net: phy: remove unused fixup unregistering functions
Heiner Kallweit
1
-46
/
+0
2026-01-13
net: phy: Only rely on phy_port for PHY-driven SFP
Maxime Chevallier
1
-19
/
+9
2026-01-13
net: phy: Introduce generic SFP handling for PHY drivers
Maxime Chevallier
1
-0
/
+107
2026-01-13
net: phy: Create a phy_port for PHY-driven SFPs
Maxime Chevallier
1
-0
/
+30
2026-01-13
net: phy: Introduce PHY ports representation
Maxime Chevallier
1
-0
/
+192
2025-11-04
net: phy: make phy_device members pause and asym_pause bitfield bits
Heiner Kallweit
1
-8
/
+8
2025-10-29
net: phy: add iterator mdiobus_for_each_phy
Heiner Kallweit
1
-7
/
+9
2025-10-24
net: phy: add phy_may_wakeup()
Russell King (Oracle)
1
-2
/
+12
2025-09-30
net: phy: annotate linkmode initializers as not used after init phase
Heiner Kallweit
1
-8
/
+8
2025-09-30
net: phy: stop exporting phy_driver_unregister
Heiner Kallweit
1
-6
/
+5
2025-09-23
net: phy: stop exporting phy_driver_register
Heiner Kallweit
1
-2
/
+2
2025-09-09
net: phy: fix phy_uses_state_machine()
Russell King (Oracle)
1
-2
/
+3
2025-07-14
net: phy: Don't register LEDs for genphy
Sean Anderson
1
-2
/
+2
2025-06-17
net: phy: Add c45_phy_ids sysfs directory entry
Yajun Deng
1
-2
/
+110
2025-06-16
net: phy: remove phy_driver_is_genphy_10g
Heiner Kallweit
1
-23
/
+0
2025-06-16
net: phy: improve phy_driver_is_genphy
Heiner Kallweit
1
-7
/
+0
2025-06-16
net: phy: add flag is_genphy_driven to struct phy_device
Heiner Kallweit
1
-6
/
+7
2025-06-12
net: phy: simplify phy_get_internal_delay()
Russell King (Oracle)
1
-3
/
+3
2025-06-12
net: phy: move definition of genphy_c45_driver to phy_device.c
Heiner Kallweit
1
-0
/
+7
2025-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+3
2025-05-27
net: phy: clear phydev->devlink when the link is deleted
Wei Fang
1
-1
/
+3
2025-05-21
net: phy: introduce genphy_match_phy_device()
Christian Marangi
1
-15
/
+37
2025-05-21
net: phy: pass PHY driver to .match_phy_device OP
Christian Marangi
1
-1
/
+1
2025-05-20
net: phy: make mdio consumer / device layer a separate module
Heiner Kallweit
1
-9
/
+2
2025-05-05
net: phy: Refactor fwnode_get_phy_node()
Andy Shevchenko
1
-4
/
+4
2025-04-22
net: phy: Add helper for getting MAC termination resistance
Dimitri Fedrau
1
-0
/
+15
2025-04-15
net: phy: remove device_phy_find_device
Heiner Kallweit
1
-12
/
+0
2025-04-09
net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr...
Vladimir Oltean
1
-2
/
+29
2025-04-09
net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()
Vladimir Oltean
1
-13
/
+13
2025-03-20
net: phy: Support speed selection for PHY loopback
Gerhard Engleder
1
-35
/
+0
2025-03-20
net: phy: Allow loopback speed selection for PHY drivers
Gerhard Engleder
1
-3
/
+9
2025-03-18
net: phy: phy_device: Use link_capabilities lookup for PHY aneg config
Maxime Chevallier
1
-5
/
+6
2025-03-18
net: phy: Use an internal, searchable storage for the linkmodes
Maxime Chevallier
1
-0
/
+5
2025-03-05
net: phy: move PHY package code from phy_device.c to own source file
Heiner Kallweit
1
-237
/
+0
2025-02-24
net: phy: add phylib-internal.h
Heiner Kallweit
1
-0
/
+2
2025-02-18
net: phy: remove disabled EEE modes from advertising_eee in phy_probe
Heiner Kallweit
1
-11
/
+10
2025-02-17
net: phy: Add helper for getting tx amplitude gain
Dimitri Fedrau
1
-18
/
+35
2025-02-14
net: phy: remove helper phy_is_internal
Heiner Kallweit
1
-1
/
+1
[next]