aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao1-1/+1
2022-09-22net: hinic: remove unused enumerated valueZhengchao Shao1-5/+0
2022-09-22net: hinic: change type of function to be staticZhengchao Shao1-2/+2
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-6/+4
2021-05-17net: huawei: hinic: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-13net: hinic: remove unnecessary parenthesesGuangbin Huang1-1/+1
2020-09-23hinic: improve the comments of function headerLuo bin1-1/+1
2020-07-28hinic: add log in exception handling processesLuo bin1-0/+2
2020-05-09hinic: add three net_device_ops of vfLuo bin1-0/+29
2020-04-25hinic: add sriov feature supportLuo bin1-10/+8
2020-03-21hinic: fix wrong para of wait_for_completion_timeoutLuo bin1-1/+2
2020-03-21hinic: fix out-of-order excution in arm cpuLuo bin1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-01-02hinic: Replace PCI pool old APIRomain Perier1-5/+5
2017-08-22net-next/hinic: Add cmdq completion handlerAviad Krawczyk1-1/+296
2017-08-22net-next/hinic: Add cmdq commandsAviad Krawczyk1-2/+280
2017-08-22net-next/hinic: Add ceqsAviad Krawczyk1-0/+16
2017-08-22net-next/hinic: Initialize cmdqAviad Krawczyk1-6/+276
2017-08-22net-next/hinic: Set qp contextAviad Krawczyk1-0/+87