summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cirrus
AgeCommit message (Expand)Author
2021-11-19cirrus: mac89x0: use eth_hw_addr_set()Jakub Kicinski
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-03net: cs89x0: disable compile testing on powerpcArnd Bergmann
2021-08-03ethernet: isa: convert to module_init/module_exitArnd Bergmann
2021-08-03make legacy ISA probe optionalArnd Bergmann
2021-08-03cs89x0: rework driver configurationArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2020-08-18ethernet: cirrus: Remove unused macrosAlex Dewar
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-01docs: networking: device drivers: convert cirrus/cs89x0.txt to ReSTMauro Carvalho Chehab
2020-03-03net/cirrus: Delete driver versionLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-15net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan
2019-08-25cirrus: cs89x0: remove set but not used variable 'lp'YueHaibing
2019-08-21cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-28ARM: ep93xx: move network platform data to separate headerArnd Bergmann
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski
2018-09-21net: cirrus: fix return type of ndo_start_xmit functionYueHaibing
2018-07-22net: prevent ISA drivers from building on PPC32Randy Dunlap
2018-03-01net/mac89x0: Replace custom debug logging with netif_* callsFinn Thain
2018-03-01net/mac89x0: Fix and modernize log messagesFinn Thain
2018-03-01net/mac89x0: Convert to platform_driverFinn Thain
2018-03-01net/mac89x0: Remove redundant codeFinn Thain
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-01-16nubus: Adopt standard linked list implementationFinn Thain
2018-01-15net: cs89x0: add MODULE_LICENSEArnd Bergmann
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-08format-security: move static strings to constKees Cook
2017-04-20Annotate hardware config module parameters in drivers/net/ethernet/David Howells
2017-04-18net: cx89x0: move attribute declaration before struct keywordStefan Agner
2017-02-05ep93xx_eth: add GRO supportEric Dumazet
2016-12-17net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05net: ep93xx_eth: Do not crash unloading moduleFlorian Fainelli
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-06-15net: cx89x0: Add DT supportAlexander Shiyan
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05net: ep93xx_eth: Delete unnecessary checks before the function call "kfree"Markus Elfring
2015-01-29net: cs89x0: always build platform code if !HAS_IOPORT_MAPArnd Bergmann
2014-12-15cirrus: cs89x0: fix time comparisonAsaf Vertz
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds