aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aeroflex (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+2
2017-03-22net: greth: Utilize of_get_mac_address()Tobias Klauser1-5/+5
2017-02-05aeroflex/greth: use napi_complete_done()Eric Dumazet1-1/+1
2016-11-13net: phy: expose phy_aneg_done API for use by driversLendacky, Thomas1-9/+0
2016-08-08net: ethernet: greth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-08-08net: ethernet: greth: use phydev from struct net_devicePhilippe Reynes2-13/+11
2016-05-20aeroflex/greth: fix warning about unused variableSam Ravnborg1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn2-6/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-03-17net: greth: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20net: ethernet: aeroflex: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-05greth: moved TX ring cleaning to NAPI rx poll funcDaniel Hellstrom2-39/+49
2014-03-28net: greth: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-09net: greth: use phy_read_status()Florian Fainelli1-1/+1
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-6/+6
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-3/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-6/+2
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-14/+6
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-3/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+5
2012-12-03aeroflex: remove __dev* attributesBill Pemberton1-3/+3
2012-06-06ethernet: Remove casts to same typeJoe Perches1-4/+4
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-13aeroflex: Fix typo in greth.cMasanari Iida1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+0
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-4/+4
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-2/+11
2011-08-30greth: convert to SKB paged frag API.Ian Campbell1-8/+4
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12greth: Move the Aeroflex Gaisler driverJeff Kirsher4-0/+1794