summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2021-12-31net: hns3: create new cmdq hardware description structure hclge_comm_hwJie Wang3-8/+57
2021-12-31net: hns3: refactor hns3 makefile to support hns3_common moduleJie Wang3-25/+11
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+18
2021-12-12net: hns3: fix race condition in debugfsYufeng Mo2-6/+16
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-12-08net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-12-07Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2-2/+2
2021-12-03net: hns3: fix hns3 driver header file not self-contained issueJie Wang5-0/+18
2021-12-03net: hns3: replace one tab with space in for statementHao Chen1-1/+1
2021-12-03net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen1-1/+0
2021-12-03net: hns3: add comments for hclge_dbg_fill_content()Hao Chen1-0/+4
2021-12-03net: hns3: add void before function which don't receive retHao Chen2-2/+2
2021-12-03net: hns3: align return value type of atomic_read() with its outputHao Chen1-1/+1
2021-12-03net: hns3: modify one argument type of function hclge_ncl_config_data_printGuangbin Huang1-3/+3
2021-12-03net: hns3: Align type of some variables with their print typeHao Chen3-4/+4
2021-12-03net: hns3: add print vport id for failed message of vlanGuangbin Huang1-4/+4
2021-12-03net: hns3: refactor function hclge_set_vlan_filter_hwGuangbin Huang1-18/+27
2021-12-03net: hns3: optimize function hclge_cfg_common_loopback()Yufeng Mo1-20/+42
2021-12-02net: hns3: refactor function hns3_get_vector_ring_chain()Jie Wang1-68/+53
2021-12-02net: hns3: refactor function hclge_set_channels()Jie Wang1-18/+28
2021-12-02net: hns3: refactor function hclge_configure()Jie Wang1-24/+29
2021-12-02net: hns3: split function hclge_update_port_base_vlan_cfg()Jian Shen1-33/+36
2021-12-02net: hns3: split function hns3_nic_net_xmit()Yufeng Mo1-19/+28
2021-12-02net: hns3: split function hclge_get_fd_rule_info()Jian Shen1-18/+34
2021-12-02net: hns3: split function hclge_init_vlan_config()Jian Shen1-42/+55
2021-12-02net: hns3: refactor function hns3_fill_skb_desc to simplify codePeng Li1-54/+93
2021-12-02net: hns3: extract macro to simplify ring stats update codePeng Li2-92/+38
2021-11-30net: hns3: make symbol 'hclge_mac_speed_map_to_fw' staticWei Yongjun1-1/+1
2021-11-29net: hns3: split function hns3_set_l2l3l4()Yufeng Mo1-45/+57
2021-11-29net: hns3: split function hns3_handle_bdinfo()Yufeng Mo1-19/+35
2021-11-29net: hns3: split function hns3_nic_get_stats64()Yufeng Mo1-62/+61
2021-11-29net: hns3: refine function hclge_tm_pri_q_qs_cfg()Guangbin Huang1-25/+50
2021-11-29net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()Guangbin Huang1-10/+23
2021-11-29net: hns3: refine function hclge_cfg_mac_speed_dup_hw()Guangbin Huang2-39/+37
2021-11-29net: hns3: split function hns3_get_tx_timeo_queue_info()Yufeng Mo2-48/+57
2021-11-29net: hns3: refactor two hns3 debugfs functionsJie Wang2-50/+48
2021-11-29net: hns3: refactor hns3_nic_reuse_page()Hao Chen1-20/+35
2021-11-29net: hns3: refactor reset_prepare_general retry statementJiaran Zhang2-36/+28
2021-11-29net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790Hao Chen1-1/+1
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+13
2021-11-26net: hns3: fix incorrect components info of ethtool --reset commandJie Wang1-0/+4
2021-11-26net: hns3: fix one incorrect value of page pool info when queried by debugfsHao Chen1-1/+2
2021-11-26net: hns3: add check NULL address for page poolHao Chen1-0/+5
2021-11-26net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-24net: hns3: add dql info when tx timeoutYufeng Mo1-0/+7
2021-11-24net: hns3: debugfs add drop packet statistics of multicast and broadcast for iguJie Wang1-4/+4
2021-11-24net: hns3: format the output of the MAC addressYufeng Mo4-31/+74
2021-11-24net: hns3: add log for workqueue scheduled lateYufeng Mo4-2/+33
2021-11-22net: hns3: remove the way to set tx spare buf via module parameterHao Chen1-6/+1
2021-11-22net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen1-8/+44