summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2014-11-12net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran-2/+2
2014-11-11net: phy: Correctly handle MII ioctl which changes autonegotiation.Brian Hill-12/+24
2014-10-28net: phy: Add SGMII Configuration for Marvell 88E1145 InitializationVince Bridgers-0/+19
2014-10-14phy/micrel: KSZ8031RNL RMII clock reconfiguration bugBruno Thomsen-1/+3
2014-10-10net/phy: micrel: Add clock support for KSZ8021/KSZ8031Sascha Hauer-2/+29
2014-10-07net: phy: adjust fixed_phy_register() return valuePetri Gynther-8/+8
2014-10-06drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEMChen Gang-0/+1
2014-10-01net: phy: add BCM7425 and BCM7429 PHYsPetri Gynther-0/+28
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2014-09-19net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli-6/+15
2014-09-19net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli-2/+2
2014-09-15net/phy: micrel: Disable asymmetric pause for KSZ9031Mike Looijmans-2/+1
2014-09-08dp83640: Make use of skb_queue_purge instead of reimplementing the codeAlexander Duyck-6/+2
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+9
2014-09-07net: phy: mdio-sun4i: don't select REGULATORBeniamino Galvani-2/+0
2014-09-07amd-xgbe-phy: Fix build break for missing declarationTom Lendacky-0/+1
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck-3/+3
2014-09-05amd-xgbe-phy: Checkpatch driver fixesLendacky, Thomas-4/+0
2014-09-05amd-xgbe-phy: Enhance parallel detection to support KR speedLendacky, Thomas-2/+28
2014-09-05amd-xgbe-phy: Check device for current speed mode (KR/KX)Lendacky, Thomas-63/+72
2014-09-01net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_idsFlorian Fainelli-0/+1
2014-08-29net: phy: properly report internal PHYs through sysfsFlorian Fainelli-1/+7
2014-08-27net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli-0/+4
2014-08-27net: phy: bcm7xxx: introduce helper macroFlorian Fainelli-36/+18
2014-08-27net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli-0/+221
2014-08-27phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO-9/+9
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli-0/+31
2014-08-23net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli-2/+4
2014-08-23net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli-2/+4
2014-08-23net: phy: fixed: return an error for Clause 45 over 22 readsFlorian Fainelli-0/+11
2014-08-23net: phy: bcm7xxx: enable auto power downFlorian Fainelli-1/+26
2014-08-23net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli-18/+0
2014-08-23net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli-104/+0
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-33/+42
2014-08-22phylib: use MDIO_DEVS[12]Sergei Shtylyov-2/+2
2014-08-22dp83640: Fix length check for event timestamp status messagesChristian Riesch-8/+15
2014-08-16net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset functionGwenhael Goavec-Merou-12/+21
2014-08-16net: phy: bcm7xxx: remove suspend callback for 28nm PHYsFlorian Fainelli-4/+1
2014-08-16net: phy: bcm7xxx: re-advertise all supported modes out of suspendFlorian Fainelli-3/+20
2014-08-16net: phy: bcm7xxx: remove 28nm wildcard entryFlorian Fainelli-14/+0
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2014-08-05Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam-1/+0
2014-08-04net: phy: spi_ks8995: Introduce the use of devm_kzallocHimangi Saraogi-18/+8
2014-08-02amd-xgbe-phy: Allow more time for Rx/Tx to become readyLendacky, Thomas-3/+3
2014-07-30net: libphy: Add stubs to hook IEEE MMD Register reads and writesVince Bridgers-0/+22
2014-07-30net: libphy: Add phy specific function to access mmd phy registersVince Bridgers-23/+38
2014-07-30amd-xgbe-phy: Print out the auto-negotiation method usedLendacky, Thomas-0/+8
2014-07-30amd-xgbe-phy: Updates to KR training initiationLendacky, Thomas-0/+7
2014-07-30amd-xgbe-phy: Updates to rate change complete checkLendacky, Thomas-2/+25
2014-07-30amd-xgbe: Update/fix 2.5GbE supportLendacky, Thomas-15/+77