summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen1-2/+4
2021-01-05net: hns3: fix a phy loopback fail issueYonglong Liu1-1/+2
2020-12-14net: hns3: fix expression that is currently always trueColin Ian King1-1/+1
2020-12-09net: hns3: adjust rss tc mode configure commandGuojia Liao1-0/+2
2020-12-09net: hns3: adjust rss indirection table configure commandGuojia Liao1-6/+14
2020-12-09net: hns3: add support for max 512 rss sizeGuojia Liao1-10/+26
2020-12-09net: hns3: add support for hw tc offload of tc flowerJian Shen1-7/+306
2020-12-09net: hns3: add support for forwarding packet to queues of specified TC when f...Jian Shen1-4/+17
2020-12-09net: hns3: add support for tc mqprio offloadJian Shen1-35/+45
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen1-2/+2
2020-12-09hisilicon/hns3: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao1-9/+37
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen1-1/+7
2020-12-08net: hns3: add support for extended promiscuous commandGuojia Liao1-35/+24
2020-11-24net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King1-1/+1
2020-11-21net: hns3: add support for pf querying new interrupt resourcesYufeng Mo1-41/+59
2020-11-21net: hns3: add support for mapping device memoryHuazhong Tan1-0/+33
2020-11-21net: hns3: add support for 1280 queuesYonglong Liu1-8/+21
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan1-0/+6
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan1-0/+1
2020-09-27net: hns3: add a check for device specifications queried from firmwareGuangbin Huang1-0/+15
2020-09-27net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang1-0/+2
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang1-0/+62
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang1-2/+2
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang1-16/+18
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang1-9/+45
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo1-3/+3
2020-09-08net: hns3: skip periodic service task if reset failedGuangbin Huang1-0/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+1
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao1-3/+4
2020-07-28net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao1-13/+15
2020-07-21net: hns3: fix return value error when query MAC link status failJian Shen1-27/+22
2020-07-06net: hns3: check reset pending after FLR prepareHuazhong Tan1-1/+1
2020-05-28net: hns3: print out speed info when parsing speed failsHuazhong Tan1-1/+2
2020-05-28net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan1-1/+1
2020-05-28net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan1-9/+12
2020-05-28net: hns3: refactor hclge_config_tso()Huazhong Tan1-13/+4
2020-05-28net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan1-0/+1
2020-05-28net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan1-4/+2
2020-05-27net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo1-2/+0
2020-05-27net: hns3: change the order of reinitializing RoCE and NIC client during resetYufeng Mo1-5/+4
2020-05-14net: hns3: remove a duplicated printing in hclge_configure()Huazhong Tan1-3/+1
2020-05-10net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan1-0/+9
2020-05-10net: hns3: modify two uncorrect macro namesHuazhong Tan1-2/+2
2020-05-10net: hns3: remove a redundant register macro definitionHuazhong Tan1-7/+5
2020-04-29net: hns3: adds support for reading module eeprom infoYonglong Liu1-0/+102
2020-04-25net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan1-2/+1
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen1-44/+45
2020-04-25net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen1-12/+19
2020-04-25net: hns3: refactor the promisc mode settingJian Shen1-15/+74