summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hix5hd2_gmac.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+2
* net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai2020-07-241-3/+3
* 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-3/+2
* net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter2019-09-271-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao2019-07-121-5/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* net: hns3: fix return type of ndo_start_xmit functionYueHaibing2018-09-181-1/+1
* net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-07-211-3/+2
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: hix5hd2_gmac: fix compatible strings nameDongpo Li2016-12-201-6/+7
* net: hix5hd2_gmac: add reset control and clock signalsDongpo Li2016-12-061-12/+127
* net: hix5hd2_gmac: add tx scatter-gather featureDongpo Li2016-12-061-11/+187
* net: hix5hd2_gmac: add generic compatible stringDongpo Li2016-12-061-4/+11
* net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-20/+2
* net: ethernet: hix5hd2: use phydev from struct net_devicePhilippe Reynes2016-06-281-17/+13
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* net: hix5hd2_gmac: avoid integer overload warningArnd Bergmann2015-10-181-1/+1
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-1/+0
* net: hisilicon: add hix5hd2 mac driverZhangfei Gao2014-06-021-0/+1066