summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2023-09-19net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao3-19/+8
2023-09-19net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen1-7/+7
2023-09-13net: hns3: restore user pause configure when disable autonegJian Shen3-2/+6
2023-08-16net: hns3: fix strscpy causing content truncation issueHao Chen1-2/+2
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-08-03net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2-4/+16
2023-08-03net: hns3: fix wrong tc bandwidth weight data issueJijie Shao1-2/+1
2023-07-27net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen1-5/+24
2023-05-24net: hns3: fix sending pfc frames after reset issueJijie Shao3-8/+16
2023-01-12net: hns3: refine the handling for VF heartbeatJian Shen3-23/+112
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: refactor function hclge_mbx_handler()Hao Lan1-142/+273
2022-09-22net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang5-42/+36
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 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 initi...Guangbin 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-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 Shen2-4/+35
2022-03-26net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2-19/+46