aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-5/+4
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang1-3/+3
2020-09-23hinic: improve the comments of function headerLuo bin1-1/+2
2020-09-18hinic: modify irq nameLuo bin1-6/+9
2020-09-14net: hinic: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-10net: hns: Fix a kernel-doc warning in hinic_hw_eqs.cWang Hai1-1/+1
2020-07-28hinic: add log in exception handling processesLuo bin1-0/+39
2020-04-25hinic: add sriov feature supportLuo bin1-16/+82
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin1-0/+2
2020-03-21hinic: fix the bug of clearing event queueLuo bin1-7/+17
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2017-08-23net: hinic: make functions set_ctrl0 and set_ctrl1 staticColin Ian King1-2/+2
2017-08-22net-next/hinic: Add ceqsAviad Krawczyk1-6/+284
2017-08-22net-next/hinic: Add aeqsAviad Krawczyk1-2/+461
2017-08-22net-next/hinic: Initialize hw device componentsAviad Krawczyk1-0/+149