summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2020-12-02net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan2-0/+3
2020-12-02net: hns3: add support for TX hardware checksum offloadHuazhong Tan2-1/+3
2020-11-25net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King1-1/+1
2020-11-22net: hns3: adds debugfs to dump more info of shaping parametersYonglong Liu1-2/+16
2020-11-22net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu2-12/+46
2020-11-22net: hns3: add support for pf querying new interrupt resourcesYufeng Mo3-50/+69
2020-11-22net: hns3: add support for mapping device memoryHuazhong Tan2-0/+34
2020-11-22net: hns3: add support for 1280 queuesYonglong Liu5-20/+94
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan2-0/+14
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan1-0/+1
2020-11-03net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-10-27net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter1-1/+1
2020-09-27net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()Huazhong Tan2-44/+49
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 Huang4-13/+28
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang2-1/+77
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang2-6/+45
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang2-2/+3
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang2-4/+15
2020-09-27net: hns3: delete redundant PCI revision judgementGuangbin Huang1-2/+1
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang4-35/+43
2020-09-26drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-25net: hns3: add support for 200G deviceGuangbin Huang3-11/+51
2020-09-25net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo1-0/+12
2020-09-25net: hns3: add a hardware error detect typeYufeng Mo1-0/+2
2020-09-25net: hns3: remove unnecessary variable initializationYufeng Mo3-5/+5
2020-09-25net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-24net: hns3: Constify static structsRikard Falkeborn2-18/+18
2020-09-19net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2020-09-09net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0
2020-09-09net: hns3: fix a typo in struct hclge_macGuangbin Huang1-1/+1
2020-09-09net: hns3: skip periodic service task if reset failedGuangbin Huang1-0/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+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-22net: hns3: fix return value error when query MAC link status failJian Shen2-27/+25
2020-07-06net: hns3: check reset pending after FLR prepareHuazhong Tan1-1/+1
2020-05-31net: hns3: remove an unused macro hclge_is_csqHuazhong Tan1-2/+0
2020-05-31net: hns3: fix a print format issue in hclge_mac_mdio_config()Huazhong Tan1-1/+1
2020-05-29net: hns3: print out speed info when parsing speed failsHuazhong Tan1-1/+2
2020-05-29net: hns3: remove some unused fields in struct hclge_devHuazhong Tan1-6/+0
2020-05-29net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan2-3/+3
2020-05-29net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan1-9/+12
2020-05-29net: hns3: refactor hclge_config_tso()Huazhong Tan1-13/+4
2020-05-29net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan1-0/+1
2020-05-29net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan1-4/+2
2020-05-28net: hns3: add a print for initializing CMDQ when reset pendingHuazhong Tan1-0/+3
2020-05-28net: hns3: remove unnecessary MAC enable in app loopbackYufeng Mo1-2/+0