summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3
AgeCommit message (Expand)AuthorFilesLines
2020-09-29net: hns3: dump tqp enable status in debugfsGuangbin Huang3-2/+25
2020-09-29net: hns3: debugfs add new command to query device specificationsGuangbin Huang1-0/+28
2020-09-29net: hns3: remove unused code in hns3_self_test()Guojia Liao1-7/+2
2020-09-29net: hns3: Add RoCE VF reset supportHuazhong Tan2-0/+51
2020-09-29net: hns3: add UDP segmentation offload supportHuazhong Tan1-3/+17
2020-09-29net: hns3: rename trace event hns3_over_8bdHuazhong Tan2-3/+3
2020-09-29net: hns3: replace macro HNS3_MAX_NON_TSO_BD_NUMHuazhong Tan2-22/+31
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 Huang2-0/+28
2020-09-27net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang5-13/+29
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang5-1/+167
2020-09-27net: hns3: add debugfs to dump device capabilitiesGuangbin Huang1-0/+24
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang6-19/+145
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang4-4/+11
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang5-18/+29
2020-09-27net: hns3: delete redundant PCI revision judgementGuangbin Huang2-5/+1
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang10-69/+100
2020-09-26drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-25net: hns3: rename macro of pci device id of vfGuangbin Huang3-8/+9
2020-09-25net: hns3: add support for 200G deviceGuangbin Huang5-11/+55
2020-09-25net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2-0/+13
2020-09-25net: hns3: add a hardware error detect typeYufeng Mo3-0/+5
2020-09-25net: hns3: remove unnecessary variable initializationYufeng Mo6-9/+9
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-21net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao1-7/+1
2020-09-19net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2020-09-18net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin3-15/+16
2020-09-18net: hns3: use writel() to optimize the barrier operationYunsheng Lin2-8/+3
2020-09-18net: hns3: optimize the rx clean processYunsheng Lin1-30/+31
2020-09-18net: hns3: optimize the tx clean processYunsheng Lin3-45/+33
2020-09-18net: hns3: batch tx doorbell operationYunsheng Lin3-12/+39
2020-09-18net: hns3: batch the page reference count updatesYunsheng Lin2-8/+25
2020-09-09net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2-15/+0
2020-09-09net: hns3: remove some unused macros related to queueHuazhong Tan1-5/+0
2020-09-09net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0
2020-09-09net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2-3/+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 Huang2-0/+6
2020-09-09net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan1-6/+6
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+6
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+4
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li1-2/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+2
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-06net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-39/+52
2020-07-28net: hns3: fix for VLAN config when reset failedGuojia Liao2-7/+10