summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3vf
AgeCommit message (Expand)AuthorFilesLines
2022-03-25net: hns3: refine the process when PF set VF VLANJian Shen1-0/+5
2022-02-07net: hns3: add support for TX push modeYufeng Mo2-2/+17
2022-01-25net: hns3: handle empty unknown interrupt for VFYufeng Mo1-2/+1
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang2-33/+6
2022-01-05net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang2-134/+11
2022-01-05net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang2-176/+25
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang3-293/+42
2022-01-05net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang2-99/+24
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang1-3/+3
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang2-38/+26
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang5-204/+36
2021-12-31net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang2-231/+19
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang5-360/+82
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang4-35/+28
2021-12-31net: hns3: refactor hns3 makefile to support hns3_common moduleJie Wang1-10/+0
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-12-06Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang1-1/+1
2021-12-03net: hns3: add void before function which don't receive retHao Chen1-1/+1
2021-11-29net: hns3: refactor reset_prepare_general retry statementJiaran Zhang1-18/+14
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-11-26net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-24net: hns3: format the output of the MAC addressYufeng Mo1-2/+5
2021-11-10net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2-0/+7
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo2-0/+41
2021-11-10net: hns3: fix ROCE base interrupt vector initialization bugJie Wang2-6/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+5
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang2-0/+4
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo1-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-10-20net: hns3: fix vf reset workqueue cannot exitYufeng Mo1-3/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky1-3/+0
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-0/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+34
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-13/+1
2021-09-20net: hns3: fix change RSS 'hfunc' ineffective issueJian Shen1-18/+34
2021-09-13net: hns3: fix the timing issue of VF clearing interrupt sourcesJiaran Zhang1-3/+3
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng1-1/+1
2021-08-28net: hns3: remove unnecessary "static" of local variables in functionHao Chen1-1/+1
2021-08-28net: hns3: refactor function hclgevf_parse_capability()Guangbin Huang2-13/+20
2021-08-27net: hns3: merge some repetitive macrosPeng Li3-31/+22
2021-08-27net: hns3: package new functions to simplify hclgevf_mbx_handler codePeng Li1-48/+55
2021-08-27net: hns3: remove redundant param to simplify codePeng Li1-3/+1
2021-08-27net: hns3: use memcpy to simplify codePeng Li1-7/+2
2021-08-27net: hns3: remove redundant param mbx_event_pendingPeng Li2-13/+0
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+25
2021-08-26net: hns3: fix GRO configuration error after resetYufeng Mo2-5/+16
2021-08-26net: hns3: fix speed unknown issue in bond 4Yonglong Liu2-2/+2
2021-08-26net: hns3: add waiting time before cmdq memory is releasedYufeng Mo2-1/+7