index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: fix uninitalized ethtool_wolinfo in phy_suspend
Sebastian Hesselbarth
2014-03-14
1
-2
/
+1
*
phy: unmask link partner capabilities
Cristian Bercaru
2014-02-25
1
-7
/
+9
*
net: phy: ensure Gigabit features are masked off if requested
Florian Fainelli
2014-02-04
1
-14
/
+24
*
phy: cleanup 10g code
stephen hemminger
2014-01-19
1
-20
/
+4
*
phylib: Support attaching to generic 10g driver
Andy Fleming
2014-01-13
1
-13
/
+9
*
phylib: Add generic 10G driver
Andy Fleming
2014-01-13
1
-0
/
+81
*
phylib: turn genphy_driver to an array
Shaohui Xie
2014-01-13
1
-8
/
+21
*
phylib: make phy_scan_fixups() static
Sergei Shtylyov
2014-01-04
1
-2
/
+1
*
phylib: remove unused adjust_state() callback
Sergei Shtylyov
2014-01-04
1
-1
/
+1
*
phy: kill excess empty lines
Sergei Shtylyov
2014-01-04
1
-17
/
+0
*
phy: kill excess code
Sergei Shtylyov
2014-01-04
1
-21
/
+8
*
phy: kill useless local variables
Sergei Shtylyov
2014-01-04
1
-8
/
+2
*
phy: coding style fixes
Sergei Shtylyov
2014-01-04
1
-71
/
+78
*
net: phy: fix checkpatch errors
Florian Fainelli
2013-12-18
1
-7
/
+7
*
net: phy: resume/suspend PHYs on attach/detach
Sebastian Hesselbarth
2013-12-17
1
-0
/
+3
*
net: phy: provide phy_resume/phy_suspend helpers
Sebastian Hesselbarth
2013-12-17
1
-0
/
+24
*
net: phy: consolidate PHY reset in phy_init_hw()
Florian Fainelli
2013-12-09
1
-1
/
+55
*
net: phy: report link partner features through ethtool
Florian Fainelli
2013-12-09
1
-0
/
+6
*
net/phy: Add the autocross feature for forced links on VSC82x4
Madalin Bucur
2013-11-20
1
-2
/
+2
*
phy: allow drivers to flag a PHY device as internal
Florian Fainelli
2013-05-27
1
-0
/
+3
*
phy: add phy_mac_interrupt() to use with PHY_IGNORE_INTERRUPT
Florian Fainelli
2013-05-20
1
-0
/
+1
*
phy: fix the use of PHY_IGNORE_INTERRUPT
Florian Fainelli
2013-05-20
1
-2
/
+5
*
phy: Fix phy_device_free memory leak
Petr Malat
2013-02-28
1
-4
/
+6
*
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-14
1
-9
/
+6
*
phylib: Support registering a bunch of drivers
Christian Hohnstaedt
2012-07-09
1
-0
/
+25
*
phy: Fix warning in get_phy_device().
David S. Miller
2012-06-27
1
-2
/
+2
*
netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs
David Daney
2012-06-27
1
-8
/
+97
*
phy: Use pr_<level>
Joe Perches
2012-06-11
1
-2
/
+5
*
netdev/phy: Make get_phy_id() static and quit EXPORTing it.
David Daney
2012-05-16
1
-2
/
+1
*
Remove useless get_driver()/put_driver() calls
Alan Stern
2012-01-24
1
-5
/
+1
*
net: Change mii to ethtool advertisement function names
Matt Carlson
2011-11-21
1
-2
/
+2
*
net: Add ethtool to mii advertisment conversion helpers
Matt Carlson
2011-11-16
1
-17
/
+3
*
netdev/phy: Use mdiobus_read() so that proper locks are taken.
David Daney
2011-09-30
1
-2
/
+2
*
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2011-04-07
1
-2
/
+2
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
|
phylib: phy_attach_direct: phy_init_hw can fail, add cleanup
Marc Kleine-Budde
2011-03-30
1
-2
/
+6
|
/
*
phylib: make local function static
stephen hemminger
2010-10-24
1
-9
/
+10
*
phylib: Fix race between returning phydev and calling adjust_link
Anton Vorontsov
2010-08-24
1
-0
/
+2
*
net: support time stamping in phy devices.
Richard Cochran
2010-07-18
1
-0
/
+2
*
phylib: Support phy module autoloading
David Woodhouse
2010-04-02
1
-0
/
+12
*
libphy: add phy_find_first function
Jiri Pirko
2010-02-04
1
-0
/
+16
*
phylib: Move workqueue initialization to a proper place
Anton Vorontsov
2010-01-19
1
-0
/
+1
*
phylib: Properly reinitialize PHYs after hibernation
Anton Vorontsov
2009-12-30
1
-15
/
+15
*
NET: phy_device, fix lock imbalance
Jiri Slaby
2009-07-14
1
-1
/
+3
*
phy_device: fix parameter name in kernel-doc
Randy Dunlap
2009-06-17
1
-1
/
+1
*
phylib: add *_direct() variants of phy_connect and phy_attach functions
Grant Likely
2009-04-27
1
-33
/
+85
*
phylib: rework to prepare for OF registration of PHYs
Grant Likely
2009-04-27
1
-4
/
+41
*
phylib: Fix Freescale TBI PHY detection
Anton Vorontsov
2009-01-14
1
-9
/
+0
*
net: PHYLIB mdio fixes #2
Krzysztof Halasa
2008-12-25
1
-1
/
+1
*
phylib: Remove unnecessary "reset" fixups in genphy_setup_forced
Andy Fleming
2008-12-16
1
-17
/
+0
[next]