summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cirrus
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* cirrus: cs89x0: fix typo in commentJulia Lawall2022-05-221-1/+1
* cirrus: mac89x0: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+5
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-4/+7
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-022-2/+2
* net: cs89x0: disable compile testing on powerpcArnd Bergmann2021-09-031-1/+1
* ethernet: isa: convert to module_init/module_exitArnd Bergmann2021-08-031-3/+4
* make legacy ISA probe optionalArnd Bergmann2021-08-031-0/+1
* cs89x0: rework driver configurationArnd Bergmann2021-08-032-23/+27
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* ethernet: cirrus: Remove unused macrosAlex Dewar2020-08-181-4/+0
* docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* docs: networking: device drivers: convert cirrus/cs89x0.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* net/cirrus: Delete driver versionLeon Romanovsky2020-03-031-2/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan2019-11-151-2/+3
* cirrus: cs89x0: remove set but not used variable 'lp'YueHaibing2019-08-251-3/+0
* cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ARM: ep93xx: move network platform data to separate headerArnd Bergmann2019-04-282-2/+2
* net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-1/+1
* net: cirrus: fix return type of ndo_start_xmit functionYueHaibing2018-09-212-3/+3
* net: prevent ISA drivers from building on PPC32Randy Dunlap2018-07-221-0/+1
* net/mac89x0: Replace custom debug logging with netif_* callsFinn Thain2018-03-011-32/+15
* net/mac89x0: Fix and modernize log messagesFinn Thain2018-03-011-10/+9
* net/mac89x0: Convert to platform_driverFinn Thain2018-03-011-39/+29
* net/mac89x0: Remove redundant codeFinn Thain2018-03-011-32/+0
* Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-291-2/+4
|\
| * nubus: Adopt standard linked list implementationFinn Thain2018-01-161-2/+4
* | net: cs89x0: add MODULE_LICENSEArnd Bergmann2018-01-151-0/+4
|/
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+3
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-1/+4
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-3/+3
|\
| * Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-201-3/+3
* | format-security: move static strings to constKees Cook2017-05-081-1/+1
* | net: cx89x0: move attribute declaration before struct keywordStefan Agner2017-04-181-1/+1
|/
* ep93xx_eth: add GRO supportEric Dumazet2017-02-051-23/+6
* net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-0/+4
|\
| * net: ep93xx_eth: Do not crash unloading moduleFlorian Fainelli2016-12-051-0/+4
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-133-3/+0
|/
* net: cx89x0: Add DT supportAlexander Shiyan2016-06-151-1/+11
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-9/+3
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+2
|\
| * net: cs89x0: always build platform code if !HAS_IOPORT_MAPArnd Bergmann2015-01-291-1/+2