aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/lantiq_etop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-30net: lantiq_etop: remove unnecessary space in castAleksander Jan Bajkowski1-1/+1
2021-12-30net: lantiq_etop: make alignment match open parenthesisAleksander Jan Bajkowski1-17/+17
2021-12-30net: lantiq_etop: remove multiple assignmentsAleksander Jan Bajkowski1-1/+2
2021-12-30net: lantiq_etop: avoid precedence issuesAleksander Jan Bajkowski1-2/+2
2021-12-30net: lantiq_etop: replace strlcpy with strscpyAleksander Jan Bajkowski1-3/+3
2021-12-28net: lantiq_etop: add blank line after declarationAleksander Jan Bajkowski1-0/+1
2021-12-28net: lantiq_etop: add missing comment for wmb()Aleksander Jan Bajkowski1-0/+1
2021-11-30net: lantiq: fix missing free_netdev() on error in ltq_etop_probe()Yang Yingliang1-2/+2
2021-11-15net: ethernet: lantiq_etop: fix build errors/warningsRandy Dunlap1-3/+17
2021-11-10net: ethernet: lantiq_etop: Fix compilation errorAleksander Jan Bajkowski1-1/+1
2021-09-15net: lantiq: configure the burst length in ethernet driversAleksander Jan Bajkowski1-3/+18
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+2
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit1-8/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-11/+1
2019-02-12lantiq_etop: pass struct device to DMA API functionsChristoph Hellwig1-2/+4
2018-09-13MIPS: lantiq: Do not enable IRQs in dma openHauke Mehrtens1-0/+1
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-9/+2
2018-09-11MIPS: lantiq: dma: add dev pointerHauke Mehrtens1-0/+1
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-9/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-12/+9
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-08net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli1-0/+1
2016-11-15net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_resetFlorian Fainelli1-7/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-10/+8
2016-07-04net: ethernet: lantiq_etop: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-07-04net: ethernet: lantiq_etop: use phydev from struct net_devicePhilippe Reynes1-17/+7
2016-06-17net: lantiq_etop: remove unused variableSudip Mukherjee1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-01-10net: lantiq_etop.c: Use helper to find first phyAndrew Lunn1-8/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2014-10-20net: ethernet: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-03net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser1-1/+0
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-15net: lantiq_etop: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+2
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun1-1/+1
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-3/+3
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-03net/ethernet: remove __dev* attributesBill Pemberton1-2/+2
2012-07-16ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-10lantiq_etop: remove unnecessary setting of skb->devJon Mason1-1/+0