summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2022-01-25net: hns3: handle empty unknown interrupt for VFYufeng Mo1-2/+1
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang7-329/+279
2022-01-05net: hns3: refactor VF tqp stats APIs with new common tqp stats APIsJie Wang2-134/+11
2022-01-05net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang2-156/+17
2022-01-05net: hns3: create new set of common tqp stats APIs for PF and VF reuseJie Wang4-2/+161
2022-01-05net: hns3: refactor VF rss init APIs with new common rss init APIsJie Wang2-176/+25
2022-01-05net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang2-131/+11
2022-01-05net: hns3: create new set of common rss init APIs for PF and VF reuseJie Wang3-5/+213
2022-01-05net: hns3: refactor VF rss set APIs with new common rss set APIsJie Wang3-293/+42
2022-01-05net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang3-298/+36
2022-01-05net: hns3: create new set of common rss set APIs for PF and VF moduleJie Wang3-1/+230
2022-01-05net: hns3: refactor VF rss get APIs with new common rss get APIsJie Wang2-99/+24
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang5-160/+67
2022-01-05net: hns3: create new set of common rss get APIs for PF and VF rss moduleJie Wang3-2/+197
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang4-53/+38
2022-01-05net: hns3: create new rss common structure hclge_comm_rss_cfgJie Wang1-0/+34
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang5-66/+42
2021-12-31net: hns3: refactor VF cmdq init and uninit APIs with new common APIsJie Wang5-204/+36
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang5-197/+27
2021-12-31net: hns3: create common cmdq init and uninit APIsJie Wang2-0/+163
2021-12-31net: hns3: refactor VF cmdq resource APIs with new common APIsJie Wang2-231/+19
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang5-323/+63
2021-12-31net: hns3: create common cmdq resource allocate/free/query APIsJie Wang2-1/+311
2021-12-31net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send APIJie Wang5-360/+82
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang8-373/+100
2021-12-31net: hns3: create new set of unified hclge_comm_cmd_send APIsJie Wang2-0/+325
2021-12-31net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq moduleJie Wang4-35/+28
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