index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+19
2026-06-09
net: ethtool: make dev->hwprov ops-protected
Jakub Kicinski
1
-0
/
+3
2026-06-08
net: phy: don't try to setup PHY-driven SFP cages when using genphy
Maxime Chevallier
1
-3
/
+9
2026-06-08
net: phy: Clean the phy_ports after unregistering the downstream SFP bus
Maxime Chevallier
1
-2
/
+2
2026-06-08
net: phy: remove phy ports upon probe failure
Maxime Chevallier
1
-0
/
+2
2026-06-08
net: phy: clean the sfp upstream if phy probing fails
Maxime Chevallier
1
-0
/
+6
2026-05-19
net: phy: honor eee_disabled_modes in phy_advertise_eee_all()
Nicolai Buchwitz
1
-1
/
+2
2026-05-19
net: phy: honor eee_disabled_modes in phy_support_eee()
Nicolai Buchwitz
1
-1
/
+2
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
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
[next]