aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cirrus/cs89x0.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-15net: cs89x0: add MODULE_LICENSEGravatar Arnd Bergmann 1-0/+4
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-4/+3
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/Gravatar David Howells 1-3/+3
2017-04-18net: cx89x0: move attribute declaration before struct keywordGravatar Stefan Agner 1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 1-1/+0
2016-06-15net: cx89x0: Add DT supportGravatar Alexander Shiyan 1-1/+11
2015-03-08ethernet: codespell comment spelling fixesGravatar Joe Perches 1-1/+1
2014-12-15cirrus: cs89x0: fix time comparisonGravatar Asaf Vertz 1-13/+14
2014-10-20net: ethernet: cirrus: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-02cirrus: cs89x0: Use managed interfacesGravatar Himangi Saraogi 1-25/+7
2014-03-24cs89x0: Call dev_consume_skb_any instead of dev_kfree_skb.Gravatar Eric W. Biederman 1-1/+1
2013-03-29cirrus: cs89x0: remove two obsolete Kconfig macrosGravatar Paul Bolle 1-53/+1
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbGravatar Joe Perches 1-6/+0
2013-03-05net: cs89x0: use module_platform_driver_probe()Gravatar Jingoo Han 1-13/+1
2012-08-31cs89x0 : packet reception not workingGravatar Jaccon Bastiaansen 1-5/+5
2012-05-18cirrus: cs89x0: Remove function prototypes and reorder declarationsGravatar Joe Perches 1-746/+721
2012-05-18cirrus: cs89x0: Neaten debugging and loggingGravatar Joe Perches 1-105/+82
2012-05-18cirrus: cs89x0: Code neateningGravatar Joe Perches 1-180/+272
2012-05-18cirrus: cs89x0: Convert printks to pr_<level>Gravatar Joe Perches 1-55/+61
2012-05-18cirrus: cs89x0: Code style neateningGravatar Joe Perches 1-411/+323
2012-05-17CS89x0 : Use ioread16/iowrite16 on all platformsGravatar Jaccon Bastiaansen 1-158/+183
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-26/+122
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbGravatar Pradeep A Dalvi 1-2/+2
2012-02-01CS89x0 : add CS89x0 platform device to the iMX31ADS boardGravatar Jaccon Bastiaansen 1-7/+0
2012-02-01CS89x0 : remove QQ2440 board support from the CS89x0 driverGravatar Jaccon Bastiaansen 1-8/+0
2012-02-01CS89x0 : add platform driver supportGravatar Jaccon Bastiaansen 1-13/+124
2011-10-18cs89x0: Move the driver into the Cirrus dirGravatar Jeff Kirsher 1-0/+1913