aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/huawei/hinic/hinic_sriov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20net: hinic: fix the issue of double release MBOX callback of VFZhengchao Shao1-1/+0
2022-09-22net: hinic: replace magic numbers with macroZhengchao Shao1-1/+2
2022-09-22net: hinic: change hinic_deinit_vf_hw() to voidZhengchao Shao1-4/+2
2022-09-22net: hinic: simplify code logicZhengchao Shao1-2/+2
2022-09-22net: hinic: change type of function to be staticZhengchao Shao1-1/+1
2022-06-10ethernet: Remove vf rate limit check for driversBin Chen1-6/+0
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-08-19hinic: make array speeds static const, makes object smallerColin Ian King1-2/+4
2020-09-24hinic: fix wrong return value of mac-set cmdLuo bin1-10/+2
2020-08-04hinic: add check for mailbox msg from VFLuo bin1-1/+61
2020-08-04hinic: add generating mailbox random index supportLuo bin1-0/+7
2020-07-28hinic: add log in exception handling processesLuo bin1-3/+3
2020-06-30hinic: remove unused but set variableLuo bin1-2/+0
2020-06-28hinic: add support to identify physical deviceLuo bin1-2/+2
2020-05-09hinic: add three net_device_ops of vfLuo bin1-0/+275
2020-04-30hinic: Use ARRAY_SIZE for nic_vf_cmd_msg_handlerZou Wei1-5/+3
2020-04-30hinic: make a bunch of functions staticYueHaibing1-43/+48
2020-04-25hinic: add net_device_ops associated with vfLuo bin1-0/+318
2020-04-25hinic: add sriov feature supportLuo bin1-0/+698