summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add suspend and resume pm_opsJiaran Zhang2021-04-082-0/+31
* net: hns3: change flr_prepare/flr_done function namesJiaran Zhang2021-04-084-30/+37
* net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta2021-04-061-1/+2
* net: hns: Fix some typosLu Wei2021-04-021-3/+3
* net: hns3: add stats logging when skb padding failsYunsheng Lin2021-03-291-0/+5
* net: hns3: expand the tc config commandGuojia Liao2021-03-292-2/+8
* net: hns3: add tx send size handling for tso skbYunsheng Lin2021-03-292-8/+24
* net: hns3: add handling for xmit skb with recursive fraglistYunsheng Lin2021-03-293-41/+78
* net: hns3: optimize the process of queue resetYufeng Mo2021-03-297-109/+182
* net: hns3: remove the rss_size limitation by vector numJian Shen2021-03-291-9/+0
* net: hns3: remediate a potential overflow risk of bd_num_listGuangbin Huang2021-03-291-7/+20
* net: hns3: fix use-after-free issue for hclge_add_fd_entry_common()Jian Shen2021-03-291-1/+1
* net: hns3: fix missing rule state assignmentJian Shen2021-03-291-3/+4
* net: hns3: no return statement in hclge_clear_arfs_rulesLiu Jian2021-03-291-1/+1
* net: hns3: split out hclge_tm_vport_tc_info_update()Guojia Liao2021-03-261-2/+9
* net: hns3: split function hclge_reset_rebuild()Yufeng Mo2021-03-261-10/+16
* net: hns3: fix some typos in hclge_main.cHuazhong Tan2021-03-261-3/+3
* net: hns3: fix prototype warningHuazhong Tan2021-03-261-1/+1
* net: hns3: remove unused parameter from hclge_dbg_dump_loopback()Huazhong Tan2021-03-261-3/+2
* net: hns3: remove unused parameter from hclge_set_vf_vlan_common()Peng Li2021-03-261-4/+2
* net: hns3: remove redundant query in hclge_config_tm_hw_err_int()Jiaran Zhang2021-03-261-7/+1
* net: hns3: remove redundant blank linesPeng Li2021-03-266-18/+0
* net: hns3: remove unused code of vmdqJian Shen2021-03-264-149/+96
* net: hns: remove redundant variable initializationYonglong Liu2021-03-247-17/+17
* net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu2021-03-241-1/+1
* net: hns: remove unused HNS_LED_PC_REGHuazhong Tan2021-03-241-1/+0
* net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan2021-03-241-1/+1
* net: hns: remove unused config_half_duplex()Huazhong Tan2021-03-243-12/+0
* net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan2021-03-243-26/+0
* net: hns: remove unused set_autoneg()Huazhong Tan2021-03-242-11/+0
* net: hns: remove unused get_autoneg()Huazhong Tan2021-03-242-15/+0
* net: hns3: add support for user-def data of flow directorJian Shen2021-03-223-14/+359
* net: hns3: refine for hns3_del_all_fd_entries()Jian Shen2021-03-223-19/+3
* net: hns3: refactor flow director configurationJian Shen2021-03-222-209/+319
* net: hns3: add support for traffic class tuple support for flow director by e...Jian Shen2021-03-221-7/+20
* net: hns3: refactor for function hclge_fd_convert_tupleJian Shen2021-03-222-104/+97
* net: hns3: refactor out hclge_fd_get_tuple()Jian Shen2021-03-221-103/+117
* net: hns3: refactor out hclge_add_fd_entry()Jian Shen2021-03-221-27/+40
* hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck2021-03-175-162/+90
* net: hns3: add phy loopback support for imp-controlled PHYsGuangbin Huang2021-03-133-36/+51
* net: hns3: add ioctl support for imp-controlled PHYsGuangbin Huang2021-03-134-1/+73
* net: hns3: add get/set pause parameters support for imp-controlled PHYsGuangbin Huang2021-03-131-4/+5
* net: hns3: add support for imp-controlled PHYsGuangbin Huang2021-03-136-3/+192
* net: hns3: use pause capability queried from firmwareYufeng Mo2021-03-126-4/+31
* net: hns3: use FEC capability queried from firmwareYufeng Mo2021-03-123-5/+12
* net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()Jia-Ju Bai2021-03-081-1/+3
* net: hns3: fix bug when calculating the TCAM table infoJian Shen2021-02-281-2/+2
* net: hns3: fix query vlan mask value error for flow directorJian Shen2021-02-281-2/+1
* net: hns3: fix error mask definition of flow directorJian Shen2021-02-281-3/+3
* net: hns3: refactor out hclge_rm_vport_all_mac_table()Hao Chen2021-02-121-24/+43