summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aeroflex
Commit message (Expand)AuthorAgeFilesLines
* aeroflex/greth: use napi_complete_done()Eric Dumazet2017-02-051-1/+1
* net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas2016-11-131-9/+0
* net: ethernet: greth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-08-081-21/+2
* net: ethernet: greth: use phydev from struct net_devicePhilippe Reynes2016-08-082-13/+11
* aeroflex/greth: fix warning about unused variableSam Ravnborg2016-05-201-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-072-6/+0
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* net: greth: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* net: ethernet: aeroflex: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* greth: moved TX ring cleaning to NAPI rx poll funcDaniel Hellstrom2014-09-052-39/+49
* net: greth: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: greth: use phy_read_status()Florian Fainelli2013-12-091-1/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-6/+6
* net: ethernet: use platform_{get,set}_drvdata()Jingoo Han2013-05-251-3/+1
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-6/+2
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-14/+6
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-3/+1
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-4/+5
* aeroflex: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* ethernet: Remove casts to same typeJoe Perches2012-06-061-4/+4
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* aeroflex: Fix typo in greth.cMasanari Iida2012-02-131-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-1/+0
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-291-12/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-4/+4
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-222-2/+11
* greth: convert to SKB paged frag API.Ian Campbell2011-08-301-8/+4
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* greth: Move the Aeroflex Gaisler driverJeff Kirsher2011-08-124-0/+1794