summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King2021-12-081-1/+1
* Revert "net: hns3: add void before function which don't receive ret"Guangbin Huang2021-12-072-2/+2
* net: hns3: fix hns3 driver header file not self-contained issueJie Wang2021-12-035-0/+18
* net: hns3: replace one tab with space in for statementHao Chen2021-12-031-1/+1
* net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()Hao Chen2021-12-031-1/+0
* net: hns3: add comments for hclge_dbg_fill_content()Hao Chen2021-12-031-0/+4
* net: hns3: add void before function which don't receive retHao Chen2021-12-032-2/+2
* net: hns3: align return value type of atomic_read() with its outputHao Chen2021-12-031-1/+1
* net: hns3: modify one argument type of function hclge_ncl_config_data_printGuangbin Huang2021-12-031-3/+3
* net: hns3: Align type of some variables with their print typeHao Chen2021-12-033-4/+4
* net: hns3: add print vport id for failed message of vlanGuangbin Huang2021-12-031-4/+4
* net: hns3: refactor function hclge_set_vlan_filter_hwGuangbin Huang2021-12-031-18/+27
* net: hns3: optimize function hclge_cfg_common_loopback()Yufeng Mo2021-12-031-20/+42
* net: hns3: refactor function hns3_get_vector_ring_chain()Jie Wang2021-12-021-68/+53
* net: hns3: refactor function hclge_set_channels()Jie Wang2021-12-021-18/+28
* net: hns3: refactor function hclge_configure()Jie Wang2021-12-021-24/+29
* net: hns3: split function hclge_update_port_base_vlan_cfg()Jian Shen2021-12-021-33/+36
* net: hns3: split function hns3_nic_net_xmit()Yufeng Mo2021-12-021-19/+28
* net: hns3: split function hclge_get_fd_rule_info()Jian Shen2021-12-021-18/+34
* net: hns3: split function hclge_init_vlan_config()Jian Shen2021-12-021-42/+55
* net: hns3: refactor function hns3_fill_skb_desc to simplify codePeng Li2021-12-021-54/+93
* net: hns3: extract macro to simplify ring stats update codePeng Li2021-12-022-92/+38
* net: hns3: make symbol 'hclge_mac_speed_map_to_fw' staticWei Yongjun2021-11-301-1/+1
* net: hns3: split function hns3_set_l2l3l4()Yufeng Mo2021-11-291-45/+57
* net: hns3: split function hns3_handle_bdinfo()Yufeng Mo2021-11-291-19/+35
* net: hns3: split function hns3_nic_get_stats64()Yufeng Mo2021-11-291-62/+61
* net: hns3: refine function hclge_tm_pri_q_qs_cfg()Guangbin Huang2021-11-291-25/+50
* net: hns3: add new function hclge_tm_schd_mode_tc_base_cfg()Guangbin Huang2021-11-291-10/+23
* net: hns3: refine function hclge_cfg_mac_speed_dup_hw()Guangbin Huang2021-11-292-39/+37
* net: hns3: split function hns3_get_tx_timeo_queue_info()Yufeng Mo2021-11-292-48/+57
* net: hns3: refactor two hns3 debugfs functionsJie Wang2021-11-292-50/+48
* net: hns3: refactor hns3_nic_reuse_page()Hao Chen2021-11-291-20/+35
* net: hns3: refactor reset_prepare_general retry statementJiaran Zhang2021-11-292-36/+28
* net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790Hao Chen2021-11-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-263-3/+13
|\
| * net: hns3: fix incorrect components info of ethtool --reset commandJie Wang2021-11-261-0/+4
| * net: hns3: fix one incorrect value of page pool info when queried by debugfsHao Chen2021-11-261-1/+2
| * net: hns3: add check NULL address for page poolHao Chen2021-11-261-0/+5
| * net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang2021-11-261-2/+2
* | net: hns3: add dql info when tx timeoutYufeng Mo2021-11-241-0/+7
* | net: hns3: debugfs add drop packet statistics of multicast and broadcast for iguJie Wang2021-11-241-4/+4
* | net: hns3: format the output of the MAC addressYufeng Mo2021-11-244-31/+74
* | net: hns3: add log for workqueue scheduled lateYufeng Mo2021-11-244-2/+33
* | net: hns3: remove the way to set tx spare buf via module parameterHao Chen2021-11-221-6/+1
* | net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen2021-11-221-8/+44
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-3/+11
* | net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen2021-11-223-2/+60
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-0/+4
|\|
| * ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi2021-11-181-0/+4
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1