summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cirrus
AgeCommit message (Expand)AuthorLines
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-3/+3
2024-09-23net: cirrus: use u8 for addr to calm down sparseNikita Shubin-1/+3
2024-09-12net: cirrus: add DT support for Cirrus EP93xxNikita Shubin-31/+32
2024-06-19net: ethernet: mac89x0: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-01-24net: fill in MODULE_DESCRIPTION()s for ep93xxx_ethBreno Leitao-0/+1
2023-09-20net: ethernet: cirrus: Convert to platform remove callback returning voidUwe Kleine-König-11/+7
2023-08-02cirrus: cs89x0: fix the return value handle and remove redundant dev_warn() f...Ruan Jinjie-3/+2
2023-07-27net: Explicitly include correct DT includesRob Herring-1/+0
2023-05-17net: isa: include net/Space.hArnd Bergmann-0/+2
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-05-22cirrus: cs89x0: fix typo in commentJulia Lawall-1/+1
2021-11-19cirrus: mac89x0: use eth_hw_addr_set()Jakub Kicinski-2/+5
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski-4/+7
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-2/+2
2021-09-03net: cs89x0: disable compile testing on powerpcArnd Bergmann-1/+1
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann-3/+4
2021-08-03make legacy ISA probe optionalArnd Bergmann-0/+1
2021-08-03cs89x0: rework driver configurationArnd Bergmann-23/+27
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2020-08-18ethernet: cirrus: Remove unused macrosAlex Dewar-4/+0
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-05-01docs: networking: device drivers: convert cirrus/cs89x0.txt to ReSTMauro Carvalho Chehab-1/+1
2020-03-03net/cirrus: Delete driver versionLeon Romanovsky-2/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-11-15net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan-2/+3
2019-08-25cirrus: cs89x0: remove set but not used variable 'lp'YueHaibing-3/+0
2019-08-21cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-28ARM: ep93xx: move network platform data to separate headerArnd Bergmann-2/+2
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski-1/+1
2018-09-21net: cirrus: fix return type of ndo_start_xmit functionYueHaibing-3/+3
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap-0/+1
2018-03-01net/mac89x0: Replace custom debug logging with netif_* callsFinn Thain-32/+15
2018-03-01net/mac89x0: Fix and modernize log messagesFinn Thain-10/+9
2018-03-01net/mac89x0: Convert to platform_driverFinn Thain-39/+29
2018-03-01net/mac89x0: Remove redundant codeFinn Thain-32/+0
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+4
2018-01-16nubus: Adopt standard linked list implementationFinn Thain-2/+4
2018-01-15net: cs89x0: add MODULE_LICENSEArnd Bergmann-0/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-4/+3
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com-1/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2017-05-08format-security: move static strings to constKees Cook-1/+1
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells-3/+3
2017-04-18net: cx89x0: move attribute declaration before struct keywordStefan Agner-1/+1
2017-02-05ep93xx_eth: add GRO supportEric Dumazet-23/+6