summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov2017-03-022-4/+4
* net: faraday: ftmac100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-021-6/+8
* net/faraday: Stop NCSI device on shutdownGavin Shan2016-10-041-0/+2
* net/faraday: Mask out PHYSTS_CHG interruptJoel Stanley2016-09-222-7/+4
* net/faraday: Configure old MDIO interface on Aspeed SoCsJoel Stanley2016-09-222-0/+14
* net/faraday: Clear stale interruptsGavin Shan2016-09-221-0/+6
* net/faraday: Adapt for Aspeed SoCsJoel Stanley2016-09-221-3/+10
* net/faraday: Make EDO{R,T}R bits configurableAndrew Jeffery2016-09-222-16/+26
* net/faraday: Separate rx page storage from rxdescAndrew Jeffery2016-09-221-7/+18
* net/faraday: Disallow using reversed MAC address from hardwareGavin Shan2016-07-201-9/+0
* net/faraday: Mask PHY interrupt with NCSI modeGavin Shan2016-07-191-12/+15
* net/faraday: Match driver according to compatible propertyGavin Shan2016-07-191-5/+11
* net/faraday: Support NCSI modeGavin Shan2016-07-191-10/+75
* net/faraday: Read MAC address from chipGavin Shan2016-07-191-7/+62
* net/faraday: Helper functions to create or destroy MDIO interfaceGavin Shan2016-07-191-35/+60
* net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-161-14/+2
* net: ethernet: ftgmac100: use phydev from struct net_devicePhilippe Reynes2016-05-161-16/+8
* net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck2016-01-101-13/+2
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-6/+0
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: ethernet: faraday: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-132-2/+2
* net: ftgmac100: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
* net: ftgmac100: use kfree_skb() where appropriateEric Dumazet2014-01-171-3/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-292-8/+7
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-1/+0
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-272-4/+0
* net: ftgmac100: Use module_platform_driver()Sachin Kamat2013-03-181-16/+1
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-172-7/+6
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-2/+1
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-062-6/+6
* net: ftgmac100/ftmac100: dont pull too much dataEric Dumazet2012-07-182-6/+14
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-152-2/+2
* net: ftgmac100/ftmac100: add missing interrupt.h includeThomas Faber2012-01-182-0/+2
* ftmac100: fix skb truesize underestimationEric Dumazet2011-10-131-1/+4
* ftgmac100: fix skb truesize underestimationEric Dumazet2011-10-131-1/+3
* MII: fix Kconfig dependencies for MIIJeff Kirsher2011-09-151-0/+1
* drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher2011-08-271-0/+1
* ftgmac100/ftmac100: Move the Faraday driversJeff Kirsher2011-08-116-0/+3033