aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06ftgmac100: Move ftgmac100_alloc_rx_page() before its usersBenjamin Herrenschmidt1-31/+28
2017-04-06ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt2-61/+90
2017-04-06ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt1-8/+3
2017-04-06ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt1-39/+59
2017-04-06ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt1-13/+74
2017-04-06ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt1-29/+42
2017-04-06ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt1-9/+10
2017-04-06ftgmac100: Move napi_add/del to open/closeBenjamin Herrenschmidt1-3/+5
2017-04-06ftgmac100: Split ring alloc, init and rx buffer allocBenjamin Herrenschmidt1-21/+47
2017-04-06ftgmac100: Cleanup speed/duplex tracking and fix duplex configBenjamin Herrenschmidt1-8/+44
2017-04-06ftgmac100: Remove "enabled" flagsBenjamin Herrenschmidt1-7/+0
2017-04-06ftgmac100: Reorder struct fields and commentBenjamin Herrenschmidt1-7/+12
2017-04-06ftgmac100: Remove "banner" commentsBenjamin Herrenschmidt1-42/+0
2017-04-06ftgmac100: Use netdev->irq instead of private copyBenjamin Herrenschmidt1-7/+6
2017-04-01net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown1-0/+2
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov2-4/+4
2017-01-02net: faraday: ftmac100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-10-04net/faraday: Stop NCSI device on shutdownGavin Shan1-0/+2
2016-09-22net/faraday: Mask out PHYSTS_CHG interruptJoel Stanley2-7/+4
2016-09-22net/faraday: Configure old MDIO interface on Aspeed SoCsJoel Stanley2-0/+14
2016-09-22net/faraday: Clear stale interruptsGavin Shan1-0/+6
2016-09-22net/faraday: Adapt for Aspeed SoCsJoel Stanley1-3/+10
2016-09-22net/faraday: Make EDO{R,T}R bits configurableAndrew Jeffery2-16/+26
2016-09-22net/faraday: Separate rx page storage from rxdescAndrew Jeffery1-7/+18
2016-07-20net/faraday: Disallow using reversed MAC address from hardwareGavin Shan1-9/+0
2016-07-19net/faraday: Mask PHY interrupt with NCSI modeGavin Shan1-12/+15
2016-07-19net/faraday: Match driver according to compatible propertyGavin Shan1-5/+11
2016-07-19net/faraday: Support NCSI modeGavin Shan1-10/+75
2016-07-19net/faraday: Read MAC address from chipGavin Shan1-7/+62
2016-07-19net/faraday: Helper functions to create or destroy MDIO interfaceGavin Shan1-35/+60
2016-05-16net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-05-16net: ethernet: ftgmac100: use phydev from struct net_devicePhilippe Reynes1-16/+8
2016-01-10net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck1-13/+2
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-6/+0
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2014-10-20net: ethernet: faraday: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2-2/+2
2014-03-28net: ftgmac100: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-01-17net: ftgmac100: use kfree_skb() where appropriateEric Dumazet1-3/+3
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2-8/+7
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2-4/+0
2013-03-18net: ftgmac100: Use module_platform_driver()Sachin Kamat1-16/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2-7/+6
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko2-6/+6
2012-07-18net: ftgmac100/ftmac100: dont pull too much dataEric Dumazet2-6/+14