index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy_device.c
Age
Commit message (
Expand
)
Author
2009-01-14
phylib: Fix Freescale TBI PHY detection
Anton Vorontsov
2008-12-25
net: PHYLIB mdio fixes #2
Krzysztof Halasa
2008-12-16
phylib: Remove unnecessary "reset" fixups in genphy_setup_forced
Andy Fleming
2008-11-28
phy: power management support
Giuseppe Cavallaro
2008-11-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-20
phy: fix phy_id detection also for broken hardware.
Giuseppe Cavallaro
2008-11-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-19
phylib: Fix auto-negotiation restart avoidance
Trent Piepho
2008-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-16
phy: fix phy address bug
Giulio Benetti
2008-11-10
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-10-16
NET: convert the phy_device file to use bus_find_device_by_name
Greg Kroah-Hartman
2008-10-13
net: export genphy_restart_aneg
Adrian Bunk
2008-10-08
PHY: Avoid unnecessary aneg restarts
Trent Piepho
2008-05-22
phylib: do EXPORT_SYMBOL on get_phy_id
Paul Gortmaker
2008-04-29
drivers/net/phy: fix kernel-doc notation
Randy Dunlap
2008-04-25
phylib: Add support for board-level PHY fixups
Andy Fleming
2008-04-17
phylib: factor out get_phy_id from within get_phy_device
Paul Gortmaker
2008-02-03
PHYLIB: Locking fixes for PHY I/O potentially sleeping
Nate Case
2007-12-04
PHY: Add the phy_device_release device method.
Anton Vorontsov
2007-11-05
phylib: Silence driver registration
Olof Johansson
2007-10-10
PHYLIB: Spinlock fixes for softirqs
Maciej W. Rozycki
2007-09-13
Fix a lock problem in generic phy code
Hans-Jürgen Koch
2007-08-25
phy layer: fix genphy_setup_forced (don't reset)
Domen Puncer
2007-04-28
phy layer: add kernel-doc + DocBook
Randy Dunlap
2007-04-27
PHY: remove rwsem use from phy core
Greg Kroah-Hartman
2007-02-17
Merge branch 'master' into upstream
Jeff Garzik
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-09
phy devices: use same arg types
Randy Dunlap
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
2006-12-02
[PATCH] PHY: Add support for configuring the PHY connection interface
Andy Fleming
2006-12-02
[PATCH] Fixed a number of bugs in the PHY Layer
Andy Fleming
2006-10-01
[netdrvr] phy: Fix bugs in error handling
Jeff Garzik
2006-09-25
[PATCH] Signedness issue in drivers/net/phy/phy_device.c
Eric Sesterhenn
2006-08-19
[PATCH] PAL: Support of the fixed PHY
Vitaly Bordug
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2005-12-24
[PATCH] missing license for libphy.ko
Olaf Hering
2005-11-05
Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.
Jeff Garzik
2005-09-23
[netdrvr] delete CONFIG_PHYCONTROL
Jeff Garzik
2005-08-28
[PATCH] PHY Layer fixup
Andy Fleming
2005-08-11
phy subsystem: more cleanups
Jeff Garzik
2005-08-11
Fix numerous minor problems with new phy subsystem.
Jeff Garzik
2005-07-30
This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling
Andy Fleming