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
/
phy_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-21
net: phy: export genphy_config_init()
Daniel Mack
1
-1
/
+2
2014-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2014-03-15
net: phy: fix uninitalized ethtool_wolinfo in phy_suspend
Sebastian Hesselbarth
1
-2
/
+1
2014-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+9
2014-02-26
phy: unmask link partner capabilities
Cristian Bercaru
1
-7
/
+9
2014-02-18
net: phy: allow PHY drivers to implement their own software reset
Florian Fainelli
1
-2
/
+14
2014-02-18
net: phy: move PHY software reset to genphy_soft_reset
Florian Fainelli
1
-5
/
+22
2014-02-13
net: phy: add "has_fixups" boolean property
Florian Fainelli
1
-0
/
+1
2014-02-13
net: phy: allow driver to implement their own aneg_done
Florian Fainelli
1
-0
/
+1
2014-02-13
net: phy: add genphy_aneg_done()
Florian Fainelli
1
-0
/
+16
2014-02-05
net: phy: ensure Gigabit features are masked off if requested
Florian Fainelli
1
-14
/
+24
2014-01-20
phy: cleanup 10g code
stephen hemminger
1
-20
/
+4
2014-01-14
phylib: Support attaching to generic 10g driver
Andy Fleming
1
-13
/
+9
2014-01-14
phylib: Add generic 10G driver
Andy Fleming
1
-0
/
+81
2014-01-14
phylib: turn genphy_driver to an array
Shaohui Xie
1
-8
/
+21
2014-01-05
phylib: make phy_scan_fixups() static
Sergei Shtylyov
1
-2
/
+1
2014-01-05
phylib: remove unused adjust_state() callback
Sergei Shtylyov
1
-1
/
+1
2014-01-05
phy: kill excess empty lines
Sergei Shtylyov
1
-17
/
+0
2014-01-05
phy: kill excess code
Sergei Shtylyov
1
-21
/
+8
2014-01-05
phy: kill useless local variables
Sergei Shtylyov
1
-8
/
+2
2014-01-05
phy: coding style fixes
Sergei Shtylyov
1
-71
/
+78
2013-12-18
net: phy: fix checkpatch errors
Florian Fainelli
1
-7
/
+7
2013-12-17
net: phy: resume/suspend PHYs on attach/detach
Sebastian Hesselbarth
1
-0
/
+3
2013-12-17
net: phy: provide phy_resume/phy_suspend helpers
Sebastian Hesselbarth
1
-0
/
+24
2013-12-10
net: phy: consolidate PHY reset in phy_init_hw()
Florian Fainelli
1
-1
/
+55
2013-12-10
net: phy: report link partner features through ethtool
Florian Fainelli
1
-0
/
+6
2013-11-21
net/phy: Add the autocross feature for forced links on VSC82x4
Madalin Bucur
1
-2
/
+2
2013-05-28
phy: allow drivers to flag a PHY device as internal
Florian Fainelli
1
-0
/
+3
2013-05-21
phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPT
Florian Fainelli
1
-0
/
+1
2013-05-21
phy: fix the use of PHY_IGNORE_INTERRUPT
Florian Fainelli
1
-2
/
+5
2013-03-01
phy: Fix phy_device_free memory leak
Petr Malat
1
-4
/
+6
2013-01-15
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-9
/
+6
2012-07-09
phylib: Support registering a bunch of drivers
Christian Hohnstaedt
1
-0
/
+25
2012-06-28
phy: Fix warning in get_phy_device().
David S. Miller
1
-2
/
+2
2012-06-28
netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs
David Daney
1
-8
/
+97
2012-06-12
phy: Use pr_<level>
Joe Perches
1
-2
/
+5
2012-05-16
netdev/phy: Make get_phy_id() static and quit EXPORTing it.
David Daney
1
-2
/
+1
2012-01-25
Remove useless get_driver()/put_driver() calls
Alan Stern
1
-5
/
+1
2011-11-22
net: Change mii to ethtool advertisement function names
Matt Carlson
1
-2
/
+2
2011-11-17
net: Add ethtool to mii advertisment conversion helpers
Matt Carlson
1
-17
/
+3
2011-10-01
netdev/phy: Use mdiobus_read() so that proper locks are taken.
David Daney
1
-2
/
+2
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-30
phylib: phy_attach_direct: phy_init_hw can fail, add cleanup
Marc Kleine-Budde
1
-2
/
+6
2010-10-25
phylib: make local function static
stephen hemminger
1
-9
/
+10
2010-08-25
phylib: Fix race between returning phydev and calling adjust_link
Anton Vorontsov
1
-0
/
+2
2010-07-19
net: support time stamping in phy devices.
Richard Cochran
1
-0
/
+2
2010-04-03
phylib: Support phy module autoloading
David Woodhouse
1
-0
/
+12
2010-02-04
libphy: add phy_find_first function
Jiri Pirko
1
-0
/
+16
2010-01-19
phylib: Move workqueue initialization to a proper place
Anton Vorontsov
1
-0
/
+1
[prev]
[next]