summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
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 a check for devcie's verion in hns3_tunnel_csum_bug()Huazhong Tan1-0/+8
2020-12-02net: hns3: add more info to hns3_dbg_bd_info()Huazhong Tan1-10/+40
2020-12-02net: hns3: add udp tunnel checksum segmentation supportHuazhong Tan8-8/+33
2020-12-02net: hns3: remove unsupported NETIF_F_GSO_UDP_TUNNEL_CSUMHuazhong Tan1-19/+5
2020-12-02net: hns3: add support for TX hardware checksum offloadHuazhong Tan8-18/+74
2020-12-02net: hns3: add support for RX completion checksumHuazhong Tan3-0/+29
2020-11-25net: hns3: fix spelling mistake "memroy" -> "memory"Colin Ian King2-2/+2
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+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 Mo4-53/+69
2020-11-22net: hns3: add support for mapping device memoryHuazhong Tan5-0/+69
2020-11-22net: hns3: add support for 1280 queuesYonglong Liu7-22/+111
2020-11-17net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesceHuazhong Tan3-11/+11
2020-11-17net: hns3: add support for 1us unit GL configurationHuazhong Tan3-4/+31
2020-11-17net: hns3: add support for querying maximum value of GLHuazhong Tan8-7/+38
2020-11-17net: hns3: add support for configuring interrupt quantity limitingHuazhong Tan5-18/+105
2020-11-03net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-10-27net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-10-27net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter1-1/+1
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: clean up mis-targeted commentsJesse Brandeburg10-110/+125
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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-22/+22
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