summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* PHY: fix typo in bcm63xx PHY driver tableFlorian Fainelli2010-04-131-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1111-9/+2Star
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3011-9/+2Star
* | phylib: Add module table to all existing phy driversDavid Woodhouse2010-04-0214-0/+124
* | phylib: Support phy module autoloadingDavid Woodhouse2010-04-021-0/+12
* | NET: Support clause 45 MDIO commands at the MDIO bus levelJason Gunthorpe2010-03-172-11/+53
|/
* tg3: Push phylib definitions to phylibMatt Carlson2010-02-181-4/+1Star
* libphy: add phy_find_first functionJiri Pirko2010-02-041-0/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-232-3/+2Star
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-233-0/+192
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-133-25/+81
| | |\
| * | | phylib: Move workqueue initialization to a proper placeAnton Vorontsov2010-01-192-3/+2Star
| | |/ | |/|
* | | phy: add RTBI mode for m88e1111Liu Yu-B132012010-01-211-0/+38
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-113-25/+81
|\| |
| * | broadcom: Fix &&/|| confusion in bcm54xx_adjust_rxrefclk()roel kluin2010-01-041-2/+2
| * | phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov2009-12-312-22/+58
| * | phylib: Fix deadlock on resumeAnton Vorontsov2009-12-311-2/+22
* | | phy: SMSC device Energy Detect power-down modeGiuseppe Cavallaro2010-01-071-2/+19
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-211-1/+2
|\|
| * broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin2009-12-191-1/+2
* | NET: Add driver for Octeon MDIO buses.David Daney2009-12-173-0/+192
|/
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-9/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-1/+1
|\
| * net: fix mdio section mismatch warningStephen Rothwell2009-11-171-1/+1
* | tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson2009-11-031-0/+5
* | tg3 / broadcom: Add APD support for GPHYsMatt Carlson2009-11-031-9/+42
* | tg3 / broadcom: Add code to disable rxc refclkMatt Carlson2009-11-031-0/+43
* | tg3 / broadcom: Refine AC131 APD supportMatt Carlson2009-11-031-3/+5
* | tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson2009-11-031-0/+6
* | broadcom: Consolidate dev_flags definitionsMatt Carlson2009-11-031-10/+1Star
* | broadcom: Fix slow link problemMatt Carlson2009-11-031-8/+14
* | broadcom: Isolate phy dsp accessesMatt Carlson2009-11-031-48/+42Star
|/
* net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov2009-10-141-0/+1
* phy/marvell: Make non-aneg speed/duplex forcing work for 88E1111 PHYsAnton Vorontsov2009-09-111-1/+20
* drivers/net/phy: introduce missing kfreeJulia Lawall2009-09-111-1/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-041-3/+0Star
* broadcom: Make the 57780 IEEE compliantMatt Carlson2009-08-271-2/+35
* broadcom: Add AC131 phy supportMatt Carlson2009-08-271-0/+158
* broadcom: Add BCM50610M supportMatt Carlson2009-08-271-8/+30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-41/+36Star
|\
| * net: Rework mdio-ofgpio driver to use of_mdio infrastructureMark Ware2009-07-231-41/+36Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-171-1/+3
|\|
| * NET: phy_device, fix lock imbalanceJiri Slaby2009-07-141-1/+3
* | MIPS: BCM63XX: Add integrated ethernet PHY support for phylib.Maxime Bizon2009-07-083-0/+139
|/
* phylib: fixes for PHY_RESUMING state changesWade Farnsworth2009-07-021-3/+22
* phy_device: fix parameter name in kernel-docRandy Dunlap2009-06-171-1/+1
* net/phy/marvell: update m88e1111 support for SGMII modeHaiying Wang2009-06-031-0/+1
* phylib: add *_direct() variants of phy_connect and phy_attach functionsGrant Likely2009-04-271-33/+85
* phylib: rework to prepare for OF registration of PHYsGrant Likely2009-04-272-30/+44
* phylib: Fix delay argument of schedule_delayed_workAtsushi Nemoto2009-04-161-3/+2Star