summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/pxa168_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: ethernet: marvell: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-3/+2
* net: marvell: pxa168_eth: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* net: mdio: Rework scanning of bus ready for quirksAndrew Lunn2023-01-191-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-4/+4
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* net: pxa168_eth: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-4/+5
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-2/+1
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-2/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-3/+3
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Machek2021-06-181-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-7/+2
* net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Andrianov2021-03-101-1/+1
* net: pxa168_eth: remove unused variable 'retval' int pxa168_eth_change_mtu()Zhang Changzhong2020-09-141-2/+1
* net: pxa168_eth: remove redundant null check before clk_disable_unprepare()Zhang Changzhong2020-09-091-3/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang2020-05-231-1/+1
* net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-10/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-1/+3
* pxa168_eth: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* pxa168_eth: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-4/+7
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-9/+9
* net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-011-2/+2
* net: marvell: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-1/+2
* net: pxa168_eth: add netconsole supportAlexander Monakov2018-02-011-0/+12
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* drivers: net: pxa168: use setup_timer() helper.Allen Pais2017-09-211-3/+2
* net: pxa168_eth: Adjust four checks for null pointersMarkus Elfring2017-04-181-4/+4
* net: pxa168_eth: Use kcalloc() in two functionsMarkus Elfring2017-04-181-4/+2
* net: pxa168_eth: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-19/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* ethernet/marvell: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
* ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse...Peter Chen2016-08-011-0/+1
* net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-171-21/+18
* net: ethernet: marvell: pxa168_eth: use phydev from struct net_devicePhilippe Reynes2016-07-171-20/+16
* net: pxa168_eth: Use dma_wmb/rmb where appropriateJisheng Zhang2016-05-161-4/+4
* net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang2016-05-161-2/+2
* pxa168_eth: mdiobus_scan() doesn't return NULL anymoreSergei Shtylyov2016-05-091-2/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-0/+2
* pxa168: fix double deallocation of managed resourcesAlexey Khoroshilov2015-04-261-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-1/+1
|\