index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
2017-12-18
net: phy: meson-gxl: add read and write helpers for banked registers
Jerome Brunet
1
-61
/
+69
2017-12-18
net: phy: meson-gxl: define control registers
Jerome Brunet
1
-20
/
+66
2017-12-18
net: phy: meson-gxl: check phy_write return value
Jerome Brunet
1
-12
/
+38
2017-12-18
net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.
Zhao Qiang
1
-1
/
+1
2017-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+87
2017-12-15
net: phy: broadcom: Add entry for 5395 switch PHYs
Florian Fainelli
1
-0
/
+42
2017-12-15
net: phy: phylink: Handle NULL fwnode_handle
Florian Fainelli
1
-0
/
+3
2017-12-15
sfp: add sff module support
Russell King
1
-14
/
+64
2017-12-14
net: phy: marvell: avoid configuring fiber page for SGMII-to-Copper
Russell King
1
-0
/
+4
2017-12-13
net: phy: phylink: Report MoCA as PORT_BNC
Florian Fainelli
1
-1
/
+4
2017-12-13
net: phy: phylink: Allow setting a custom link state callback
Florian Fainelli
1
-2
/
+32
2017-12-13
net: phy: phylink: Remove error message
Florian Fainelli
1
-3
/
+1
2017-12-13
net: phy: phylink: Use PHY device interface if N/A
Florian Fainelli
1
-0
/
+6
2017-12-13
net: phy: phylink: Allow specifying PHY device flags
Florian Fainelli
1
-2
/
+5
2017-12-13
net: phy: meson-gxl: make function meson_gxl_read_status static
Colin Ian King
1
-1
/
+1
[prev]
[next]