summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/lantiq_etop.c
Commit message (Expand)AuthorAgeFilesLines
* net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong2022-10-241-1/+0
* net: lantiq_etop: Fix return type for implementation of ndo_start_xmitGUO Zihua2022-09-021-1/+1
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-4/+4
* net: lantiq_etop: remove unnecessary space in castAleksander Jan Bajkowski2021-12-301-1/+1
* net: lantiq_etop: make alignment match open parenthesisAleksander Jan Bajkowski2021-12-301-17/+17
* net: lantiq_etop: remove multiple assignmentsAleksander Jan Bajkowski2021-12-301-1/+2
* net: lantiq_etop: avoid precedence issuesAleksander Jan Bajkowski2021-12-301-2/+2
* net: lantiq_etop: replace strlcpy with strscpyAleksander Jan Bajkowski2021-12-301-3/+3
* net: lantiq_etop: add blank line after declarationAleksander Jan Bajkowski2021-12-281-0/+1
* net: lantiq_etop: add missing comment for wmb()Aleksander Jan Bajkowski2021-12-281-0/+1
* net: lantiq: fix missing free_netdev() on error in ltq_etop_probe()Yang Yingliang2021-11-301-2/+2
* net: ethernet: lantiq_etop: fix build errors/warningsRandy Dunlap2021-11-151-3/+17
* net: ethernet: lantiq_etop: Fix compilation errorAleksander Jan Bajkowski2021-11-101-1/+1
* net: lantiq: configure the burst length in ethernet driversAleksander Jan Bajkowski2021-09-151-3/+18
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-9/+2
|\
| * net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-8/+1
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-11/+1
* lantiq_etop: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-2/+4
* MIPS: lantiq: Do not enable IRQs in dma openHauke Mehrtens2018-09-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-121-0/+1
|\
| * MIPS: lantiq: dma: add dev pointerHauke Mehrtens2018-09-111-0/+1
* | net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-9/+2
|/
* net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-091-9/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-12/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-0/+1
|\
| * net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli2016-12-081-0/+1
* | net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-7/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-10/+8
|/
* net: ethernet: lantiq_etop: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-041-14/+2
* net: ethernet: lantiq_etop: use phydev from struct net_devicePhilippe Reynes2016-07-041-17/+7
* net: lantiq_etop: remove unused variableSudip Mukherjee2016-06-171-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* net: lantiq_etop.c: Use helper to find first phyAndrew Lunn2016-01-101-8/+2
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* net: ethernet: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* net: ethernet: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2014-10-031-1/+0
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
|/
* net: lantiq_etop: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-151-4/+2
* lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun2013-03-211-1/+1
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-2/+2
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+3
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-031-1/+1