index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
phy: power management support
Giuseppe Cavallaro
2008-11-28
1
-1
/
+30
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-26
1
-2
/
+11
|
\
|
*
phy: fix phy_id detection also for broken hardware.
Giuseppe Cavallaro
2008-11-20
1
-2
/
+11
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-20
1
-11
/
+23
|
\
|
|
*
phylib: Fix auto-negotiation restart avoidance
Trent Piepho
2008-11-19
1
-11
/
+23
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-18
1
-2
/
+2
|
\
|
|
*
phy: fix phy address bug
Giulio Benetti
2008-11-16
1
-2
/
+2
*
|
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-11-10
1
-2
/
+2
|
/
*
NET: convert the phy_device file to use bus_find_device_by_name
Greg Kroah-Hartman
2008-10-16
1
-7
/
+1
*
net: export genphy_restart_aneg
Adrian Bunk
2008-10-13
1
-0
/
+1
*
PHY: Avoid unnecessary aneg restarts
Trent Piepho
2008-10-08
1
-19
/
+30
*
phylib: do EXPORT_SYMBOL on get_phy_id
Paul Gortmaker
2008-05-22
1
-0
/
+1
*
drivers/net/phy: fix kernel-doc notation
Randy Dunlap
2008-04-29
1
-1
/
+1
*
phylib: Add support for board-level PHY fixups
Andy Fleming
2008-04-25
1
-12
/
+117
*
phylib: factor out get_phy_id from within get_phy_device
Paul Gortmaker
2008-04-17
1
-9
/
+29
*
PHYLIB: Locking fixes for PHY I/O potentially sleeping
Nate Case
2008-02-03
1
-6
/
+5
*
PHY: Add the phy_device_release device method.
Anton Vorontsov
2007-12-04
1
-0
/
+12
*
phylib: Silence driver registration
Olof Johansson
2007-11-05
1
-1
/
+1
*
PHYLIB: Spinlock fixes for softirqs
Maciej W. Rozycki
2007-10-10
1
-2
/
+2
*
Fix a lock problem in generic phy code
Hans-Jürgen Koch
2007-09-13
1
-2
/
+2
*
phy layer: fix genphy_setup_forced (don't reset)
Domen Puncer
2007-08-25
1
-1
/
+1
*
phy layer: add kernel-doc + DocBook
Randy Dunlap
2007-04-28
1
-35
/
+79
*
PHY: remove rwsem use from phy core
Greg Kroah-Hartman
2007-04-27
1
-8
/
+1
*
Merge branch 'master' into upstream
Jeff Garzik
2007-02-17
1
-1
/
+0
|
\
|
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
|
phy devices: use same arg types
Randy Dunlap
2007-02-09
1
-2
/
+2
|
/
*
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
2006-12-13
1
-1
/
+1
*
[PATCH] PHY: Add support for configuring the PHY connection interface
Andy Fleming
2006-12-02
1
-9
/
+20
*
[PATCH] Fixed a number of bugs in the PHY Layer
Andy Fleming
2006-12-02
1
-0
/
+1
*
[netdrvr] phy: Fix bugs in error handling
Jeff Garzik
2006-10-01
1
-3
/
+5
*
[PATCH] Signedness issue in drivers/net/phy/phy_device.c
Eric Sesterhenn
2006-09-25
1
-1
/
+1
*
[PATCH] PAL: Support of the fixed PHY
Vitaly Bordug
2006-08-19
1
-21
/
+30
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
[next]