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: Set the driver when registering an MDIO bus device
Ezequiel Garcia
2014-07-25
1
-0
/
+1
*
|
dp83640: Fix receive timestamp race condition
Stefan Sørensen
2014-07-23
1
-71
/
+102
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-16
2
-3
/
+47
|
\
|
|
*
dp83640: Always decode received status frames
Stefan Sørensen
2014-07-10
1
-3
/
+3
|
*
net: fix circular dependency in of_mdio code
Daniel Mack
2014-07-02
1
-0
/
+44
*
|
phy: Expand phy speed/duplex settings array
Lendacky, Thomas
2014-07-16
1
-1
/
+21
*
|
dp83640: Adjust ptp event timestamps
Stefan Sørensen
2014-07-11
1
-0
/
+3
*
|
net: phy: export phy_suspend and phy_resume
Florian Fainelli
2014-07-09
1
-0
/
+2
*
|
ptp: Classify ptp over ip over vlan packets
Stefan Sørensen
2014-07-08
1
-25
/
+21
*
|
dp83640: Get calibration pin with ptp_find_pin
Stefan Sørensen
2014-07-02
1
-1
/
+5
*
|
dp83640: Verify calibration pin assignment
Stefan Sørensen
2014-07-02
1
-0
/
+10
*
|
dp83640: Increase supported perout pins to 7
Stefan Sørensen
2014-07-02
1
-9
/
+9
*
|
dp83640: Program pulsewidth2 values of perout triggers 0 and 1
Stefan Sørensen
2014-07-02
1
-0
/
+5
|
/
*
net: phy: at803x: fix coccinelle warnings
Fengguang Wu
2014-06-23
1
-1
/
+1
*
net: phy: at803x: Add support for hardware reset
Daniel Mack
2014-06-22
1
-41
/
+144
*
net: phy: at803x: use #defines for supported PHY ids
Daniel Mack
2014-06-22
1
-6
/
+10
*
net: phylib: add link_change_notify callback to phy device
Daniel Mack
2014-06-22
1
-0
/
+3
*
net: phy: realtek: register/unregister multiple drivers properly
Jongsung Kim
2014-06-12
1
-51
/
+37
*
amd-xgbe: fix unused variable compilation warning in phylib driver
françois romieu
2014-06-11
1
-1
/
+1
*
amd-xgbe: Configuration and build support
Lendacky, Thomas
2014-06-06
2
-0
/
+7
*
amd-xgbe: Initial AMD 10GbE phylib driver
Lendacky, Thomas
2014-06-06
1
-0
/
+1357
*
net: of_mdio: add of_mdiobus_link_phydev()
Daniel Mack
2014-05-30
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
2
-9
/
+11
|
\
|
*
net: phy: resume phydev when going to RESUMING
Zhangfei Gao
2014-05-16
1
-7
/
+9
|
*
net: phy: Don't call phy_resume if phy_init_hw failed
Guenter Roeck
2014-05-16
1
-2
/
+2
*
|
net: phy: make of_set_phy_supported work with genphy driver
Sascha Hauer
2014-05-22
1
-1
/
+35
*
|
net: phy: genphy: Allow overwriting features
Sascha Hauer
2014-05-22
1
-6
/
+5
*
|
net: phy: extend fixed driver with fixed_phy_register()
Thomas Petazzoni
2014-05-16
1
-0
/
+61
*
|
net: phy: decouple PHY id and PHY address in fixed PHY driver
Thomas Petazzoni
2014-05-16
1
-10
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-12
2
-0
/
+15
|
\
|
|
*
net: mdio-gpio: warn about missing bus alias id
Johan Hovold
2014-05-09
1
-0
/
+4
|
*
net phy: Check for aneg completion before setting state to PHY_RUNNING
Balakumaran Kannan
2014-05-02
1
-0
/
+11
*
|
mdio_bus: fix devm_mdiobus_alloc_size export
Arnd Bergmann
2014-05-09
1
-1
/
+1
*
|
ARM: i.MX6: Add OF configuration support for ksz9031
Hubert Chaumette
2014-05-07
1
-1
/
+105
*
|
mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free
Grygorii Strashko
2014-05-02
1
-0
/
+67
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-04-24
1
-3
/
+3
|
\
|
|
*
net/phy: micrel: fix bugged test on device tree loading for ksz9021
Hubert Chaumette
2014-04-23
1
-3
/
+3
*
|
net/phy: Remove return value for void function
Shruti Kanetkar
2014-04-23
3
-6
/
+3
*
|
net: phy: at803x: use genphy_config_init()
Daniel Mack
2014-04-21
1
-33
/
+3
*
|
net: phy: export genphy_config_init()
Daniel Mack
2014-04-21
1
-1
/
+2
|
/
*
net: mdio-gpio: Add support for separate MDI and MDO gpio pins
Guenter Roeck
2014-04-16
1
-3
/
+31
*
net: mdio-gpio: Add support for active low gpio pins
Guenter Roeck
2014-04-16
1
-6
/
+13
*
net: mdio-gpio: Use devm_ functions where possible
Guenter Roeck
2014-04-16
1
-14
/
+5
*
net phylib: Remove unnecessary condition check in phy
Balakumaran Kannan
2014-04-09
1
-5
/
+1
*
net: Micrel KSZ8864RMN 4-port managed switch support
Philipp Zabel
2014-04-03
1
-12
/
+40
*
net: ptp: move PTP classifier in its own file
Daniel Borkmann
2014-04-01
1
-0
/
+1
*
phy/at8031: enable at8031 to work on interrupt mode
Zhao Qiang
2014-03-29
1
-0
/
+30
*
net: sun4i: remove empty MDIO bus reset function
Florian Fainelli
2014-03-28
1
-6
/
+0
*
net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTER
Florian Fainelli
2014-03-26
1
-1
/
+1
*
net: phy: bcm7xxx: fix spurious MDIO failures during workaround
Florian Fainelli
2014-03-26
1
-15
/
+15
[prev]
[next]