aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aeroflex (follow)
AgeCommit message (Expand)AuthorFilesLines
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