aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/au1000_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue1-3/+3
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-08au1000_eth: stop using virt_to_bus()Arnd Bergmann1-11/+11
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-09-25net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENTChristoph Hellwig1-9/+6
2020-07-06net/amd: Remove needless assignment and the extra brank linesTang Bin1-5/+0
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky1-5/+0
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-13/+2
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-12/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400Thomas Gleixner1-18/+1
2019-02-12au1000_eth: pass struct device to DMA API functionsChristoph Hellwig1-3/+3
2018-12-18net: ethernet: don't set phylib state CHANGELINK in driversHeiner Kallweit1-4/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-11/+1
2017-08-29au1000_eth: switch to dma_alloc_attrsChristoph Hellwig1-8/+10
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-07-15net: ethernet: amd: au1000_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-07-15net: ethernet: amd: au1000_eth: use phydev from struct net_devicePhilippe Reynes1-24/+16
2016-06-10net: au1000_eth: fix PHY detectionManuel Lauss1-2/+2
2016-06-10Revert "net: au1000_eth: fix PHY detection"David S. Miller1-6/+7
2016-06-10net: au1000_eth: fix PHY detectionManuel Lauss1-7/+6
2016-05-19net: au1000 eth: simplify logical expressionxypron.glpk@gmx.de1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-01-10ethernet: amd: au1000: Remove pointless warningAndrew Lunn1-3/+0
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-4/+5
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-7/+0
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2014-10-20net: ethernet: amd: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-12ethernet: amd: use pr_info_once()Varka Bhadram1-4/+2
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss1-12/+19
2014-07-30MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss1-0/+118
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-08-30net: au1000_eth: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-1/+0
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2012-12-03net/amd: remove __dev* attributesBill Pemberton1-3/+3
2012-10-07drivers/net/ethernet/amd/au1000_eth.c: fix error return codePeter Senna Tschudin1-2/+8
2012-02-17au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-4/+5
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0