aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-04net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang1-3/+5
2022-09-21net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-21net: hns3: add judge fd ability for sync and clear process of flow directorGuangbin Huang1-3/+6
2022-09-21net: hns3: refactor function hclge_mbx_handler()Hao Lan1-142/+273
2022-09-21net: hns3: optimize converting dscp to priority process of hns3_nic_select_queue()Guangbin Huang5-42/+36
2022-09-21net: hns3: add support for external loopback testYonglong Liu1-7/+19
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen4-14/+24
2022-09-07net: hns3: add querying fec statisticsHao Lan3-0/+192
2022-09-07net: hns3: debugfs add dump dscp map infoGuangbin Huang1-1/+59
2022-09-07net: hns3: add support config dscp map to tcGuangbin Huang5-1/+166
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 Lan2-1/+15
2022-08-31net: hns3: add querying fec ability from firmwareGuangbin Huang2-9/+26
2022-08-31net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang2-12/+24
2022-06-13net: hns3: fix tm port shapping of fibre port is incorrect after driver initializationGuangbin Huang3-4/+10
2022-06-13net: hns3: fix PF rss size initialization bugJie Wang1-1/+3
2022-06-13net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang1-31/+64
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: add query vf ring and vector map relationGuangbin Huang1-0/+83
2022-05-09net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang2-26/+28
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang2-32/+30
2022-05-09net: hns3: remove the affinity settings of vector0Yufeng Mo2-28/+1
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+20
2022-04-25net: hns3: add return value for mailbox handling in PFJian Shen1-10/+12
2022-04-25net: hns3: add validity check for message data lengthJian Shen1-0/+7
2022-04-25net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang1-1/+1
2022-04-20net: hns3: fix the wrong words in commentsPeng Li1-1/+1
2022-04-20net: hns3: add failure logs in hclge_set_vport_mtuJie Wang1-0/+3
2022-04-20net: hns3: refine the definition for struct hclge_pf_to_vf_msgJian Shen1-1/+1
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-03-26net: hns3: fix phy can not link up when autoneg off and resetGuangbin Huang1-2/+2
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 Shen2-4/+35
2022-03-25net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2-19/+46
2022-03-25net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2022-03-16net: hns3: Fix spelling mistake "does't" -> "doesn't"Colin Ian King1-1/+1
2022-02-16net: hns3: Remove unused inline function hclge_is_reset_pending()YueHaibing1-5/+0
2022-02-07net: hns3: add support for TX push modeYufeng Mo2-2/+17
2022-01-05net: hns3: create new common cmd code for PF and VF modulesJie Wang1-245/+1
2022-01-05net: hns3: refactor PF tqp stats APIs with new common tqp stats APIsJie Wang2-156/+17
2022-01-05net: hns3: refactor PF rss init APIs with new common rss init APIsJie Wang2-131/+11
2022-01-05net: hns3: refactor PF rss set APIs with new common rss set APIsJie Wang3-298/+36
2022-01-05net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang5-160/+67
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 Wang2-26/+14
2021-12-31net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang5-197/+27
2021-12-31net: hns3: refactor PF cmdq resource APIs with new common APIsJie Wang5-323/+63
2021-12-31net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang7-371/+95