| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ethernet: Use device_get_match_data() | Rob Herring | 2023-10-13 | 1 | -8/+3 |
* | net: ethernet: hisilicon: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-09-20 | 1 | -4/+2 |
* | net: hisilicon: fix the return value handle and remove redundant netdev_err()... | Ruan Jinjie | 2023-08-02 | 1 | -3/+2 |
* | net: hisilicon: Fix potential use-after-free in hix5hd2_rx() | Liu Jian | 2022-12-06 | 1 | -1/+1 |
* | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 2022-09-29 | 1 | -1/+1 |
* | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 2021-10-14 | 1 | -1/+1 |
* | ethernet: use of_get_ethdev_address() | Jakub Kicinski | 2021-10-07 | 1 | -1/+1 |
* | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 2021-04-13 | 1 | -5/+2 |
* | net: hix5hd2_gmac: Remove unneeded cast from memory allocation | Wang Hai | 2020-07-25 | 1 | -3/+3 |
* | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-13 | 1 | -1/+1 |
* | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn | 2019-11-04 | 1 | -3/+2 |
* | net: hisilicon: Fix signedness bug in hix5hd2_dev_probe() | Dan Carpenter | 2019-09-27 | 1 | -1/+1 |
* | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-23 | 1 | -1/+1 |
* | net: hisilicon: Use devm_platform_ioremap_resource | Jiangfeng Xiao | 2019-07-13 | 1 | -5/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 2019-05-07 | 1 | -1/+1 |
* | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -2/+2 |
* | net: hns3: fix return type of ndo_start_xmit function | YueHaibing | 2018-09-19 | 1 | -1/+1 |
* | net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memset | YueHaibing | 2018-07-22 | 1 | -3/+2 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | net: hix5hd2_gmac: fix compatible strings name | Dongpo Li | 2016-12-20 | 1 | -6/+7 |
* | net: hix5hd2_gmac: add reset control and clock signals | Dongpo Li | 2016-12-06 | 1 | -12/+127 |
* | net: hix5hd2_gmac: add tx scatter-gather feature | Dongpo Li | 2016-12-06 | 1 | -11/+187 |
* | net: hix5hd2_gmac: add generic compatible string | Dongpo Li | 2016-12-06 | 1 | -4/+11 |
* | net: hisilicon: constify ethtool_ops structures | Julia Lawall | 2016-08-31 | 1 | -1/+1 |
* | net: ethernet: hix5hd2: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 2016-06-28 | 1 | -20/+2 |
* | net: ethernet: hix5hd2: use phydev from struct net_device | Philippe Reynes | 2016-06-28 | 1 | -17/+13 |
* | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
* | net: hix5hd2_gmac: avoid integer overload warning | Arnd Bergmann | 2015-10-19 | 1 | -1/+1 |
* | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu | 2015-05-14 | 1 | -1/+0 |
* | net: hisilicon: add hix5hd2 mac driver | Zhangfei Gao | 2014-06-03 | 1 | -0/+1066 |