summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10net: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu1-0/+4
2024-03-27net: hns3: fix port duplex configure error in IMP resetJie Wang1-1/+4
2023-11-28net: hns3: fix VF wrong speed and duplex issueJijie Shao1-0/+4
2023-11-28net: hns3: fix incorrect capability bit display for copper portJian Shen1-0/+1
2023-11-28net: hns3: fix add VLAN fail issueJian Shen1-8/+20
2023-10-06net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang1-0/+5
2023-10-06net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao1-0/+6
2023-10-06net: hns3: only enable unicast promisc when mac table fullJian Shen1-1/+1
2023-09-19net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao1-2/+3
2023-09-13net: hns3: restore user pause configure when disable autonegJian Shen1-1/+4
2023-08-16net: hns3: add wait until mac link downJie Wang1-1/+9
2023-08-16net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang1-5/+9
2023-05-24net: hns3: fix sending pfc frames after reset issueJijie Shao1-6/+9
2023-01-12net: hns3: refine the handling for VF heartbeatJian Shen1-14/+43
2023-01-12net: hns3: fix VF promisc mode not update when mac table fullJian Shen1-32/+43
2022-11-15net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang1-3/+7
2022-11-15net: hns3: fix incorrect hw rss hash type of rx packetJian Shen1-1/+0
2022-11-04net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang1-3/+5
2022-09-22net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-22net: hns3: add judge fd ability for sync and clear process of flow directorGuangbin Huang1-3/+6
2022-09-22net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang1-7/+4
2022-09-22net: hns3: add support for external loopback testYonglong Liu1-7/+19
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen1-10/+16
2022-09-07net: hns3: add querying fec statisticsHao Lan1-0/+156
2022-09-07net: hns3: add support config dscp map to tcGuangbin Huang1-0/+19
2022-08-31net: hns3: net: hns3: add querying and setting fec off mode from firmwareGuangbin Huang1-6/+10
2022-08-31net: hns3: add querying and setting fec llrs mode from firmwareHao Lan1-1/+14
2022-08-31net: hns3: add querying fec ability from firmwareGuangbin Huang1-8/+24
2022-08-31net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang1-11/+20
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-26net: hns3: refine the process when PF set VF VLANJian Shen1-5/+13
2022-03-26net: hns3: add vlan list lock to protect vlan listJian Shen1-4/+34
2022-03-26net: hns3: fix port base vlan add fail when concurrent with resetJian Shen1-19/+43
2022-03-26net: 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