summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-03-14phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesPeter Korsgaard
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König
2010-10-24phylib: make local function staticstephen hemminger
2010-08-10phy.c: fix kernel-doc warningsRandy Dunlap
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-07-02phylib: fixes for PHY_RESUMING state changesWade Farnsworth
2009-04-16phylib: Fix delay argument of schedule_delayed_workAtsushi Nemoto
2009-04-13phylib: Allow early-out in phy_changeAnatolij Gustschin
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare
2009-03-13phylib: convert state_queue work to delayed_workMarcin Slusarz
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-08phylib: add mdiobus_{read,write}Lennert Buytenhek
2008-10-08phylib: Wake PHY state machine on interruptTrent Piepho
2008-10-08phylib: phy_mii_ioctl() fixesLennert Buytenhek
2008-05-06phylib: Fix some sparse warningsAndy Fleming
2008-04-25phylib: Add support for board-level PHY fixupsAndy Fleming
2008-02-03PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case
2007-12-01Stop phy code from returning success to unknown ioctls.David Woodhouse
2007-10-10PHYLIB: fix an interrupt loop potential when haltingMaciej W. Rozycki
2007-10-10PHYLIB: IRQ event workqueue handling fixesMaciej W. Rozycki
2007-10-10PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng
2007-09-20phy: export phy_mii_ioctlDomen Puncer
2007-09-13Fix a lock problem in generic phy codeHans-Jürgen Koch
2007-08-07phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov
2007-05-09phy: use flush_work_keventd()Andrew Morton
2007-04-28network: add the missing phy_device speed information to phy_mii_ioctlShan Lu
2007-04-28phy layer: add kernel-doc + DocBookRandy Dunlap
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-01-23PHY: Export phy ethtool helpersKumar Gala
2006-12-07Add "run_scheduled_work()" workqueue functionLinus Torvalds
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-02[PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming
2006-12-02[PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-08-03[PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-03Massive net driver const-ification.Arjan van de Ven
2006-01-12[PATCH] phy: Added a macro to represent the string format used to match a phy...Kumar Gala