summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2020-12-14net: hns3: fix expression that is currently always trueColin Ian King1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2020-12-09net: hns3: adjust rss tc mode configure commandGuojia Liao2-1/+5
2020-12-09net: hns3: adjust rss indirection table configure commandGuojia Liao2-8/+19
2020-12-09net: hns3: add support for max 512 rss sizeGuojia Liao5-16/+39
2020-12-09net: hns3: add support for hw tc offload of tc flowerJian Shen2-11/+318
2020-12-09net: hns3: add support for forwarding packet to queues of specified TC when f...Jian Shen4-5/+27
2020-12-09net: hns3: add support for tc mqprio offloadJian Shen3-48/+206
2020-12-09net: hns3: refine the struct hane3_tc_infoJian Shen4-30/+27
2020-12-09hisilicon/hns3: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao4-15/+58
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen2-1/+14
2020-12-08net: hns3: add support for extended promiscuous commandGuojia Liao2-49/+41
2020-12-06net: hns3: remove a misused pragma packedHuazhong Tan1-4/+0
2020-12-01net: hns3: keep MAC pause mode when multiple TCs are enabledYonglong Liu1-1/+22
2020-12-01net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan2-0/+3
2020-12-01net: hns3: add support for TX hardware checksum offloadHuazhong Tan2-1/+3
2020-11-24net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King1-1/+1
2020-11-21net: hns3: adds debugfs to dump more info of shaping parametersYonglong Liu1-2/+16
2020-11-21net: hns3: add support to utilize the firmware calculated shaping parametersYonglong Liu2-12/+46
2020-11-21net: hns3: add support for pf querying new interrupt resourcesYufeng Mo3-50/+69
2020-11-21net: hns3: add support for mapping device memoryHuazhong Tan2-0/+34
2020-11-21net: 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-02net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-10-26net: 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-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang3-11/+51
2020-09-24net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo1-0/+12
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo1-0/+2
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo3-5/+5
2020-09-24net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-23net: hns3: Constify static structsRikard Falkeborn2-18/+18
2020-09-18net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2020-09-08net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0
2020-09-08net: hns3: fix a typo in struct hclge_macGuangbin Huang1-1/+1
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-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