summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hisi_femac.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: hisilicon: fix the return value handle and remove redundant netdev_err()...Ruan Jinjie2023-08-021-2/+2
* net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian2022-12-061-1/+1
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+2
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-13/+1
* net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-1/+0
* net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao2019-07-121-5/+2
* 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
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* net: hisilicon: mark symbols static where possibleBaoyou Xie2016-09-261-3/+3
* net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: hisilicon: Add Fast Ethernet MAC driverDongpo Li2016-07-161-0/+1007