summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cirrus
AgeCommit message (Expand)Author
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
2014-10-24cirrus/mac89x0: Remove superfluous interrupt disable/restoreGeert Uytterhoeven
2014-10-20net: ethernet: cirrus: drop owner assignment from platform_driversWolfram Sang
2014-08-02cirrus: cs89x0: Use managed interfacesHimangi Saraogi
2014-03-24cs89x0: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-30net: ep93xx_eth: use dev_get_platdata()Jingoo Han
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-29cirrus: cs89x0: remove two obsolete Kconfig macrosPaul Bolle
2013-03-18net: ep93xx_eth: Use module_platform_driver()Sachin Kamat
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-03-05net: cs89x0: use module_platform_driver_probe()Jingoo Han
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko