index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-08
net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
Heiner Kallweit
1
-1
/
+1
2018-02-06
net: phy: Handle not having GPIO enabled in the kernel
Andrew Lunn
1
-1
/
+2
2018-01-23
net: phy: sfp: Fix kernel doc warning
Florian Fainelli
1
-1
/
+1
2018-01-16
phy: realtek: use new helpers for paged register access
Heiner Kallweit
1
-45
/
+14
2018-01-16
phy: use new helpers phy_set_bits/phy_clear_bits in phylib
Heiner Kallweit
1
-2
/
+2
2018-01-15
net: phy: remove parameter new_link from phy_mac_interrupt()
Heiner Kallweit
1
-7
/
+3
2018-01-15
net: phy: Have __phy_modify return 0 on success
Andrew Lunn
1
-7
/
+6
2018-01-11
net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()
Wei Yongjun
1
-0
/
+2
2018-01-10
net: phy: marvell: mv88e6390 temperature sensor reading
Andrew Lunn
1
-1
/
+150
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+11
2018-01-08
mdio-sun4i: Fix a memory leak
Christophe JAILLET
1
-2
/
+4
2018-01-08
phylink: mark expected switch fall-throughs in phylink_mii_ioctl
Gustavo A. R. Silva
1
-0
/
+2
2018-01-08
net: phy: fix wrong masks to phy_modify()
Russell King
4
-15
/
+14
2018-01-03
net: mdio: Only perform gpio reset for PHYs
Andrew Lunn
1
-4
/
+17
2018-01-03
net: phy: convert read-modify-write to phy_modify()
Russell King
3
-112
/
+46
2018-01-03
net: phy: add phy_modify() accessor
Russell King
1
-0
/
+23
2018-01-03
net: phy: marvell: fix paged access races
Russell King
1
-217
/
+137
2018-01-03
net: phy: add paged phy register accessors
Russell King
1
-0
/
+157
2018-01-03
net: phy: add unlocked accessors
Russell King
1
-0
/
+25
2018-01-03
net: phy: use unlocked accessors for indirect MMD accesses
Russell King
1
-5
/
+6
2018-01-03
net: mdiobus: add unlocked accessors
Russell King
1
-12
/
+53
2018-01-03
net: phy: fixed-phy: remove fixed_phy_update_state()
Russell King
1
-31
/
+0
2018-01-03
phylink: remove 'mode' variable from phylink_sfp_module_insert()
Russell King
1
-7
/
+8
2018-01-03
sfp: improve support for direct-attach copper cables
Russell King
1
-7
/
+44
2018-01-03
sfp: add support for 1000Base-PX and 1000Base-BX10
Russell King
1
-0
/
+21
2018-01-03
sfp: don't guess support from connector type
Russell King
1
-29
/
+0
2018-01-03
sfp: use precision to print non-null terminated strings
Russell King
1
-18
/
+6
2018-01-02
net: phy: marvell10g: add support for half duplex 100M and 10M
Russell King
1
-25
/
+12
2018-01-02
net: phy: add helper to convert negotiation result to phy settings
Russell King
1
-0
/
+43
2018-01-02
net: phy: marvell10g: clean up interface mode switching
Russell King
1
-16
/
+20
2018-01-02
net: phy: marvell10g: add MDI swap reporting
Russell King
2
-0
/
+64
2018-01-02
net: phy: marvell10g: update header comments
Russell King
1
-1
/
+7
2018-01-02
sfp: fix sfp-bus oops when removing socket/upstream
Russell King
1
-2
/
+4
2018-01-02
phylink: ensure we report link down when LOS asserted
Russell King
1
-2
/
+1
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+3
2017-12-27
phylib: rename reset-(post-)delay-us to reset-(de)assert-us
Richard Leitner
1
-1
/
+1
2017-12-26
net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaround
Grygorii Strashko
1
-0
/
+1
2017-12-26
phylink: ensure AN is enabled
Russell King
1
-0
/
+1
2017-12-26
phylink: ensure the PHY interface mode is appropriately set
Russell King
1
-0
/
+1
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+29
2017-12-21
phylink: avoid attaching more than one PHY
Russell King
1
-0
/
+3
2017-12-18
net: phy: xgene: disable clk on error paths
Alexey Khoroshilov
1
-6
/
+15
2017-12-18
net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x
Russell King
1
-0
/
+12
2017-12-18
phylink: fix locking asserts
Russell King
1
-17
/
+17
2017-12-18
sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
Russell King
1
-4
/
+3
2017-12-18
sfp: fix non-detection of PHY
Russell King
1
-4
/
+4
2017-12-18
net: phy: meson-gxl: join the authors
Jerome Brunet
1
-0
/
+1
2017-12-18
net: phy: meson-gxl: add interrupt support
Jerome Brunet
1
-1
/
+36
2017-12-18
net: phy: meson-gxl: leave CONFIG_A6 untouched
Jerome Brunet
1
-9
/
+0
2017-12-18
net: phy: meson-gxl: use genphy_config_init
Jerome Brunet
1
-1
/
+1
[next]