aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-24Fix error checking in Vitesse IRQ configAndy Fleming1-1/+1
2007-07-18Fix Vitesse RGMII-ID supportAndy Fleming1-3/+20
2007-07-18Fix Vitesse 824x PHY interrupt ackingAndy Fleming1-2/+21
2007-07-10phylib: Add Marvell 88E1112 phy idOlof Johansson1-0/+13
2007-07-10phylib: cleanup marvell.c a bitOlof Johansson1-58/+52
2007-07-08phylib: m88e1111: enable SGMII modeKapil Juneja1-0/+16
2007-07-08phylib: add the ICPlus IP175C PHY driverMichael Barkowski3-0/+140
2007-06-28phy: Fix phy_id for Vitesse 824x PHYKumar Gala2-2/+3
2007-06-09phylib: add RGMII-ID mode to the Marvell m88e1111 PHY to fix broken ucc_gethKim Phillips1-8/+54
2007-05-24fix compiler warning in fixed.cDenver Gingerich1-0/+4
2007-05-11Add support for the Davicom DM9161A PHYKim Phillips1-8/+26
2007-05-11Use menuconfig objects: PHYJan Engelhardt1-16/+6
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky1-0/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-2/+2
2007-05-09phy: use flush_work_keventd()Andrew Morton1-3/+3
2007-04-28network: add the missing phy_device speed information to phy_mii_ioctlShan Lu1-0/+6
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap3-95/+226
2007-04-27PHY: remove rwsem use from phy coreGreg Kroah-Hartman2-14/+1
2007-02-17phylib: Add support for Marvell 88e1111S and 88e1145Andy Fleming1-12/+144
2007-02-17Merge branch 'master' into upstreamJeff Garzik9-9/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau9-9/+0
2007-02-09phy devices: use same arg typesRandy Dunlap1-2/+2
2007-01-30FS_ENET: OF-related fixup for FEC and SCC MAC'sVitaly Bordug1-1/+1
2007-01-23PHY: Export phy ethtool helpersKumar Gala1-1/+2
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds1-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells5-59/+270
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras5-59/+270
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming1-9/+20
2006-12-02Revert "[PATCH] Add support for Marvell 88e1111S and 88e1145"Jeff Garzik1-144/+12
2006-12-02[PATCH] Add support for Marvell 88e1111S and 88e1145Andy Fleming1-12/+144
2006-12-02[PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming2-42/+40
2006-12-02[PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki1-6/+26
2006-12-02[PATCH] 2.6.18: sb1250-mac: Broadcom PHY supportMaciej W. Rozycki3-0/+182
2006-11-30Fix misc Kconfig typosMatt LaPlante1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+5
2006-11-13[PATCH] Slight refactor of interrupt mapping for FSL partsAndy Fleming1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-01[netdrvr] phy: Fix bugs in error handlingJeff Garzik2-4/+10
2006-09-25[PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn1-1/+1
2006-09-13drivers/net/phy/fixed: #if 0 some incomplete codeJeff Garzik1-0/+4
2006-08-19Merge branch 'upstream-fixes' into upstreamJeff Garzik5-21/+407
2006-08-19[PATCH] PAL: Support of the fixed PHYVitaly Bordug5-21/+407
2006-08-14[PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones2-2/+0
2006-08-03[PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov1-6/+2
2006-07-05[PATCH] Add support for the Cicada 8201 PHYKim Phillips1-6/+36
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel8-8/+0