summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* Revert "[PATCH] Add support for Marvell 88e1111S and 88e1145"Jeff Garzik2006-12-021-144/+12Star
* [PATCH] Add support for Marvell 88e1111S and 88e1145Andy Fleming2006-12-021-12/+144
* [PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming2006-12-022-42/+40Star
* [PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki2006-12-021-6/+26
* [PATCH] 2.6.18: sb1250-mac: Broadcom PHY supportMaciej W. Rozycki2006-12-023-0/+182
* Fix misc Kconfig typosMatt LaPlante2006-11-301-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* [netdrvr] phy: Fix bugs in error handlingJeff Garzik2006-10-012-4/+10
* [PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn2006-09-261-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/+0Star
|/
* [PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov2006-08-031-6/+2Star
* [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/+0Star
* [PATCH] Fix phy id for LXT971A/LXT972AUwe Zeisberger2006-06-271-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-233-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-041-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-068-8/+0Star
* [PATCH] phy address mask support for generic phy layerMatt Porter2005-11-051-0/+3
* Merge ../bleed-2.6Greg KH2005-10-283-19/+0Star
|\
| * [netdrvr] delete CONFIG_PHYCONTROLJeff Garzik2005-09-243-19/+0Star
* | [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-14/+6Star
|/
* [PATCH] Kconfig fix (PHYLIB vs. s390)viro@ZenIV.linux.org.uk2005-09-061-1/+1
* [PATCH] 'mdio_bus_exit' in discarded section .text.exitPeter Chubb2005-09-061-1/+1
* [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek2005-09-051-1/+1
* [PATCH] PHY Layer fixupAndy Fleming2005-08-295-102/+493
* phy subsystem: more cleanupsJeff Garzik2005-08-114-397/+12Star
* Fix numerous minor problems with new phy subsystem.Jeff Garzik2005-08-116-892/+53Star
* This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming2005-07-3111-0/+3434