index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-1
/
+27
2019-08-28
net: phy: force phy suspend when calling phy_stop
Jian Shen
1
-1
/
+1
2019-08-28
phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-28
phy: mdio-mux-meson-g12a: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-28
phy: mdio-moxart: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-28
phy: mdio-hisi-femac: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-28
phy: mdio-bcm-iproc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-27
Add genphy_c45_config_aneg() function to phy-c45.c
Marco Hartmann
2
-1
/
+27
2019-08-24
net: phy: sfp: Add labels to hwmon sensors
Andrew Lunn
1
-5
/
+68
2019-08-19
net: phy: realtek: support NBase-T MMD EEE registers on RTL8125
Heiner Kallweit
1
-2
/
+43
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-25
/
+33
2019-08-17
net: phy: remove genphy_config_init
Heiner Kallweit
1
-51
/
+0
2019-08-17
net: phy: remove calls to genphy_config_init
Heiner Kallweit
10
-33
/
+9
2019-08-16
net: phy: adin: add ethtool get_stats support
Alexandru Ardelean
1
-0
/
+128
2019-08-16
net: phy: adin: implement downshift configuration via phy-tunable
Alexandru Ardelean
1
-0
/
+86
2019-08-16
net: phy: adin: implement PHY subsystem software reset
Alexandru Ardelean
1
-0
/
+26
2019-08-16
net: phy: adin: add EEE translation layer from Clause 45 to Clause 22
Alexandru Ardelean
1
-2
/
+66
2019-08-16
net: phy: adin: add support MDI/MDIX/Auto-MDI selection
Alexandru Ardelean
1
-4
/
+113
2019-08-16
net: phy: adin: make RMII fifo depth configurable
Alexandru Ardelean
1
-0
/
+29
2019-08-16
net: phy: adin: make RGMII internal delays configurable
Alexandru Ardelean
1
-0
/
+82
2019-08-16
net: phy: adin: configure RGMII/RMII/MII modes on config
Alexandru Ardelean
1
-1
/
+78
2019-08-16
net: phy: adin: add {write,read}_mmd hooks
Alexandru Ardelean
1
-0
/
+34
2019-08-16
net: phy: adin: add support for interrupts
Alexandru Ardelean
1
-0
/
+36
2019-08-16
net: phy: adin: hook genphy_{suspend, resume} into the driver
Alexandru Ardelean
1
-0
/
+4
2019-08-16
net: phy: adin: add support for Analog Devices PHYs
Alexandru Ardelean
3
-0
/
+59
2019-08-15
net: phy: realtek: add support for EEE registers on integrated PHY's
Heiner Kallweit
1
-0
/
+43
2019-08-15
net: phy: swphy: emulate register MII_ESTATUS
Heiner Kallweit
1
-0
/
+8
2019-08-15
net: phy: read MII_CTRL1000 in genphy_read_status only if needed
Heiner Kallweit
1
-5
/
+6
2019-08-14
net: phy: realtek: add NBase-T PHY auto-detection
Heiner Kallweit
1
-5
/
+43
2019-08-13
net: phy: consider AN_RESTART status when reading link status
Heiner Kallweit
2
-1
/
+25
2019-08-13
net: phy: let phy_speed_down/up support speeds >1Gbps
Heiner Kallweit
1
-44
/
+16
2019-08-13
net: phy: add phy_speed_down_core and phy_resolve_min_speed
Heiner Kallweit
1
-0
/
+28
2019-08-13
net: phy: add __set_linkmode_max_speed
Heiner Kallweit
1
-2
/
+7
2019-08-12
net: phy: at803x: stop switching phy delay config needlessly
André Draszik
1
-24
/
+8
2019-08-11
net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125
Heiner Kallweit
1
-0
/
+62
2019-08-11
net: phy: add phy_modify_paged_changed
Heiner Kallweit
1
-5
/
+24
2019-08-11
net: phy: prepare phylib to deal with PHY's extending Clause 22
Heiner Kallweit
1
-15
/
+12
2019-08-11
net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...
Heiner Kallweit
1
-16
/
+6
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-15
/
+26
2019-08-06
net: mdio-octeon: Fix Kconfig warnings and build errors
Nathan Chancellor
2
-2
/
+4
2019-08-02
net: phy: fix race in genphy_update_link
Heiner Kallweit
1
-0
/
+6
2019-08-02
net: phy: Add mdio-aspeed
Andrew Jeffery
3
-0
/
+171
2019-08-01
net: phy: xgene: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-07-31
net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_le...
Jia-Ju Bai
1
-1
/
+2
2019-07-30
net: phy: fixed_phy: print gpio error only if gpio node is present
Hubert Feurstein
1
-2
/
+4
2019-07-27
net: phylink: Fix flow control for fixed-link
René van Dorst
1
-0
/
+2
2019-07-24
net: phy: mscc: initialize stats array
Andreas Schwab
1
-8
/
+8
2019-07-24
net: phylink: don't start and stop SGMII PHYs in SFP modules twice
Arseny Solokha
1
-4
/
+4
2019-07-21
net: phy: sfp: hwmon: Fix scaling of RX power
Andrew Lunn
1
-1
/
+1
2019-07-12
net: phy: make exported variables non-static
Denis Efremov
1
-3
/
+3
[next]