summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
...
* net: hns3: fix tx timeout issueJian Shen2023-09-071-5/+12
* net: hns3: fix wrong rpu tln reg issueJijie Shao2023-08-164-2/+71
* net: hns3: Support tlv in regs data for HNS3 VF driverJijie Shao2023-08-161-24/+61
* 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-1610-680/+731
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-106-13/+41
|\
| * net: hns3: fix strscpy causing content truncation issueHao Chen2023-08-102-4/+4
| * net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu2023-08-081-1/+13
| * 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: hns: Remove unused function declaration mac_adjust_link()Yue Haibing2023-08-081-1/+0
* | page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-072-1/+2
* | net: hns3: Remove unused function declarationsYue Haibing2023-08-042-5/+0
* | net: hisilicon: fix the return value handle and remove redundant netdev_err()...Ruan Jinjie2023-08-023-7/+6
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-8/+8
* | net: Explicitly include correct DT includesRob Herring2023-07-272-7/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-278-16/+110
|\|
| * 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-247-6/+73
| * net: hns3: fix the imp capability bit cannot exceed 32 bits issueHao Lan2023-07-242-4/+20
* | net: hns: Remove unnecessary (void*) conversionsWu Yunchuan2023-07-181-5/+5
* | net: hns3: remove unnecessary (void*) conversions.Wu Yunchuan2023-07-181-1/+1
|/
* net: hns3: clear hns unused parameter alarmPeiyang Wang2023-06-238-51/+33
* net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2023-06-232-12/+48
* net: hns3: refine the tcam key convert handleJian Shen2023-06-231-8/+3
* net: hns3: fix reset timeout when enable full VFJijie Shao2023-05-132-5/+28
* net: hns3: fix reset delay time to avoid configuration timeoutJie Wang2023-05-131-1/+4
* net: hns3: fix sending pfc frames after reset issueJijie Shao2023-05-133-8/+16
* net: hns3: fix output information incomplete for dumping tx queue info with d...Jie Wang2023-05-132-1/+2
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/
* | net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* | net: hns3: support wake on lan configuration and queryHao Lan2023-03-299-0/+202
* | net: hisilicon: Remove redundant pci_clear_masterCai Huoqing2023-03-242-9/+4
* | net: hns3: remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
|/
* net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-062-0/+2
* devlink: remove devlink featuresJiri Pirko2023-01-302-2/+0
* net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-272-0/+3
* net: hns: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2023-01-201-10/+10
* net: hns: Separate C22 and C45 transactionsAndrew Lunn2023-01-171-57/+135
* net: hns3: fix wrong use of rss size during VF rss configJie Wang2023-01-111-1/+1
* 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: hns3: fix miss L3E checking for rx packetJian Shen2022-12-231-6/+4
* net: hns3: add interrupts re-initialization while doing VF FLRJie Wang2022-12-231-1/+2
* net: hns3: use strscpy() to instead of strncpy()Xu Panda2022-12-121-4/+2