aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cirrus (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-17net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2016-12-05net: ep93xx_eth: Do not crash unloading moduleFlorian Fainelli1-0/+4
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson3-3/+0
2016-06-15net: cx89x0: Add DT supportAlexander Shiyan1-1/+11
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-9/+3
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-02-05net: ep93xx_eth: Delete unnecessary checks before the function call "kfree"Markus Elfring1-4/+2
2015-01-29net: cs89x0: always build platform code if !HAS_IOPORT_MAPArnd Bergmann1-1/+2
2014-12-15cirrus: cs89x0: fix time comparisonAsaf Vertz1-13/+14
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-10-24cirrus/mac89x0: Remove superfluous interrupt disable/restoreGeert Uytterhoeven1-6/+2
2014-10-20net: ethernet: cirrus: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-08-02cirrus: cs89x0: Use managed interfacesHimangi Saraogi1-25/+7
2014-03-24cs89x0: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-30net: ep93xx_eth: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-1/+0
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-03-29cirrus: cs89x0: remove two obsolete Kconfig macrosPaul Bolle1-53/+1
2013-03-18net: ep93xx_eth: Use module_platform_driver()Sachin Kamat1-12/+1
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-6/+0
2013-03-05net: cs89x0: use module_platform_driver_probe()Jingoo Han1-13/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2012-08-31cs89x0 : packet reception not workingJaccon Bastiaansen1-5/+5
2012-05-18cirrus: cs89x0: Remove function prototypes and reorder declarationsJoe Perches1-746/+721
2012-05-18cirrus: cs89x0: Neaten debugging and loggingJoe Perches1-105/+82
2012-05-18cirrus: cs89x0: Code neateningJoe Perches1-180/+272
2012-05-18cirrus: cs89x0: Convert printks to pr_<level>Joe Perches1-55/+61
2012-05-18cirrus: cs89x0: Code style neateningJoe Perches1-411/+323
2012-05-17CS89x0 : Use ioread16/iowrite16 on all platformsJaccon Bastiaansen1-158/+183
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds2-2/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-34/+133
2012-02-28mac89x0: Fix build error.David S. Miller1-3/+3
2012-02-24cirrus/mac89x0: print MAC via printk format specifierDanny Kukawka1-4/+8
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2-3/+3
2012-02-01CS89x0 : add CS89x0 platform device to the iMX31ADS boardJaccon Bastiaansen1-7/+0
2012-02-01CS89x0 : remove QQ2440 board support from the CS89x0 driverJaccon Bastiaansen1-8/+0
2012-02-01CS89x0 : add platform driver supportJaccon Bastiaansen2-21/+135
2011-11-01net/ethernet: Move mac89x0.c from apple to cirrusGeert Uytterhoeven3-1/+648
2011-10-18cs89x0: Move the driver into the Cirrus dirJeff Kirsher4-1/+2400
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+1
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-12cirrus: Move the Cirrus network driverJeff Kirsher3-0/+937