aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn2006-09-251-1/+1
* drivers/net/phy/fixed: #if 0 some incomplete codeJeff Garzik2006-09-131-0/+4
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-195-21/+407
|\
| * [PATCH] PAL: Support of the fixed PHYVitaly Bordug2006-08-195-21/+407
* | [PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones2006-08-142-2/+0
|/
* [PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov2006-08-031-6/+2
* [PATCH] Add support for the Cicada 8201 PHYKim Phillips2006-07-051-6/+36
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-308-8/+0
* [PATCH] Fix phy id for LXT971A/LXT972AUwe Zeisberger2006-06-261-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-223-0/+118
|\
| * [POWERPC] Add Vitesse 8244 PHY for MPC8641 HPCN platform.Jon Loeliger2006-06-213-0/+118
* | [PATCH] phy: new SMSC LAN83C185 PHY driverHerbert Valerio Riedel2006-05-243-0/+108
|/
* phy: mdiobus_register(): initialize all phy_map entriesHerbert Valerio Riedel2006-05-101-1/+3
* Massive net driver const-ification.Arjan van de Ven2006-03-031-1/+1
* [PATCH] phy: Added a macro to represent the string format used to match a phy...Kumar Gala2006-01-122-2/+2
* [PATCH] s390: cleanup KconfigMartin Schwidefsky2006-01-061-1/+1
* [PATCH] missing license for libphy.koOlaf Hering2005-12-241-0/+4
* Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik2005-11-058-8/+0
* [PATCH] phy address mask support for generic phy layerMatt Porter2005-11-051-0/+3
* Merge ../bleed-2.6Greg KH2005-10-283-19/+0
|\
| * [netdrvr] delete CONFIG_PHYCONTROLJeff Garzik2005-09-233-19/+0
* | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-14/+6
|/
* [PATCH] Kconfig fix (PHYLIB vs. s390)viro@ZenIV.linux.org.uk2005-09-051-1/+1
* [PATCH] 'mdio_bus_exit' in discarded section .text.exitPeter Chubb2005-09-051-1/+1
* [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek2005-09-051-1/+1
* [PATCH] PHY Layer fixupAndy Fleming2005-08-285-102/+493
* phy subsystem: more cleanupsJeff Garzik2005-08-114-397/+12
* Fix numerous minor problems with new phy subsystem.Jeff Garzik2005-08-116-892/+53
* This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming2005-07-3011-0/+3434