index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-24
net: phylink: Force retrigger in case of latched link-fail indicator
Russell King (Oracle)
2021-11-24
net: phylink: Force link down and retrigger resolve on interface change
Russell King (Oracle)
2021-11-22
net: phylink: handle NA interface mode in phylink_fwnode_phy_connect()
Russell King (Oracle)
2021-11-22
net: phylink: Add helpers for c22 registers without MDIO
Sean Anderson
2021-11-19
net: phy: add support for TI DP83561-SP phy
Hari Nagalla
2021-11-19
net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()
Russell King (Oracle)
2021-11-18
net: mdio: Replaced BUG_ON() with WARN()
Florian Fainelli
2021-11-16
net: document SMII and correct phylink's new validation mechanism
Russell King (Oracle)
2021-11-15
net: phylink: add generic validate implementation
Russell King (Oracle)
2021-11-04
net: phy: fix duplex out of sync problem while changing settings
Heiner Kallweit
2021-11-02
net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phy
Yuiko Oshino
2021-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-29
net: phylink: avoid mvneta warning when setting pause parameters
Russell King (Oracle)
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
net: phy: microchip_t1: add cable test support for lan87xx phy
Yuiko Oshino
2021-10-27
net: phy: Fix unsigned comparison with less than zero
Jiapeng Chong
2021-10-26
net: phy: fixed warning: Function parameter not described
Luo Jie
2021-10-26
net: phylink: use supported_interfaces for phylink validation
Russell King (Oracle)
2021-10-25
phy: phy_ethtool_ksettings_set: Lock the PHY while changing settings
Andrew Lunn
2021-10-25
phy: phy_start_aneg: Add an unlocked version
Andrew Lunn
2021-10-25
phy: phy_ethtool_ksettings_set: Move after phy_start_aneg
Andrew Lunn
2021-10-25
phy: phy_ethtool_ksettings_get: Lock the phy for consistency
Andrew Lunn
2021-10-25
net: phy: add qca8081 cdt feature
Luo Jie
2021-10-25
net: phy: adjust qca8081 master/slave seed value if link down
Luo Jie
2021-10-25
net: phy: add qca8081 soft_reset and enable master/slave seed
Luo Jie
2021-10-25
net: phy: add qca8081 config_init
Luo Jie
2021-10-25
net: phy: add genphy_c45_fast_retrain
Luo Jie
2021-10-25
net: phy: add qca8081 config_aneg
Luo Jie
2021-10-25
net: phy: add qca8081 get_features
Luo Jie
2021-10-25
net: phy: add qca8081 read_status
Luo Jie
2021-10-25
net: phy: add qca8081 ethernet phy driver
Luo Jie
2021-10-25
net: phy: at803x: use GENMASK() for speed status
Luo Jie
2021-10-25
net: phy: at803x: improve the WOL feature
Luo Jie
2021-10-25
net: phy: at803x: use phy_modify()
Luo Jie
2021-10-25
net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
Luo Jie
2021-10-24
net: phy: constify netdev->dev_addr references
Jakub Kicinski
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
net: phy: bcm7xxx: Add EPHY entry for 7712
Florian Fainelli
2021-10-24
net: phylink: Convert some users of mdiobus_* to mdiodev_*
Sean Anderson
2021-10-20
phy: micrel: ksz8041nl: do not use power down mode
Stefan Agner
2021-10-19
net: phylink: Support disabling autonegotiation for PCS
Robert Hancock
2021-10-19
net: phylink: rejig SFP interface selection in ksettings_set()
Russell King (Oracle)
2021-10-18
net: phy: realtek: add support for RTL8365MB-VC internal PHYs
Alvin Šipraga
2021-10-14
net: phy: dp83867: introduce critical chip default init for non-of platform
Lay, Kuan Loon
2021-10-14
net: phy: micrel: make *-skew-ps check more lenient
Matthias Schiffer
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-10
net: phy: at803x: better describe debug regs
Ansuel Smith
2021-10-10
net: phy: at803x: enable prefer master for 83xx internal phy
Ansuel Smith
[next]