summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)Author
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang
2022-03-26net: hns3: clean residual vf config after disable sriovPeng Li
2022-03-25net: hns3: refine the process when PF set VF VLANJian Shen
2022-03-25net: hns3: add vlan list lock to protect vlan listJian Shen
2022-03-25net: hns3: fix port base vlan add fail when concurrent with resetJian Shen
2022-03-25net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen
2022-02-07net: hns3: add support for TX push modeYufeng Mo
2022-01-05net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang
2022-01-05net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang
2022-01-05net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang
2022-01-05net: hns3: refactor hclge_comm_send function in PF/VF driversJie Wang
2021-12-31net: hns3: delete the hclge_cmd.c and hclgevf_cmd.cJie Wang
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang
2021-12-07net: hns3: Fix spelling mistake "faile" -> "failed"Colin Ian King
2021-12-03net: hns3: replace one tab with space in for statementHao Chen
2021-12-03net: hns3: Align type of some variables with their print typeHao Chen
2021-12-03net: hns3: add print vport id for failed message of vlanGuangbin Huang
2021-12-03net: hns3: refactor function hclge_set_vlan_filter_hwGuangbin Huang
2021-12-03net: hns3: optimize function hclge_cfg_common_loopback()Yufeng Mo
2021-12-02net: hns3: refactor function hclge_set_channels()Jie Wang
2021-12-02net: hns3: refactor function hclge_configure()Jie Wang
2021-12-02net: hns3: split function hclge_update_port_base_vlan_cfg()Jian Shen
2021-12-02net: hns3: split function hclge_get_fd_rule_info()Jian Shen
2021-12-02net: hns3: split function hclge_init_vlan_config()Jian Shen
2021-11-30net: hns3: make symbol 'hclge_mac_speed_map_to_fw' staticWei Yongjun
2021-11-29net: hns3: refine function hclge_cfg_mac_speed_dup_hw()Guangbin Huang
2021-11-29net: hns3: refactor reset_prepare_general retry statementJiaran Zhang
2021-11-24net: hns3: format the output of the MAC addressYufeng Mo
2021-11-24net: hns3: add log for workqueue scheduled lateYufeng Mo
2021-11-10net: hns3: remove check VF uc mac exist when set by PFGuangbin Huang
2021-11-10net: hns3: fix some mac statistics is always 0 in device version V2Guangbin Huang
2021-11-10net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang
2021-11-10net: hns3: fix ROCE base interrupt vector initialization bugJie Wang
2021-11-10net: hns3: fix failed to add reuse multicast mac addr to hardware when mc mac...Guangbin Huang
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo
2021-10-27net: hns3: fix pause config problem after autoneg disabledGuangbin Huang
2021-10-25net: hns3: add update ethtool advertised link modes for FIBRE port when auton...Guangbin Huang
2021-10-25net: hns3: modify functions of converting speed ability to ethtool link modeGuangbin Huang
2021-10-25net: hns3: add support pause/pfc durations for mac statisticsGuangbin Huang
2021-10-25net: hns3: device specifications add number of mac statisticsGuangbin Huang
2021-10-25net: hns3: modify mac statistics update process for compatibilityGuangbin Huang
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20net: hns3: disable sriov before unload hclge layerPeng Li
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski