summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/au1000_eth.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: amd: Convert to platform remove callback returning voidUwe Kleine-König
2022-09-16net: amd: Unified the comparison between pointers and NULL to the same writingGuofeng Yue
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-08au1000_eth: stop using virt_to_bus()Arnd Bergmann
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2020-09-25net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENTChristoph Hellwig
2020-07-06net/amd: Remove needless assignment and the extra brank linesTang Bin
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400Thomas Gleixner
2019-02-12au1000_eth: pass struct device to DMA API functionsChristoph Hellwig
2018-12-18net: ethernet: don't set phylib state CHANGELINK in driversHeiner Kallweit
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2017-08-29au1000_eth: switch to dma_alloc_attrsChristoph Hellwig
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-07-15net: ethernet: amd: au1000_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-15net: ethernet: amd: au1000_eth: use phydev from struct net_devicePhilippe Reynes
2016-06-10net: au1000_eth: fix PHY detectionManuel Lauss
2016-06-10Revert "net: au1000_eth: fix PHY detection"David S. Miller
2016-06-10net: au1000_eth: fix PHY detectionManuel Lauss
2016-05-19net: au1000 eth: simplify logical expressionxypron.glpk@gmx.de
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-01-10ethernet: amd: au1000: Remove pointless warningAndrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2014-10-20net: ethernet: amd: drop owner assignment from platform_driversWolfram Sang
2014-09-12ethernet: amd: use pr_info_once()Varka Bhadram
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss
2014-07-30MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-08-30net: au1000_eth: use dev_get_platdata()Jingoo Han
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-03net/amd: remove __dev* attributesBill Pemberton
2012-10-07drivers/net/ethernet/amd/au1000_eth.c: fix error return codePeter Senna Tschudin
2012-02-17au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi