aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-1/+1
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-4/+6
* phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesPeter Korsgaard2011-03-141-3/+5
* net: add some KERN_CONT markers to continuation linesUwe Kleine-König2010-11-281-2/+2
* phylib: make local function staticstephen hemminger2010-10-241-8/+5
* phy.c: fix kernel-doc warningsRandy Dunlap2010-08-101-1/+1
* net: support time stamping in phy devices.Richard Cochran2010-07-181-0/+5
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* phylib: Move workqueue initialization to a proper placeAnton Vorontsov2010-01-191-3/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-9/+9
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-3/+0
* phylib: fixes for PHY_RESUMING state changesWade Farnsworth2009-07-021-3/+22
* phylib: Fix delay argument of schedule_delayed_workAtsushi Nemoto2009-04-161-3/+2
* phylib: Allow early-out in phy_changeAnatolij Gustschin2009-04-131-0/+9
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-2/+1
* phylib: convert state_queue work to delayed_workMarcin Slusarz2009-03-131-30/+11
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
* phylib: add mdiobus_{read,write}Lennert Buytenhek2008-10-081-49/+0
* phylib: Wake PHY state machine on interruptTrent Piepho2008-10-081-0/+6
* phylib: phy_mii_ioctl() fixesLennert Buytenhek2008-10-081-2/+3
* phylib: Fix some sparse warningsAndy Fleming2008-05-061-1/+1
* phylib: Add support for board-level PHY fixupsAndy Fleming2008-04-251-1/+3
* PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case2008-02-031-22/+46
* Stop phy code from returning success to unknown ioctls.David Woodhouse2007-12-011-0/+3
* PHYLIB: fix an interrupt loop potential when haltingMaciej W. Rozycki2007-10-101-2/+2
* PHYLIB: IRQ event workqueue handling fixesMaciej W. Rozycki2007-10-101-5/+19
* PHYLIB: Spinlock fixes for softirqsMaciej W. Rozycki2007-10-101-12/+12
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-1/+1
* phy: export phy_mii_ioctlDomen Puncer2007-09-201-0/+1
* Fix a lock problem in generic phy codeHans-Jürgen Koch2007-09-131-2/+2
* phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer2007-08-071-2/+2
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-2/+2
* phy: use flush_work_keventd()Andrew Morton2007-05-091-3/+3
* network: add the missing phy_device speed information to phy_mii_ioctlShan Lu2007-04-281-0/+6
* phy layer: add kernel-doc + DocBookRandy Dunlap2007-04-281-54/+134
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* PHY: Export phy ethtool helpersKumar Gala2007-01-231-1/+2
* Add "run_scheduled_work()" workqueue functionLinus Torvalds2006-12-071-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-48/+65
|\
| * [PATCH] Fixed a number of bugs in the PHY LayerAndy Fleming2006-12-021-42/+39
| * [PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki2006-12-021-6/+26
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+5
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov2006-08-031-6/+2
* [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-301-1/+0
* 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-121-1/+1