Age | Commit message (Expand) | Author | Files | Lines |
2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -6/+55 |
2010-12-10 | phy: add the IC+ IP1001 driver | Giuseppe CAVALLARO | 2 | -6/+55 |
2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -13/+151 |
2010-11-28 | net: add some KERN_CONT markers to continuation lines | Uwe Kleine-König | 1 | -2/+2 |
2010-11-22 | of/phylib: Use device tree properties to initialize Marvell PHYs. | David Daney | 1 | -0/+97 |
2010-11-22 | phylib: Add support for Marvell 88E1149R devices. | David Daney | 1 | -0/+40 |
2010-11-22 | phylib: Use common page register definition for Marvell PHYs. | David Daney | 1 | -13/+14 |
2010-10-29 | phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addr | Cyril Chemparathy | 1 | -9/+9 |
2010-10-24 | phylib: make local function static | stephen hemminger | 2 | -17/+15 |
2010-10-21 | phy/marvell: fix 88e1121 support | Arnaud Patard | 1 | -12/+19 |
2010-10-05 | don't let BCM63XX_PHY depend on non-existant symbol | Uwe Kleine-König | 1 | -1/+0 |
2010-10-05 | net/phy: fix many "defined but unused" warnings | Uwe Kleine-König | 15 | -15/+15 |
2010-09-14 | phylib: fix PAL state machine restart on resume | Simon Guinot | 1 | -2/+2 |
2010-08-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+2 |
2010-08-24 | phylib: Fix race between returning phydev and calling adjust_link | Anton Vorontsov | 1 | -0/+2 |
2010-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -2/+2 |
2010-08-11 | phylib: available for any speed ethernet | Randy Dunlap | 1 | -1/+1 |
2010-08-10 | phy.c: fix kernel-doc warnings | Randy Dunlap | 1 | -1/+1 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -2/+2 |
2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 7 | -38/+270 |
2010-08-03 | phy/marvell: add 88ec048 support | Cyril Chemparathy | 1 | -0/+42 |
2010-08-02 | phy/marvell: add 88e1121 interface mode support | Cyril Chemparathy | 1 | -3/+32 |
2010-07-20 | phy: add suspend/resume in the ic+ | Giuseppe Cavallaro | 1 | -0/+2 |
2010-07-18 | net: support time stamping in phy devices. | Richard Cochran | 2 | -0/+7 |
2010-07-18 | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 1 | -1/+2 |
2010-07-16 | net/phy/marvell: Expose IDs and flags in a .h and add dns323 LEDs setup flag | Benjamin Herrenschmidt | 1 | -18/+20 |
2010-07-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-06-29 | micrel phy driver - updated(1) | Choi, David | 1 | -19/+148 |
2010-06-28 | netdev: mdio-octeon: Fix section mismatch errors. | David Daney | 1 | -3/+3 |
2010-06-26 | phylib: Add autoload support for the LXT973 phy. | David Woodhouse | 1 | -0/+1 |
2010-06-24 | broadcom: Add 5241 support | Dmitry Baryshkov | 1 | -0/+22 |
2010-06-24 | broadcom: move all PHY_ID's to header | Dmitry Baryshkov | 1 | -12/+12 |
2010-06-09 | phylib: Add support for the LXT973 phy. | Richard Cochran | 1 | -1/+50 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 21 | -14/+319 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -2/+5 |
2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -3/+3 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -3/+0 |
2010-05-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -0/+11 |
2010-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+1 |
2010-05-06 | phy: Fix initialization in micrel driver. | David S. Miller | 1 | -0/+1 |
2010-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -0/+110 |
2010-05-03 | phy/micrel: Add module device ID table for autoloading. | David S. Miller | 1 | -0/+9 |
2010-05-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -0/+110 |
2010-05-03 | drivers/net/phy: micrel phy driver | David J. Choi | 3 | -0/+110 |
2010-04-30 | NET: mdio-octeon: Enable the hardware before using it. | David Daney | 1 | -0/+10 |
2010-04-13 | PHY: fix typo in bcm63xx PHY driver table | Florian Fainelli | 1 | -1/+1 |
2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 11 | -9/+2 |
2010-04-02 | phylib: Add module table to all existing phy drivers | David Woodhouse | 14 | -0/+124 |
2010-04-02 | phylib: Support phy module autoloading | David Woodhouse | 1 | -0/+12 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 11 | -9/+2 |