summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix wrong rpu tln reg issueJijie Shao2023-08-163-2/+70
* net: hns3: Support tlv in regs data for HNS3 PF driverJijie Shao2023-08-161-65/+102
* net: hns3: move dump regs function to a separate fileJijie Shao2023-08-165-559/+586
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-104-10/+26
|\
| * net: hns3: fix strscpy causing content truncation issueHao Chen2023-08-101-2/+2
| * net: hns3: add wait until mac link downJie Wang2023-08-081-1/+9
| * net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang2023-08-081-5/+9
| * net: hns3: restore user pause configure when disable autonegJian Shen2023-08-083-2/+6
* | net: hns3: Remove unused function declarationsYue Haibing2023-08-042-5/+0
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-8/+8
|/
* net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2023-07-242-4/+16
* net: hns3: fix wrong tc bandwidth weight data issueJijie Shao2023-07-241-2/+1
* net: hns3: add tm flush when setting tmHao Lan2023-07-243-6/+63
* net: hns3: clear hns unused parameter alarmPeiyang Wang2023-06-231-28/+19
* net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2023-06-231-5/+24
* net: hns3: refine the tcam key convert handleJian Shen2023-06-231-8/+3
* net: hns3: fix sending pfc frames after reset issueJijie Shao2023-05-133-8/+16
* net: hns3: support wake on lan configuration and queryHao Lan2023-03-293-0/+150
* net: hisilicon: Remove redundant pci_clear_masterCai Huoqing2023-03-241-5/+2
* devlink: remove devlink featuresJiri Pirko2023-01-301-1/+0
* net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-272-0/+3
* net: hns3: refine the handling for VF heartbeatJian Shen2022-12-303-23/+112
* net: hns3: fix VF promisc mode not update when mac table fullJian Shen2022-12-231-32/+43
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-4/+7
|\
| * net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang2022-11-151-3/+7
| * net: hns3: fix incorrect hw rss hash type of rx packetJian Shen2022-11-151-1/+0
* | ptp: hclge: convert .adjfreq to .adjfineJacob Keller2022-11-111-17/+5
|/
* net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang2022-11-041-3/+5
* net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-211-2/+2
* net: hns3: add judge fd ability for sync and clear process of flow directorGuangbin Huang2022-09-211-3/+6
* net: hns3: refactor function hclge_mbx_handler()Hao Lan2022-09-211-142/+273
* net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang2022-09-215-42/+36
* net: hns3: add support for external loopback testYonglong Liu2022-09-211-7/+19
* net: hns3: add support to query and set lane number by ethtoolHao Chen2022-09-074-14/+24
* net: hns3: add querying fec statisticsHao Lan2022-09-073-0/+192
* net: hns3: debugfs add dump dscp map infoGuangbin Huang2022-09-071-1/+59
* net: hns3: add support config dscp map to tcGuangbin Huang2022-09-075-1/+166
* net: hns3: net: hns3: add querying and setting fec off mode from firmwareGuangbin Huang2022-08-311-6/+10
* net: hns3: add querying and setting fec llrs mode from firmwareHao Lan2022-08-312-1/+15
* net: hns3: add querying fec ability from firmwareGuangbin Huang2022-08-312-9/+26
* net: hns3: add getting capabilities of gro offload and fd from firmwareGuangbin Huang2022-08-312-12/+24
* net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang2022-06-133-4/+10
* net: hns3: fix PF rss size initialization bugJie Wang2022-06-131-1/+3
* net: hns3: restore tm priority/qset to default settings when tc disabledGuangbin Huang2022-06-131-31/+64
* net: hns3: don't push link state to VF if unaliveJian Shen2022-06-131-0/+6
* net: hns3: set port base vlan tbl_sta to false before removing old vlanGuangbin Huang2022-06-131-0/+1
* net: hns3: add query vf ring and vector map relationGuangbin Huang2022-05-091-0/+83
* net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang2022-05-092-26/+28
* net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang2022-05-092-32/+30