index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: phy: add amlogic g12a mdio mux support
Jerome Brunet
2019-04-06
3
-0
/
+392
*
|
net: phy: realtek: remove setting callback get_features and use phylib fallback
Heiner Kallweit
2019-04-04
1
-10
/
+0
*
|
net: phy: allow a PHY driver to define neither features nor get_features
Heiner Kallweit
2019-04-04
1
-7
/
+12
*
|
net: phy: fix autoneg mismatch case in genphy_read_status
Heiner Kallweit
2019-04-03
1
-5
/
+3
*
|
net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210
Antoine Tenart
2019-04-03
1
-0
/
+2
*
|
net: phy: marvell10g: implement suspend/resume callbacks
Antoine Tenart
2019-04-03
1
-1
/
+11
*
|
net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpa
Heiner Kallweit
2019-04-02
1
-0
/
+11
*
|
net: phy: use c45 standard to detect link partner autoneg capability
Heiner Kallweit
2019-04-02
1
-1
/
+8
*
|
net: phy: realtek: use genphy_read_abilities
Heiner Kallweit
2019-04-02
1
-24
/
+12
*
|
net: phy: use genphy_read_abilities in genphy driver
Heiner Kallweit
2019-04-02
1
-2
/
+1
*
|
net: phy: add genphy_read_abilities
Heiner Kallweit
2019-04-02
1
-0
/
+48
*
|
net: phy: aquantia: add SGMII statistics
Heiner Kallweit
2019-04-01
1
-2
/
+112
*
|
net: phy: improve genphy_read_status
Heiner Kallweit
2019-04-01
1
-15
/
+8
*
|
net: phy: aquantia: add suspend / resume callbacks for AQR107 family
Heiner Kallweit
2019-04-01
1
-0
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-27
4
-15
/
+37
|
\
|
|
*
net: phy: bcm54xx: Encode link speed and activity into LEDs
Vladimir Oltean
2019-03-26
1
-0
/
+13
|
*
net: phy: don't clear BMCR in genphy_soft_reset
Heiner Kallweit
2019-03-25
1
-1
/
+1
|
*
net: phy: Re-parent menus for MDIO bus drivers correctly
Florian Fainelli
2019-03-23
1
-0
/
+3
|
*
net: phy: Add DP83825I to the DP83822 driver
Dan Murphy
2019-03-21
1
-14
/
+20
*
|
net: phy: mdio-bcm-unimac: remove redundant !timeout check
Colin Ian King
2019-03-27
1
-4
/
+1
*
|
net: phy: marvell: add PHY tunable fast link down support for 88E1540
Heiner Kallweit
2019-03-27
1
-0
/
+108
*
|
net: phy: aquantia: inform about proprietary 1000Base-T2 mode being in use
Heiner Kallweit
2019-03-26
1
-1
/
+13
*
|
net: phy: aquantia: report PHY details like firmware version
Heiner Kallweit
2019-03-26
1
-0
/
+62
*
|
net: phy: aquantia: print remote capabilities if link partner is Aquantia PHY
Heiner Kallweit
2019-03-26
1
-0
/
+49
*
|
net: phy: aquantia: simplify aqr_config_aneg
Heiner Kallweit
2019-03-26
1
-32
/
+13
*
|
net: phy: Correct Cygnus/Omega PHY driver prompt
Florian Fainelli
2019-03-23
1
-2
/
+1
*
|
net: phy: aquantia: add downshift support
Heiner Kallweit
2019-03-22
1
-10
/
+145
*
|
net: phy: Move Omega PHY entry to Cygnus PHY driver
Florian Fainelli
2019-03-21
3
-4
/
+149
*
|
net: phy: Prepare for moving Omega out of bcm7xxx
Florian Fainelli
2019-03-21
3
-71
/
+76
*
|
net: phy: mdio-bcm-unimac: Remove print of base address
Florian Fainelli
2019-03-21
1
-1
/
+1
*
|
net: phy: aquantia: check for changed interface mode in read_status
Nikita Yushchenko
2019-03-20
1
-2
/
+44
*
|
net: phy: aquantia: check for supported interface modes in config_init
Andrew Lunn
2019-03-20
1
-0
/
+17
*
|
net: phy: improve handling link_change_notify callback
Heiner Kallweit
2019-03-20
3
-50
/
+15
|
/
*
net: phy: meson-gxl: fix interrupt support
Jerome Brunet
2019-03-15
1
-0
/
+6
*
phy: mdio-mux: fix Kconfig dependencies
Arnd Bergmann
2019-03-04
1
-1
/
+1
*
net: phy: use phy_modify_mmd_changed in genphy_c45_an_config_aneg
Heiner Kallweit
2019-03-04
1
-9
/
+8
*
net: phy: remove gen10g_no_soft_reset
Heiner Kallweit
2019-03-03
4
-12
/
+5
*
net: phy: don't export gen10g_read_status
Heiner Kallweit
2019-03-03
1
-2
/
+1
*
net: phy: remove gen10g_config_init
Heiner Kallweit
2019-03-03
3
-16
/
+0
*
net: phy: remove gen10g_suspend and gen10g_resume
Heiner Kallweit
2019-03-03
1
-14
/
+0
*
net: phy: use genphy_c45_aneg_done in genphy_aneg_done
Heiner Kallweit
2019-03-03
1
-8
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
3
-1
/
+19
|
\
|
*
net: phy: phylink: fix uninitialized variable in phylink_get_mac_state
Heiner Kallweit
2019-03-01
1
-0
/
+4
|
*
net: phy: dp83867: add soft reset delay
Max Uvarov
2019-02-27
1
-0
/
+3
|
*
net: phy: Micrel KSZ8061: link failure after cable connect
Rajasingh Thavamani
2019-02-27
1
-1
/
+12
*
|
net: phy: marvell10g: Use the generic C45 helper to read the 2110 features
Maxime Chevallier
2019-02-27
1
-1
/
+1
*
|
net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bit
Maxime Chevallier
2019-02-27
1
-10
/
+0
*
|
drivers: net: phy: mdio-mux: Add support for Generic Mux controls
Pankaj Bansal
2019-02-27
3
-0
/
+135
*
|
net: phy: aquantia: add hwmon support
Heiner Kallweit
2019-02-25
4
-0
/
+273
*
|
net: phy: aquantia: rename aquantia.c to aquantia_main.c
Heiner Kallweit
2019-02-25
2
-0
/
+1
[prev]
[next]