aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
AgeCommit message (Expand)Author
2017-04-06ftgmac100: Use a scratch buffer for failed RX allocationsBenjamin Herrenschmidt
2017-04-06ftgmac100: Drop support for fragmented receiveBenjamin Herrenschmidt
2017-04-06ftgmac100: Move ftgmac100_alloc_rx_page() before its usersBenjamin Herrenschmidt
2017-04-06ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt
2017-04-06ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt
2017-04-06ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt
2017-04-06ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt
2017-04-06ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt
2017-04-06ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt
2017-04-06ftgmac100: Move napi_add/del to open/closeBenjamin Herrenschmidt
2017-04-06ftgmac100: Split ring alloc, init and rx buffer allocBenjamin Herrenschmidt
2017-04-06ftgmac100: Cleanup speed/duplex tracking and fix duplex configBenjamin Herrenschmidt
2017-04-06ftgmac100: Remove "enabled" flagsBenjamin Herrenschmidt
2017-04-06ftgmac100: Reorder struct fields and commentBenjamin Herrenschmidt
2017-04-06ftgmac100: Remove "banner" commentsBenjamin Herrenschmidt
2017-04-06ftgmac100: Use netdev->irq instead of private copyBenjamin Herrenschmidt
2017-04-01net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov
2017-01-02net: faraday: ftmac100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-04net/faraday: Stop NCSI device on shutdownGavin Shan
2016-09-22net/faraday: Mask out PHYSTS_CHG interruptJoel Stanley
2016-09-22net/faraday: Configure old MDIO interface on Aspeed SoCsJoel Stanley
2016-09-22net/faraday: Clear stale interruptsGavin Shan
2016-09-22net/faraday: Adapt for Aspeed SoCsJoel Stanley
2016-09-22net/faraday: Make EDO{R,T}R bits configurableAndrew Jeffery
2016-09-22net/faraday: Separate rx page storage from rxdescAndrew Jeffery
2016-07-20net/faraday: Disallow using reversed MAC address from hardwareGavin Shan
2016-07-19net/faraday: Mask PHY interrupt with NCSI modeGavin Shan
2016-07-19net/faraday: Match driver according to compatible propertyGavin Shan
2016-07-19net/faraday: Support NCSI modeGavin Shan
2016-07-19net/faraday: Read MAC address from chipGavin Shan
2016-07-19net/faraday: Helper functions to create or destroy MDIO interfaceGavin Shan
2016-05-16net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-05-16net: ethernet: ftgmac100: use phydev from struct net_devicePhilippe Reynes
2016-01-10net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2014-10-20net: ethernet: faraday: drop owner assignment from platform_driversWolfram Sang
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-28net: ftgmac100: remove empty MDIO bus reset functionFlorian Fainelli
2014-01-17net: ftgmac100: use kfree_skb() where appropriateEric Dumazet
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-18net: ftgmac100: Use module_platform_driver()Sachin Kamat
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli