aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/au1000_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-10au1000-eth: use an unique MDIO bus name.Florian Fainelli1-1/+2
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-13/+2
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-12/+36
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10amd: Move AMD (Lance) chipset driversJeff Kirsher1-0/+1332