aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang1-26/+0
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang1-149/+0
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang1-213/+14
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang1-264/+47
2021-11-10net: hns3: sync rx ring head in echo common pullYufeng Mo1-0/+1
2021-10-25net: hns3: add support pause/pfc durations for mac statisticsGuangbin Huang1-0/+1
2021-09-29net: hns3: disable firmware compatible features when uninstall PFGuangbin Huang1-8/+13
2021-09-06net: hns3: make hclgevf_cmd_caps_bit_map0 and hclge_cmd_caps_bit_map0 staticchongjiapeng1-1/+1
2021-08-28net: hns3: refactor function hclge_parse_capability()Guangbin Huang1-29/+22
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-08-26net: hns3: add waiting time before cmdq memory is releasedYufeng Mo1-1/+5
2021-08-19net: hns3: make array spec_opcode static const, makes object smallerColin Ian King1-11/+13
2021-06-08net: hns3: add support for imp-handle ras capabilityJiaran Zhang1-0/+2
2021-06-08net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang1-1/+2
2021-05-31net: hns3: add support for modify VLAN filter stateJian Shen1-0/+4
2021-05-14net: hns3: refactor dump m7 info of debugfsJiaran Zhang1-1/+1
2021-05-14net: hns3: support RXD advanced layoutHuazhong Tan1-0/+2
2021-03-26net: hns3: remove redundant blank linesPeng Li1-1/+0
2021-03-13net: hns3: add support for imp-controlled PHYsGuangbin Huang1-0/+4
2021-03-11net: hns3: use pause capability queried from firmwareYufeng Mo1-0/+3
2021-03-11net: hns3: use FEC capability queried from firmwareYufeng Mo1-1/+5
2021-02-12net: hns3: split out hclge_cmd_send()Yufeng Mo1-41/+59
2021-02-12net: hns3: refactor out hclge_cmd_convert_err_code()Peng Li1-28/+27
2021-02-06net: hns3: add api capability bits for firmwareJian Shen1-0/+10
2020-12-09net: hns3: add support for forwarding packet to queues of specified TC when flow director rule hitJian Shen1-0/+2
2020-12-01net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan1-0/+2
2020-12-01net: hns3: add support for TX hardware checksum offloadHuazhong Tan1-0/+2
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang1-6/+31
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang1-0/+1
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang1-3/+12
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang1-13/+17
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo1-1/+1
2020-05-30net: hns3: remove an unused macro hclge_is_csqHuazhong Tan1-2/+0
2020-05-27net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan1-0/+3
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan1-14/+2
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-1/+1
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang1-3/+2
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan1-2/+5
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan1-0/+1
2019-08-01net: hns3: add link change event reportJian Shen1-0/+25
2019-07-29net: hns3: modify firmware version display formatYufeng Mo1-1/+9
2019-07-05net: hns3: add all IMP return codePeng Li1-10/+33
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li1-3/+12
2019-06-03net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li1-1/+5
2019-05-28net: hns3: add handshake with hardware while doing resetHuazhong Tan1-4/+2
2019-04-14net: hns3: code optimization for command queue' spin lockPeng Li1-2/+2
2019-04-08net: hns3: add error handler for initializing command queueHuazhong Tan1-3/+8
2019-03-20net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing1-1/+1
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan1-0/+26
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu1-2/+2