summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aeroflex
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-1/+1
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0Star
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-1/+1
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+2
* net: greth: Utilize of_get_mac_address()Tobias Klauser2017-03-221-5/+5
* 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/+0Star
* net: ethernet: greth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-08-091-21/+2Star
* net: ethernet: greth: use phydev from struct net_devicePhilippe Reynes2016-08-092-13/+11Star
* aeroflex/greth: fix warning about unused variableSam Ravnborg2016-05-211-1/+1
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-072-6/+0Star
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0Star
* 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/+0Star
* greth: moved TX ring cleaning to NAPI rx poll funcDaniel Hellstrom2014-09-062-39/+49
* net: greth: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0Star
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* net: greth: use phy_read_status()Florian Fainelli2013-12-101-1/+1
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-6/+6
* net: ethernet: use platform_{get,set}_drvdata()Jingoo Han2013-05-261-3/+1Star
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-6/+2Star
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-14/+6Star
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-3/+1Star
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-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/+0Star
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-291-12/+1Star
* 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/+4Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* greth: Move the Aeroflex Gaisler driverJeff Kirsher2011-08-134-0/+1794