summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2021-03-29net: hns3: add stats logging when skb padding failsYunsheng Lin1-0/+5
2021-03-29net: hns3: expand the tc config commandGuojia Liao2-2/+8
2021-03-29net: hns3: add tx send size handling for tso skbYunsheng Lin2-8/+24
2021-03-29net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin3-41/+78
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo7-109/+182
2021-03-29net: hns3: remove the rss_size limitation by vector numJian Shen1-9/+0
2021-03-29net: hns3: remediate a potential overflow risk of bd_num_listGuangbin Huang1-7/+20
2021-03-29net: hns3: fix use-after-free issue for hclge_add_fd_entry_common()Jian Shen1-1/+1
2021-03-29net: hns3: fix missing rule state assignmentJian Shen1-3/+4
2021-03-29net: hns3: no return statement in hclge_clear_arfs_rulesLiu Jian1-1/+1
2021-03-27net: hns3: split out hclge_tm_vport_tc_info_update()Guojia Liao1-2/+9
2021-03-27net: hns3: split function hclge_reset_rebuild()Yufeng Mo1-10/+16
2021-03-27net: hns3: fix some typos in hclge_main.cHuazhong Tan1-3/+3
2021-03-27net: hns3: fix prototype warningHuazhong Tan1-1/+1
2021-03-27net: hns3: remove unused parameter from hclge_dbg_dump_loopback()Huazhong Tan1-3/+2
2021-03-27net: hns3: remove unused parameter from hclge_set_vf_vlan_common()Peng Li1-4/+2
2021-03-27net: hns3: remove redundant query in hclge_config_tm_hw_err_int()Jiaran Zhang1-7/+1
2021-03-27net: hns3: remove redundant blank linesPeng Li6-18/+0
2021-03-27net: hns3: remove unused code of vmdqJian Shen4-149/+96
2021-03-24net: hns: remove redundant variable initializationYonglong Liu7-17/+17
2021-03-24net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu1-1/+1
2021-03-24net: hns: remove unused HNS_LED_PC_REGHuazhong Tan1-1/+0
2021-03-24net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan1-1/+1
2021-03-24net: hns: remove unused config_half_duplex()Huazhong Tan3-12/+0
2021-03-24net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan3-26/+0
2021-03-24net: hns: remove unused set_autoneg()Huazhong Tan2-11/+0
2021-03-24net: hns: remove unused get_autoneg()Huazhong Tan2-15/+0
2021-03-22net: hns3: add support for user-def data of flow directorJian Shen3-14/+359
2021-03-22net: hns3: refine for hns3_del_all_fd_entries()Jian Shen3-19/+3
2021-03-22net: hns3: refactor flow director configurationJian Shen2-209/+319
2021-03-22net: hns3: add support for traffic class tuple support for flow director by e...Jian Shen1-7/+20
2021-03-22net: hns3: refactor for function hclge_fd_convert_tupleJian Shen2-104/+97
2021-03-22net: hns3: refactor out hclge_fd_get_tuple()Jian Shen1-103/+117
2021-03-22net: hns3: refactor out hclge_add_fd_entry()Jian Shen1-27/+40
2021-03-17hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck5-162/+90
2021-03-14net: hns3: add phy loopback support for imp-controlled PHYsGuangbin Huang3-36/+51
2021-03-14net: hns3: add ioctl support for imp-controlled PHYsGuangbin Huang4-1/+73
2021-03-14net: hns3: add get/set pause parameters support for imp-controlled PHYsGuangbin Huang1-4/+5
2021-03-14net: hns3: add support for imp-controlled PHYsGuangbin Huang6-3/+192
2021-03-12net: hns3: use pause capability queried from firmwareYufeng Mo6-4/+31
2021-03-12net: hns3: use FEC capability queried from firmwareYufeng Mo3-5/+12
2021-03-08net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai1-1/+3
2021-02-28net: hns3: fix bug when calculating the TCAM table infoJian Shen1-2/+2
2021-02-28net: hns3: fix query vlan mask value error for flow directorJian Shen1-2/+1
2021-02-28net: hns3: fix error mask definition of flow directorJian Shen1-3/+3
2021-02-13net: hns3: refactor out hclge_rm_vport_all_mac_table()Hao Chen1-24/+43
2021-02-13net: hns3: refactor out hclgevf_set_rss_tuple()Huazhong Tan1-15/+32
2021-02-13net: hns3: refactor out hclge_set_rss_tuple()Huazhong Tan1-13/+29
2021-02-13net: hns3: split out hclgevf_cmd_send()Yufeng Mo1-60/+81
2021-02-13net: hns3: split out hclge_cmd_send()Yufeng Mo1-41/+59