summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c
AgeCommit message (Expand)AuthorFilesLines
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-27Merge 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-09net: hns3: add support for imp-handle ras capabilityJiaran Zhang1-0/+2
2021-06-09net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang1-1/+2
2021-06-01net: hns3: add support for modify VLAN filter stateJian Shen1-0/+4
2021-05-15net: hns3: refactor dump m7 info of debugfsJiaran Zhang1-1/+1
2021-05-15net: hns3: support RXD advanced layoutHuazhong Tan1-0/+2
2021-03-27net: hns3: remove redundant blank linesPeng Li1-1/+0
2021-03-14net: hns3: add support for imp-controlled PHYsGuangbin Huang1-0/+4
2021-03-12net: hns3: use pause capability queried from firmwareYufeng Mo1-0/+3
2021-03-12net: hns3: use FEC capability queried from firmwareYufeng Mo1-1/+5
2021-02-13net: hns3: split out hclge_cmd_send()Yufeng Mo1-41/+59
2021-02-13net: hns3: refactor out hclge_cmd_convert_err_code()Peng Li1-28/+27
2021-02-07net: hns3: add api capability bits for firmwareJian Shen1-0/+10
2020-12-10net: hns3: add support for forwarding packet to queues of specified TC when f...Jian Shen1-0/+2
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan1-0/+2
2020-12-02net: 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-25net: hns3: remove unnecessary variable initializationYufeng Mo1-1/+1
2020-05-31net: hns3: remove an unused macro hclge_is_csqHuazhong Tan1-2/+0
2020-05-28net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan1-0/+3
2019-12-21net: 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-06net: hns3: add all IMP return codePeng Li1-10/+33
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li1-3/+12
2019-06-04net: hns3: add opcode about query and clear RAS & MSI-X to special opcodeWeihang Li1-1/+5
2019-05-29net: 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-09net: 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-22net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan1-0/+26
2019-02-02net: hns3: modify the upper limit judgment conditionliuzhongzhu1-2/+2
2019-02-02net: hns3: add hclge_cmd_check_retval() to parse comman's return valueWeihang Li1-27/+33
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu1-2/+8
2019-01-23net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+2
2018-11-10net: hns3: implement the IMP reset processing for PFHuazhong Tan1-1/+10
2018-10-31net: hns3: bugfix for is_valid_csq_clean_head()Huazhong Tan1-6/+6