index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-18
net: phy: at803x: Use devm_regulator_get_enable_optional()
Christophe JAILLET
1
-37
/
+7
2023-06-18
net: phy: Manual remove LEDs to ensure correct ordering
Andrew Lunn
1
-1
/
+14
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+39
2023-06-12
net: phylink: use a dedicated helper to parse usgmii control word
Maxime Chevallier
1
-1
/
+38
2023-06-12
net: phylink: report correct max speed for QUSGMII
Maxime Chevallier
1
-1
/
+1
2023-06-12
net: phy: add driver for MediaTek SoC built-in GE PHYs
Daniel Golle
4
-1
/
+1131
2023-06-09
net: phy: broadcom: Add support for setting LED brightness
Florian Fainelli
3
-0
/
+45
2023-06-09
net: phy: broadcom: Rename LED registers
Florian Fainelli
1
-5
/
+5
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+10
2023-06-07
net: phy: realtek: Disable clock on suspend
Detlev Casanova
1
-2
/
+25
2023-06-07
net: phy: realtek: Add optional external PHY clock
Detlev Casanova
1
-0
/
+7
2023-06-06
net: phy: micrel: Move KSZ9477 errata fixes to PHY driver
Robert Hancock
1
-1
/
+74
2023-06-02
net: phylink: actually fix ksettings_set() ethtool call
Russell King (Oracle)
1
-5
/
+10
2023-06-01
net: phy: broadcom: Add LPI counter
Florian Fainelli
1
-7
/
+12
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+3
2023-06-01
net: phy: mxl-gpy: extend interrupt fix to all impacted variants
Xu Liang
1
-13
/
+3
2023-05-31
phy: mscc: Add support for RGMII delay configuration
Harini Katakam
1
-6
/
+29
2023-05-31
phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID table
Harini Katakam
2
-15
/
+2
2023-05-30
net: phy: microchip_t1s: add support for Microchip LAN865x Rev.B0 PHYs
Parthiban Veerasooran
2
-4
/
+179
2023-05-30
net: phy: microchip_t1s: remove unnecessary interrupts disabling code
Parthiban Veerasooran
1
-13
/
+1
2023-05-30
net: phy: microchip_t1s: fix reset complete status handling
Parthiban Veerasooran
1
-0
/
+21
2023-05-30
net: phy: microchip_t1s: update LAN867x PHY supported revision number
Parthiban Veerasooran
2
-15
/
+15
2023-05-30
net: phy: microchip_t1s: replace read-modify-write code with phy_modify_mmd
Parthiban Veerasooran
1
-28
/
+13
2023-05-30
net: phy: microchip_t1s: modify driver description to be more generic
Parthiban Veerasooran
2
-5
/
+5
2023-05-26
net: phy: broadcom: Register dummy IRQ handler
Florian Fainelli
3
-1
/
+16
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-29
/
+55
2023-05-24
net: phylink: provide phylink_pcs_config() and phylink_pcs_link_up()
Russell King (Oracle)
1
-20
/
+33
2023-05-24
net: phy: mscc: enable VSC8501/2 RGMII RX clock
David Epping
2
-26
/
+29
2023-05-24
net: phy: mscc: remove unnecessary phydev locking
David Epping
1
-4
/
+0
2023-05-24
net: phy: mscc: add support for VSC8501
David Epping
2
-0
/
+26
2023-05-24
net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
David Epping
1
-0
/
+1
2023-05-24
net: phylink: add function to resolve clause 73 negotiation
Russell King (Oracle)
1
-0
/
+39
2023-05-24
net: phylink: remove duplicated linkmode pause resolution
Russell King (Oracle)
1
-11
/
+4
2023-05-24
net: phy: avoid kernel warning dump when stopping an errored PHY
Russell King (Oracle)
1
-4
/
+7
2023-05-23
net: sfp: add support for HXSX-ATRI-1 copper SFP+ module
Josua Mayer
1
-1
/
+2
2023-05-22
net: phylink: require supported_interfaces to be filled
Russell King (Oracle)
1
-15
/
+11
2023-05-22
net: sfp: add support for a couple of copper multi-rate modules
Russell King (Oracle)
1
-3
/
+31
2023-05-22
net: phy: add helpers for comparing phy IDs
Russell King
3
-14
/
+12
2023-05-18
net: sfp: add support for rate selection
Russell King (Oracle)
1
-24
/
+188
2023-05-18
net: sfp: add support for setting signalling rate
Russell King (Oracle)
4
-0
/
+50
2023-05-18
net: sfp: change st_mutex locking
Russell King (Oracle)
1
-14
/
+42
2023-05-18
net: sfp: move sm_mutex into sfp_check_state()
Russell King (Oracle)
1
-9
/
+14
2023-05-18
net: sfp: swap order of rtnl and st_mutex locks
Russell King (Oracle)
1
-2
/
+2
2023-05-18
net: sfp: move rtnl lock to cover reading state
Russell King (Oracle)
1
-1
/
+1
2023-05-18
net: sfp: add helper to modify signal states
Russell King (Oracle)
1
-4
/
+8
2023-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+25
2023-05-15
net: phylink: fix ksettings_set() ethtool call
Russell King (Oracle)
1
-4
/
+4
2023-05-13
net: phylink: constify fwnode arguments
Russell King (Oracle)
1
-5
/
+6
2023-05-13
net: phy: broadcom: Add support for Wake-on-LAN
Florian Fainelli
3
-3
/
+340
2023-05-13
net: phy: Allow drivers to always call into ->suspend()
Florian Fainelli
1
-2
/
+3
[prev]
[next]