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
2024-02-15
net: mdio_bus: make mdio_bus_type const
Ricardo B. Marliere
2
-3
/
+2
2024-02-15
net: phy: aquantia: add AQR111 and AQR111B0 PHY ID
Christian Marangi
1
-0
/
+52
2024-02-15
net: phy: qca807x: move interface mode check to .config_init_once
Robert Marko
1
-5
/
+5
2024-02-14
net: phy: dp83826: support TX data voltage tuning
Catalin Popescu
1
-4
/
+126
2024-02-13
net: phy: aquantia: clear PMD Global Transmit Disable bit during init
Robert Marko
1
-0
/
+9
2024-02-10
net: phy: qca807x: add support for configurable LED
Christian Marangi
1
-2
/
+254
2024-02-10
net: phy: qcom: generalize some qca808x LED functions
Christian Marangi
3
-34
/
+65
2024-02-10
net: phy: qcom: move common qca808x LED define to shared header
Christian Marangi
2
-65
/
+65
2024-02-10
net: phy: qcom: add support for QCA807x PHY Family
Robert Marko
3
-0
/
+606
2024-02-10
net: phy: provide whether link has changed in c37_read_status
Christian Marangi
3
-4
/
+13
2024-02-10
net: phy: qcom: move more function to shared library
Christian Marangi
4
-240
/
+244
2024-02-10
net: phy: add devm/of_phy_package_join helper
Christian Marangi
1
-0
/
+96
2024-02-10
net: phy: add support for scanning PHY in PHY packages nodes
Christian Marangi
1
-8
/
+36
2024-02-09
net: phy: realtek: use generic MDIO helpers to simplify the code
Heiner Kallweit
1
-17
/
+3
2024-02-07
net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()
Heiner Kallweit
1
-4
/
+8
2024-02-07
net: phy: realtek: use generic MDIO constants
Marek BehĂșn
1
-17
/
+13
2024-02-07
net: phy: c45 scanning: Don't consider -ENODEV fatal
Andrew Lunn
1
-2
/
+6
2024-02-06
net: phy: add helper phy_advertise_eee_all
Heiner Kallweit
1
-0
/
+16
2024-02-06
net: phy: constify phydev->drv
Russell King (Oracle)
3
-6
/
+5
2024-02-04
net: micrel: Fix the frequency adjustments
Horatiu Vultur
1
-2
/
+8
2024-02-03
net: phy: qcom: qca808x: default to LED active High if not set
Christian Marangi
1
-0
/
+10
2024-02-03
net: phy: qcom: qca808x: fix logic error in LED brightness set
Christian Marangi
1
-2
/
+2
2024-02-02
net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHY
Heiner Kallweit
1
-0
/
+10
2024-02-02
net: phy: dp83867: Add support for active-low LEDs
Alexander Stein
1
-0
/
+22
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-66
/
+81
2024-01-31
net: phy: qcom: detach qca808x PHY driver from at803x
Christian Marangi
4
-896
/
+942
2024-01-31
net: phy: qcom: move additional functions to shared library
Christian Marangi
3
-425
/
+463
2024-01-31
net: phy: qcom: deatch qca83xx PHY driver from at803x
Christian Marangi
4
-238
/
+284
2024-01-31
net: phy: qcom: create and move functions to shared library
Christian Marangi
5
-67
/
+94
2024-01-31
net: phy: move at803x PHY driver to dedicated directory
Christian Marangi
5
-7
/
+11
2024-01-31
net: phy: adin1100: Add interrupt support for link change
Andre Werner
1
-0
/
+55
2024-01-31
net: phy: phy_device: Prevent nullptr exceptions on ISR
Andre Werner
1
-5
/
+8
2024-01-31
net: phy: c45: change genphy_c45_ethtool_[get|set]_eee to use EEE linkmode bi...
Heiner Kallweit
1
-23
/
+13
2024-01-31
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
1
-6
/
+6
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
4
-13
/
+13
2024-01-30
net: micrel: Fix set/get PHC time for lan8814
Horatiu Vultur
1
-32
/
+29
2024-01-26
net: phy: at803x: add LED support for qca808x
Christian Marangi
1
-0
/
+327
2024-01-26
net: phy: add support for PHY LEDs polarity modes
Christian Marangi
1
-0
/
+16
2024-01-25
net: phy: mediatek-ge-soc: sync driver with MediaTek SDK
Daniel Golle
1
-66
/
+81
2024-01-22
net: micrel: Fix PTP frame parsing for lan8814
Horatiu Vultur
1
-0
/
+11
2024-01-16
net: sfp-bus: fix SFP mode detect from bitrate
Russell King (Oracle)
1
-4
/
+4
2024-01-12
net: phy: micrel: populate .soft_reset for KSZ9131
Claudiu Beznea
1
-0
/
+1
2024-01-12
net: micrel: Fix PTP frame parsing for lan8841
Horatiu Vultur
1
-0
/
+8
2024-01-07
net: phy: at803x: make read_status more generic
Christian Marangi
1
-5
/
+12
2024-01-07
net: phy: at803x: add support for cdt cross short test for qca808x
Christian Marangi
1
-17
/
+69
2024-01-07
net: phy: at803x: refactor qca808x cable test get status function
Christian Marangi
1
-31
/
+49
2024-01-07
net: phy: at803x: generalize cdt fault length function
Christian Marangi
1
-7
/
+6
2024-01-04
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
9
-145
/
+4
2024-01-04
net: phy: aquantia: switch to crc_itu_t()
Stephen Rothwell
2
-4
/
+4
2024-01-04
net: phylink: move phylink_pcs_neg_mode() into phylink.c
Russell King (Oracle)
1
-0
/
+66
[next]