index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-10
dp83640: Always decode received status frames
Stefan Sørensen
1
-3
/
+3
2014-07-02
net: fix circular dependency in of_mdio code
Daniel Mack
1
-0
/
+44
2014-06-23
net: phy: at803x: fix coccinelle warnings
Fengguang Wu
1
-1
/
+1
2014-06-22
net: phy: at803x: Add support for hardware reset
Daniel Mack
1
-41
/
+144
2014-06-22
net: phy: at803x: use #defines for supported PHY ids
Daniel Mack
1
-6
/
+10
2014-06-22
net: phylib: add link_change_notify callback to phy device
Daniel Mack
1
-0
/
+3
2014-06-12
net: phy: realtek: register/unregister multiple drivers properly
Jongsung Kim
1
-51
/
+37
2014-06-11
amd-xgbe: fix unused variable compilation warning in phylib driver
françois romieu
1
-1
/
+1
2014-06-06
amd-xgbe: Configuration and build support
Lendacky, Thomas
2
-0
/
+7
2014-06-06
amd-xgbe: Initial AMD 10GbE phylib driver
Lendacky, Thomas
1
-0
/
+1357
2014-05-30
net: of_mdio: add of_mdiobus_link_phydev()
Daniel Mack
1
-0
/
+6
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+11
2014-05-22
net: phy: make of_set_phy_supported work with genphy driver
Sascha Hauer
1
-1
/
+35
2014-05-22
net: phy: genphy: Allow overwriting features
Sascha Hauer
1
-6
/
+5
2014-05-17
net: phy: extend fixed driver with fixed_phy_register()
Thomas Petazzoni
1
-0
/
+61
2014-05-17
net: phy: decouple PHY id and PHY address in fixed PHY driver
Thomas Petazzoni
1
-10
/
+10
2014-05-16
net: phy: resume phydev when going to RESUMING
Zhangfei Gao
1
-7
/
+9
2014-05-16
net: phy: Don't call phy_resume if phy_init_hw failed
Guenter Roeck
1
-2
/
+2
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+15
2014-05-10
mdio_bus: fix devm_mdiobus_alloc_size export
Arnd Bergmann
1
-1
/
+1
2014-05-09
net: mdio-gpio: warn about missing bus alias id
Johan Hovold
1
-0
/
+4
2014-05-08
ARM: i.MX6: Add OF configuration support for ksz9031
Hubert Chaumette
1
-1
/
+105
2014-05-03
mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free
Grygorii Strashko
1
-0
/
+67
2014-05-02
net phy: Check for aneg completion before setting state to PHY_RUNNING
Balakumaran Kannan
1
-0
/
+11
2014-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2014-04-23
net/phy: Remove return value for void function
Shruti Kanetkar
3
-6
/
+3
2014-04-23
net/phy: micrel: fix bugged test on device tree loading for ksz9021
Hubert Chaumette
1
-3
/
+3
2014-04-21
net: phy: at803x: use genphy_config_init()
Daniel Mack
1
-33
/
+3
2014-04-21
net: phy: export genphy_config_init()
Daniel Mack
1
-1
/
+2
2014-04-16
net: mdio-gpio: Add support for separate MDI and MDO gpio pins
Guenter Roeck
1
-3
/
+31
2014-04-16
net: mdio-gpio: Add support for active low gpio pins
Guenter Roeck
1
-6
/
+13
2014-04-16
net: mdio-gpio: Use devm_ functions where possible
Guenter Roeck
1
-14
/
+5
2014-04-09
net phylib: Remove unnecessary condition check in phy
Balakumaran Kannan
1
-5
/
+1
2014-04-04
net: Micrel KSZ8864RMN 4-port managed switch support
Philipp Zabel
1
-12
/
+40
2014-04-02
net: ptp: move PTP classifier in its own file
Daniel Borkmann
1
-0
/
+1
2014-03-30
phy/at8031: enable at8031 to work on interrupt mode
Zhao Qiang
1
-0
/
+30
2014-03-28
net: sun4i: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-27
net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTER
Florian Fainelli
1
-1
/
+1
2014-03-27
net: phy: bcm7xxx: fix spurious MDIO failures during workaround
Florian Fainelli
1
-15
/
+15
2014-03-27
net: phy: bcm7xxx: define constants for our registers
Florian Fainelli
1
-11
/
+27
2014-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2014-03-21
dp83640: let the periodic pin from the module parameter be a default.
Richard Cochran
1
-6
/
+13
2014-03-21
dp83640: let external input pins from the module parameters be defaults.
Richard Cochran
1
-1
/
+4
2014-03-21
dp83640: implement programmable pin functions.
Richard Cochran
1
-0
/
+52
2014-03-21
dp83640: correct the periodic output frequency
Richard Cochran
1
-5
/
+6
2014-03-21
dp83640: trivial fixes
Richard Cochran
1
-3
/
+3
2014-03-20
micrel: fix masking off LED bits
Sergei Shtylyov
1
-1
/
+1
2014-03-15
net: phy: fix uninitalized ethtool_wolinfo in phy_suspend
Sebastian Hesselbarth
1
-2
/
+1
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2014-03-07
phy: fix compiler array bounds warning on settings[]
Bjorn Helgaas
1
-5
/
+6
[next]