aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cirrus (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03net: cs89x0: disable compile testing on powerpcArnd Bergmann1-1/+1
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann1-3/+4
2021-08-03make legacy ISA probe optionalArnd Bergmann1-0/+1
2021-08-03cs89x0: rework driver configurationArnd Bergmann2-23/+27
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-08-18ethernet: cirrus: Remove unused macrosAlex Dewar1-4/+0
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-05-01docs: networking: device drivers: convert cirrus/cs89x0.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-03net/cirrus: Delete driver versionLeon Romanovsky1-2/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-15net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan1-2/+3
2019-08-25cirrus: cs89x0: remove set but not used variable 'lp'YueHaibing1-3/+0
2019-08-21cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+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-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