aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cirrus (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-28ARM: ep93xx: move network platform data to separate headerArnd Bergmann2-2/+2
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-1/+1
2018-09-21net: cirrus: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap1-0/+1
2018-03-01net/mac89x0: Replace custom debug logging with netif_* callsFinn Thain1-32/+15
2018-03-01net/mac89x0: Fix and modernize log messagesFinn Thain1-10/+9
2018-03-01net/mac89x0: Convert to platform_driverFinn Thain1-39/+29
2018-03-01net/mac89x0: Remove redundant codeFinn Thain1-32/+0
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-2/+4
2018-01-16nubus: Adopt standard linked list implementationFinn Thain1-2/+4
2018-01-15net: cs89x0: add MODULE_LICENSEArnd Bergmann1-0/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+3
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-1/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-3/+3
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells1-3/+3
2017-04-18net: cx89x0: move attribute declaration before struct keywordStefan Agner1-1/+1
2017-02-05ep93xx_eth: add GRO supportEric Dumazet1-23/+6
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