summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3
AgeCommit message (Expand)AuthorFilesLines
2023-09-19net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao1-0/+6
2023-09-19net: hns3: only enable unicast promisc when mac table fullJian Shen1-1/+1
2023-09-19net: hns3: fix GRE checksum offload issueJie Wang1-0/+9
2023-09-19net: hns3: add cmdq check for vf periodic service taskJie Wang1-1/+2
2023-09-07net: hns3: remove GSO partial feature bitJie Wang1-2/+0
2023-09-07net: hns3: fix the port information display when sfp is absentYisen Zhuang1-1/+3
2023-09-07net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao4-19/+9
2023-09-07net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen1-3/+4
2023-09-07net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen1-7/+7
2023-09-07net: hns3: Support query tx timeout threshold by debugfsJijie Shao1-0/+4
2023-09-07net: hns3: fix tx timeout issueJian Shen1-5/+12
2023-08-16net: hns3: fix wrong rpu tln reg issueJijie Shao4-2/+71
2023-08-16net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao1-24/+61
2023-08-16net: hns3: Support tlv in regs data for HNS3 PF driverJijie Shao1-65/+102
2023-08-16net: hns3: move dump regs function to a separate fileJijie Shao10-680/+731
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-13/+41
2023-08-10net: hns3: fix strscpy causing content truncation issueHao Chen2-4/+4
2023-08-09net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu1-1/+13
2023-08-09net: hns3: add wait until mac link downJie Wang1-1/+9
2023-08-09net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang1-5/+9
2023-08-09net: hns3: restore user pause configure when disable autonegJian Shen3-2/+6
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin2-1/+2
2023-08-05net: hns3: Remove unused function declarationsYue Haibing2-5/+0
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-8/+8
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-16/+110
2023-07-24net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2-4/+16
2023-07-24net: hns3: fix wrong tc bandwidth weight data issueJijie Shao1-2/+1
2023-07-24net: hns3: add tm flush when setting tmHao Lan7-6/+73
2023-07-24net: hns3: fix the imp capability bit cannot exceed 32 bits issueHao Lan2-4/+20
2023-07-19net: hns3: remove unnecessary (void*) conversions.Wu Yunchuan1-1/+1
2023-06-23net: hns3: clear hns unused parameter alarmPeiyang Wang8-51/+33
2023-06-23net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2-12/+48
2023-06-23net: hns3: refine the tcam key convert handleJian Shen1-8/+3
2023-05-13net: hns3: fix reset timeout when enable full VFJijie Shao2-5/+28
2023-05-13net: hns3: fix reset delay time to avoid configuration timeoutJie Wang1-1/+4
2023-05-13net: hns3: fix sending pfc frames after reset issueJijie Shao3-8/+16
2023-05-13net: hns3: fix output information incomplete for dumping tx queue info with d...Jie Wang2-1/+2
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan9-0/+202
2023-03-24net: hisilicon: Remove redundant pci_clear_masterCai Huoqing2-9/+4
2023-03-09net: hns3: remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2-0/+2
2023-01-30devlink: remove devlink featuresJiri Pirko2-2/+0
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski2-0/+3
2023-01-12net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
2022-12-30net: hns3: refine the handling for VF heartbeatJian Shen3-23/+112
2022-12-23net: hns3: fix VF promisc mode not update when mac table fullJian Shen1-32/+43
2022-12-23net: hns3: fix miss L3E checking for rx packetJian Shen1-6/+4