summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-13net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang1-3/+8
2022-06-13net: hns3: don't push link state to VF if unaliveJian Shen1-0/+6
2022-06-13net: hns3: set port base vlan tbl_sta to false before removing old vlanGuangbin Huang1-0/+1
2022-05-09net: hns3: remove the affinity settings of vector0Yufeng Mo1-26/+1
2022-04-20net: hns3: add failure logs in hclge_set_vport_mtuJie Wang1-0/+3
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-03-26net: hns3: clean residual vf config after disable sriovPeng Li1-0/+50
2022-03-25net: hns3: refine the process when PF set VF VLANJian Shen1-5/+13
2022-03-25net: hns3: add vlan list lock to protect vlan listJian Shen1-4/+34
2022-03-25net: hns3: fix port base vlan add fail when concurrent with resetJian Shen1-19/+43
2022-03-25net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2022-02-07net: hns3: add support for TX push modeYufeng Mo1-2/+9
2022-01-05net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang1-134/+13
2022-01-05net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang1-127/+11
2022-01-05net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang1-254/+36
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang1-135/+58
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang1-3/+3
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang1-0/+14
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang1-22/+24
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang1-27/+27
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang1-27/+29
2021-12-07net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King1-1/+1
2021-12-03net: hns3: replace one tab with space in for statementHao Chen1-1/+1
2021-12-03net: hns3: Align type of some variables with their print typeHao Chen1-2/+2
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 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 hclge_get_fd_rule_info()Jian Shen1-18/+34
2021-12-02net: hns3: split function hclge_init_vlan_config()Jian Shen1-42/+55
2021-11-30net: hns3: make symbol 'hclge_mac_speed_map_to_fw' staticWei Yongjun1-1/+1
2021-11-29net: hns3: refine function hclge_cfg_mac_speed_dup_hw()Guangbin Huang1-39/+32
2021-11-29net: hns3: refactor reset_prepare_general retry statementJiaran Zhang1-18/+14
2021-11-24net: hns3: format the output of the MAC addressYufeng Mo1-20/+35
2021-11-24net: hns3: add log for workqueue scheduled lateYufeng Mo1-2/+20
2021-11-10net: hns3: remove check VF uc mac exist when set by PFGuangbin Huang1-36/+0
2021-11-10net: hns3: fix some mac statistics is always 0 in device version V2Guangbin Huang1-0/+10
2021-11-10net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang1-3/+1
2021-11-10net: hns3: fix ROCE base interrupt vector initialization bugJie Wang1-5/+1
2021-11-10net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac...Guangbin Huang1-23/+27
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+6
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang1-30/+0
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang1-0/+1
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo1-29/+5
2021-10-27net: hns3: fix pause config problem after autoneg disabledGuangbin Huang1-0/+30
2021-10-25net: hns3: add update ethtool advertised link modes for FIBRE port when auton...Guangbin Huang1-1/+77
2021-10-25net: hns3: modify functions of converting speed ability to ethtool link modeGuangbin Huang1-33/+37
2021-10-25net: hns3: add support pause/pfc durations for mac statisticsGuangbin Huang1-92/+153