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
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
2021-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-10-29
net: phylink: avoid mvneta warning when setting pause parameters
Russell King (Oracle)
1
-1
/
+1
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-59
/
+81
2021-10-28
net: phy: microchip_t1: add cable test support for lan87xx phy
Yuiko Oshino
1
-0
/
+239
2021-10-28
net: phy: Fix unsigned comparison with less than zero
Jiapeng Chong
1
-1
/
+1
2021-10-27
net: phy: fixed warning: Function parameter not described
Luo Jie
1
-0
/
+1
2021-10-26
net: phylink: use supported_interfaces for phylink validation
Russell King (Oracle)
1
-0
/
+36
2021-10-25
phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings
Andrew Lunn
1
-1
/
+3
2021-10-25
phy: phy_start_aneg: Add an unlocked version
Andrew Lunn
1
-6
/
+24
2021-10-25
phy: phy_ethtool_ksettings_set: Move after phy_start_aneg
Andrew Lunn
1
-53
/
+53
2021-10-25
phy: phy_ethtool_ksettings_get: Lock the phy for consistency
Andrew Lunn
1
-0
/
+2
2021-10-25
net: phy: add qca8081 cdt feature
Luo Jie
1
-3
/
+191
2021-10-25
net: phy: adjust qca8081 master/slave seed value if link down
Luo Jie
1
-0
/
+16
2021-10-25
net: phy: add qca8081 soft_reset and enable master/slave seed
Luo Jie
1
-0
/
+48
2021-10-25
net: phy: add qca8081 config_init
Luo Jie
1
-0
/
+107
2021-10-25
net: phy: add genphy_c45_fast_retrain
Luo Jie
1
-0
/
+34
2021-10-25
net: phy: add qca8081 config_aneg
Luo Jie
1
-1
/
+25
2021-10-25
net: phy: add qca8081 get_features
Luo Jie
1
-0
/
+10
2021-10-25
net: phy: add qca8081 read_status
Luo Jie
1
-22
/
+73
2021-10-25
net: phy: add qca8081 ethernet phy driver
Luo Jie
1
-1
/
+16
2021-10-25
net: phy: at803x: use GENMASK() for speed status
Luo Jie
1
-5
/
+5
2021-10-25
net: phy: at803x: improve the WOL feature
Luo Jie
1
-7
/
+38
2021-10-25
net: phy: at803x: use phy_modify()
Luo Jie
1
-6
/
+2
2021-10-25
net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
Luo Jie
1
-3
/
+3
2021-10-24
net: phy: constify netdev->dev_addr references
Jakub Kicinski
2
-4
/
+4
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
1
-1
/
+1
2021-10-24
net: phy: bcm7xxx: Add EPHY entry for 7712
Florian Fainelli
1
-0
/
+2
2021-10-24
net: phylink: Convert some users of mdiobus_* to mdiodev_*
Sean Anderson
1
-16
/
+7
2021-10-20
phy: micrel: ksz8041nl: do not use power down mode
Stefan Agner
1
-2
/
+3
2021-10-19
net: phylink: Support disabling autonegotiation for PCS
Robert Hancock
1
-5
/
+19
2021-10-19
net: phylink: rejig SFP interface selection in ksettings_set()
Russell King (Oracle)
1
-10
/
+10
2021-10-18
net: phy: realtek: add support for RTL8365MB-VC internal PHYs
Alvin Šipraga
1
-0
/
+8
2021-10-15
net: phy: dp83867: introduce critical chip default init for non-of platform
Lay, Kuan Loon
1
-0
/
+19
2021-10-15
net: phy: micrel: make *-skew-ps check more lenient
Matthias Schiffer
1
-2
/
+2
2021-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
1
-1
/
+1
2021-10-10
net: phy: at803x: better describe debug regs
Ansuel Smith
1
-15
/
+15
2021-10-10
net: phy: at803x: enable prefer master for 83xx internal phy
Ansuel Smith
1
-0
/
+3
2021-10-10
net: phy: at803x: add DAC amplitude fix for 8327 phy
Ansuel Smith
1
-0
/
+33
2021-10-10
net: phy: at803x: fix resume for QCA8327 phy
Ansuel Smith
1
-6
/
+63
2021-10-09
net: phy: Do not shutdown PHYs in READY state
Florian Fainelli
1
-0
/
+3
2021-10-08
net: phy: micrel: ksz9131 led errata workaround
Francesco Dolcini
1
-0
/
+24
2021-10-08
net: phylib: ensure phy device drivers do not match by DT
Russell King (Oracle)
1
-0
/
+10
2021-10-08
net: mdio: ensure the type of mdio devices match mdio drivers
Russell King (Oracle)
1
-0
/
+6
2021-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+12
2021-10-07
Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-2
/
+8
2021-10-07
net: phylink: use mdiobus_modify_changed() helper
Russell King (Oracle)
1
-25
/
+4
2021-10-07
net: mdio: add mdiobus_modify_changed()
Russell King (Oracle)
1
-0
/
+22
2021-10-06
net: phy: at803x: add QCA9561 support
David Bauer
1
-2
/
+21
2021-10-05
net: sfp: Fix typo in state machine debug string
Sean Anderson
1
-1
/
+1
[next]