summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* 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
* hns: use strscpy() to instead of strncpy()Xu Panda2022-12-121-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-082-2/+2
|\
| * net: hisilicon: Fix potential use-after-free in hix5hd2_rx()Liu Jian2022-12-061-1/+1
| * net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian2022-12-061-1/+1
* | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-302-10/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-176-99/+103
|\|
| * net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang2022-11-151-3/+7
| * net: hns3: fix return value check bug of rx copybreakJie Wang2022-11-151-2/+2
| * net: hns3: fix incorrect hw rss hash type of rx packetJian Shen2022-11-156-94/+94
* | ptp: hclge: convert .adjfreq to .adjfineJacob Keller2022-11-111-17/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-3/+5
|\|
| * net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang2022-11-041-3/+5
* | net: hns: hnae: remove unnecessary __module_get() and module_put()Yang Yingliang2022-10-311-3/+0
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-2/+2
|/
* net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang2022-10-191-1/+3
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-284-7/+5
* net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-212-4/+4
* 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-212-142/+284
* net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang2022-09-217-50/+45
* net: hns3: add support for external loopback testYonglong Liu2022-09-215-24/+119
* net: hns3: add support to query and set lane number by ethtoolHao Chen2022-09-0710-23/+50
* net: hns3: add querying fec statisticsHao Lan2022-09-078-0/+218
* net: hns3: debugfs add dump dscp map infoGuangbin Huang2022-09-073-1/+67
* net: hns3: support ndo_select_queue()Guangbin Huang2022-09-071-0/+46
* net: hns3: add support config dscp map to tcGuangbin Huang2022-09-077-1/+204
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2