aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hix5hd2_gmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2020-07-24net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai1-3/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+2
2019-09-27net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-07-12net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao1-5/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-09-18net: hns3: fix return type of ndo_start_xmit functionYueHaibing1-1/+1
2018-07-21net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-20net: hix5hd2_gmac: fix compatible strings nameDongpo Li1-6/+7
2016-12-06net: hix5hd2_gmac: add reset control and clock signalsDongpo Li1-12/+127
2016-12-06net: hix5hd2_gmac: add tx scatter-gather featureDongpo Li1-11/+187
2016-12-06net: hix5hd2_gmac: add generic compatible stringDongpo Li1-4/+11
2016-08-31net: hisilicon: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-06-28net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-06-28net: ethernet: hix5hd2: use phydev from struct net_devicePhilippe Reynes1-17/+13
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-10-18net: hix5hd2_gmac: avoid integer overload warningArnd Bergmann1-1/+1
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-1/+0
2014-06-02net: hisilicon: add hix5hd2 mac driverZhangfei Gao1-0/+1066