summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorLines
2008-05-06phylib: Fix some sparse warningsAndy Fleming-1/+1
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming-1/+3
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case-22/+46
2007-12-01Stop phy code from returning success to unknown ioctls.David Woodhouse-0/+3
2007-10-10PHYLIB: fix an interrupt loop potential when haltingMaciej W. Rozycki-2/+2
2007-10-10PHYLIB: IRQ event workqueue handling fixesMaciej W. Rozycki-5/+19
2007-10-10PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki-12/+12
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng-1/+1
2007-09-20phy: export phy_mii_ioctlDomen Puncer-0/+1
2007-09-13Fix a lock problem in generic phy codeHans-Jürgen Koch-2/+2
2007-08-07phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer-2/+2
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov-2/+2
2007-05-09phy: use flush_work_keventd()Andrew Morton-3/+3
2007-04-28network: add the missing phy_device speed information to phy_mii_ioctlShan Lu-0/+6
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap-54/+134
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-01-23PHY: Export phy ethtool helpersKumar Gala-1/+2
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-48/+65
2006-12-02[PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming-42/+39
2006-12-02[PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki-6/+26
2006-11-22WorkStruct: make allyesconfigDavid Howells-4/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-08-03[PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov-6/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-03Massive net driver const-ification.Arjan van de Ven-1/+1
2006-01-12[PATCH] phy: Added a macro to represent the string format used to match a phy...Kumar Gala-1/+1
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik-1/+0
2005-09-23[netdrvr] delete CONFIG_PHYCONTROLJeff Garzik-8/+0
2005-08-28[PATCH] PHY Layer fixupAndy Fleming-72/+253
2005-08-11phy subsystem: more cleanupsJeff Garzik-186/+11
2005-08-11Fix numerous minor problems with new phy subsystem.Jeff Garzik-3/+6
2005-07-30This patch adds a PHY Abstraction Layer to the Linux Kernel, enablingAndy Fleming-0/+862