summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/faraday
Commit message (Expand)AuthorAgeFilesLines
...
* ftgmac100: Simplify rx pointer handling in the rx pathBenjamin Herrenschmidt2017-04-071-68/+24Star
* ftgmac100: Simplify rx packets error handlingBenjamin Herrenschmidt2017-04-071-36/+25Star
* ftgmac100: Cleanup rx checksum handlingBenjamin Herrenschmidt2017-04-071-38/+25Star
* ftgmac100: Use a scratch buffer for failed RX allocationsBenjamin Herrenschmidt2017-04-071-4/+38
* ftgmac100: Drop support for fragmented receiveBenjamin Herrenschmidt2017-04-071-19/+18Star
* ftgmac100: Move ftgmac100_alloc_rx_page() before its usersBenjamin Herrenschmidt2017-04-071-31/+28Star
* ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt2017-04-062-61/+90
* ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt2017-04-061-8/+3Star
* ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt2017-04-061-39/+59
* ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt2017-04-061-13/+74
* ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt2017-04-061-29/+42
* ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt2017-04-061-9/+10
* ftgmac100: Move napi_add/del to open/closeBenjamin Herrenschmidt2017-04-061-3/+5
* ftgmac100: Split ring alloc, init and rx buffer allocBenjamin Herrenschmidt2017-04-061-21/+47
* ftgmac100: Cleanup speed/duplex tracking and fix duplex configBenjamin Herrenschmidt2017-04-061-8/+44
* ftgmac100: Remove "enabled" flagsBenjamin Herrenschmidt2017-04-061-7/+0Star
* ftgmac100: Reorder struct fields and commentBenjamin Herrenschmidt2017-04-061-7/+12
* ftgmac100: Remove "banner" commentsBenjamin Herrenschmidt2017-04-061-42/+0Star
* ftgmac100: Use netdev->irq instead of private copyBenjamin Herrenschmidt2017-04-061-7/+6Star
* net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown2017-04-011-0/+2
* 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/+4Star
* 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-211-9/+0Star
* net/faraday: Mask PHY interrupt with NCSI modeGavin Shan2016-07-201-12/+15
* net/faraday: Match driver according to compatible propertyGavin Shan2016-07-201-5/+11
* net/faraday: Support NCSI modeGavin Shan2016-07-201-10/+75
* net/faraday: Read MAC address from chipGavin Shan2016-07-201-7/+62
* net/faraday: Helper functions to create or destroy MDIO interfaceGavin Shan2016-07-201-35/+60
* net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-171-14/+2Star
* net: ethernet: ftgmac100: use phydev from struct net_devicePhilippe Reynes2016-05-171-16/+8Star
* net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck2016-01-111-13/+2Star
* 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/+0Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1Star
* net: ethernet: faraday: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-132-2/+2
* net: ftgmac100: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0Star
* net: ftgmac100: use kfree_skb() where appropriateEric Dumazet2014-01-181-3/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-302-8/+7Star
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-201-1/+0Star
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-282-4/+0Star