summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/lantiq_etop.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: lantiq_etop: Convert to platform remove callback returning voidUwe Kleine-König
2022-10-24net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong
2022-09-02net: lantiq_etop: Fix return type for implementation of ndo_start_xmitGUO Zihua
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2021-12-30net: lantiq_etop: remove unnecessary space in castAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: make alignment match open parenthesisAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: remove multiple assignmentsAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: avoid precedence issuesAleksander Jan Bajkowski
2021-12-30net: lantiq_etop: replace strlcpy with strscpyAleksander Jan Bajkowski
2021-12-28net: lantiq_etop: add blank line after declarationAleksander Jan Bajkowski
2021-12-28net: lantiq_etop: add missing comment for wmb()Aleksander Jan Bajkowski
2021-11-30net: lantiq: fix missing free_netdev() on error in ltq_etop_probe()Yang Yingliang
2021-11-15net: ethernet: lantiq_etop: fix build errors/warningsRandy Dunlap
2021-11-10net: ethernet: lantiq_etop: Fix compilation errorAleksander Jan Bajkowski
2021-09-15net: lantiq: configure the burst length in ethernet driversAleksander Jan Bajkowski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner 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-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-02-12lantiq_etop: pass struct device to DMA API functionsChristoph Hellwig
2018-09-13MIPS: lantiq: Do not enable IRQs in dma openHauke Mehrtens
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-09-11MIPS: lantiq: dma: add dev pointerHauke Mehrtens
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-08net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli
2016-11-15net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-07-04net: ethernet: lantiq_etop: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-04net: ethernet: lantiq_etop: use phydev from struct net_devicePhilippe Reynes
2016-06-17net: lantiq_etop: remove unused variableSudip Mukherjee
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-01-10net: lantiq_etop.c: Use helper to find first phyAndrew 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
2014-10-20net: ethernet: drop owner assignment from platform_driversWolfram Sang
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-09-15net: lantiq_etop: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun
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