summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-21net: hinic: fix the issue of CMDQ memory leaksZhengchao Shao1-1/+1
2022-09-23net: hinic: remove unused enumerated valueZhengchao Shao1-5/+0
2022-09-23net: hinic: change type of function to be staticZhengchao Shao1-2/+2
2021-12-09net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-6/+4
2021-05-18net: huawei: hinic: Fix wrong function name in commentsYang Shen1-1/+1
2021-05-14net: hinic: remove unnecessary parenthesesGuangbin Huang1-1/+1
2020-09-23hinic: improve the comments of function headerLuo bin1-1/+1
2020-07-29hinic: add log in exception handling processesLuo bin1-0/+2
2020-05-10hinic: add three net_device_ops of vfLuo bin1-0/+29
2020-04-26hinic: add sriov feature supportLuo bin1-10/+8
2020-03-22hinic: fix wrong para of wait_for_completion_timeoutLuo bin1-1/+2
2020-03-22hinic: 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-13treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-01-03hinic: 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