index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: at803x: remove set/get wol callbacks for AR8032
Li Yang
2023-08-04
1
-2
/
+0
*
net: phy: at803x: fix the wol setting functions
Li Yang
2023-08-04
1
-20
/
+25
*
net: phy: marvell10g: fix 88x3310 power up
Jiawen Wu
2023-07-23
1
-0
/
+7
*
net: phy: prevent stale pointer dereference in phy_init()
Vladimir Oltean
2023-07-20
1
-7
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-27
1
-18
/
+5
|
\
|
*
net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driver
Oleksij Rempel
2023-06-23
1
-18
/
+5
*
|
net: phy: mscc: fix packet loss due to RGMII delays
Vladimir Oltean
2023-06-27
1
-2
/
+2
*
|
net: phy: broadcom: drop brcm_phy_setbits() and use phy_set_bits() instead
Giulio Benetti
2023-06-25
1
-15
/
+4
*
|
net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()
Russell King (Oracle)
2023-06-23
1
-5
/
+4
*
|
net: phylink: convert phylink_mii_c22_pcs_config() to neg_mode
Russell King (Oracle)
2023-06-23
1
-5
/
+4
*
|
net: phylink: add PCS negotiation mode
Russell King (Oracle)
2023-06-23
1
-11
/
+34
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-23
3
-3
/
+16
|
\
|
|
*
Revert "net: phy: dp83867: perform soft reset and retain established link"
Francesco Dolcini
2023-06-21
1
-1
/
+1
|
*
net: mdio: fix the wrong parameters
Jiawen Wu
2023-06-21
1
-1
/
+1
|
*
net: phy: Manual remove LEDs to ensure correct ordering
Andrew Lunn
2023-06-18
1
-1
/
+14
*
|
net: micrel: Change to receive timestamp in the frame for lan8841
Horatiu Vultur
2023-06-21
1
-96
/
+154
*
|
net: phy-c45: Fix genphy_c45_ethtool_set_eee description
Andrew Lunn
2023-06-21
1
-3
/
+6
*
|
net: phy: mediatek: fix compile-test dependencies
Arnd Bergmann
2023-06-20
1
-1
/
+1
*
|
net: phy: at803x: Use devm_regulator_get_enable_optional()
Christophe JAILLET
2023-06-18
1
-37
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-16
1
-2
/
+39
|
\
|
|
*
net: phylink: use a dedicated helper to parse usgmii control word
Maxime Chevallier
2023-06-13
1
-1
/
+38
|
*
net: phylink: report correct max speed for QUSGMII
Maxime Chevallier
2023-06-13
1
-1
/
+1
*
|
net: phy: add driver for MediaTek SoC built-in GE PHYs
Daniel Golle
2023-06-12
4
-1
/
+1131
*
|
net: phy: broadcom: Add support for setting LED brightness
Florian Fainelli
2023-06-09
3
-0
/
+45
*
|
net: phy: broadcom: Rename LED registers
Florian Fainelli
2023-06-09
1
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
1
-5
/
+10
|
\
|
|
*
net: phylink: actually fix ksettings_set() ethtool call
Russell King (Oracle)
2023-06-03
1
-5
/
+10
*
|
net: phy: realtek: Disable clock on suspend
Detlev Casanova
2023-06-07
1
-2
/
+25
*
|
net: phy: realtek: Add optional external PHY clock
Detlev Casanova
2023-06-07
1
-0
/
+7
*
|
net: phy: micrel: Move KSZ9477 errata fixes to PHY driver
Robert Hancock
2023-06-07
1
-1
/
+74
*
|
net: phy: broadcom: Add LPI counter
Florian Fainelli
2023-06-02
1
-7
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-02
1
-13
/
+3
|
\
|
|
*
net: phy: mxl-gpy: extend interrupt fix to all impacted variants
Xu Liang
2023-06-01
1
-13
/
+3
*
|
phy: mscc: Add support for RGMII delay configuration
Harini Katakam
2023-06-01
1
-6
/
+29
*
|
phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID table
Harini Katakam
2023-06-01
2
-15
/
+2
*
|
net: phy: microchip_t1s: add support for Microchip LAN865x Rev.B0 PHYs
Parthiban Veerasooran
2023-05-30
2
-4
/
+179
*
|
net: phy: microchip_t1s: remove unnecessary interrupts disabling code
Parthiban Veerasooran
2023-05-30
1
-13
/
+1
*
|
net: phy: microchip_t1s: fix reset complete status handling
Parthiban Veerasooran
2023-05-30
1
-0
/
+21
*
|
net: phy: microchip_t1s: update LAN867x PHY supported revision number
Parthiban Veerasooran
2023-05-30
2
-15
/
+15
*
|
net: phy: microchip_t1s: replace read-modify-write code with phy_modify_mmd
Parthiban Veerasooran
2023-05-30
1
-28
/
+13
*
|
net: phy: microchip_t1s: modify driver description to be more generic
Parthiban Veerasooran
2023-05-30
2
-5
/
+5
*
|
net: phy: broadcom: Register dummy IRQ handler
Florian Fainelli
2023-05-26
3
-1
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-26
2
-29
/
+55
|
\
|
|
*
net: phy: mscc: enable VSC8501/2 RGMII RX clock
David Epping
2023-05-25
2
-26
/
+29
|
*
net: phy: mscc: remove unnecessary phydev locking
David Epping
2023-05-25
1
-4
/
+0
|
*
net: phy: mscc: add support for VSC8501
David Epping
2023-05-25
2
-0
/
+26
|
*
net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
David Epping
2023-05-25
1
-0
/
+1
*
|
net: phylink: provide phylink_pcs_config() and phylink_pcs_link_up()
Russell King (Oracle)
2023-05-25
1
-20
/
+33
*
|
net: phylink: add function to resolve clause 73 negotiation
Russell King (Oracle)
2023-05-24
1
-0
/
+39
*
|
net: phylink: remove duplicated linkmode pause resolution
Russell King (Oracle)
2023-05-24
1
-11
/
+4
[next]