summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2023-01-11net: 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
2022-12-23net: hns3: add interrupts re-initialization while doing VF FLRJie Wang1-1/+2
2022-12-12net: hns3: use strscpy() to instead of strncpy()Xu Panda1-4/+2
2022-12-12hns: use strscpy() to instead of strncpy()Xu Panda1-7/+4
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2022-12-06net: hisilicon: Fix potential use-after-free in hix5hd2_rx()Liu Jian1-1/+1
2022-12-06net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian1-1/+1
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol2-10/+0
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-99/+103
2022-11-15net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang1-3/+7
2022-11-15net: hns3: fix return value check bug of rx copybreakJie Wang1-2/+2
2022-11-15net: hns3: fix incorrect hw rss hash type of rx packetJian Shen6-94/+94
2022-11-11ptp: hclge: convert .adjfreq to .adjfineJacob Keller1-17/+5
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-11-04net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang1-3/+5
2022-10-31net: hns: hnae: remove unnecessary __module_get() and module_put()Yang Yingliang1-3/+0
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-10-19net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski4-7/+5
2022-09-21net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-21net: hns3: add judge fd ability for sync and clear process of flow directorGuangbin Huang1-3/+6
2022-09-21net: hns3: refactor function hclge_mbx_handler()Hao Lan2-142/+284
2022-09-21net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang7-50/+45
2022-09-21net: hns3: add support for external loopback testYonglong Liu5-24/+119
2022-09-07net: hns3: add support to query and set lane number by ethtoolHao Chen10-23/+50
2022-09-07net: hns3: add querying fec statisticsHao Lan8-0/+218
2022-09-07net: hns3: debugfs add dump dscp map infoGuangbin Huang3-1/+67
2022-09-07net: hns3: support ndo_select_queue()Guangbin Huang1-0/+46
2022-09-07net: hns3: add support config dscp map to tcGuangbin Huang7-1/+204
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-31net: hns3: net: hns3: add querying and setting fec off mode from firmwareGuangbin Huang3-12/+16
2022-08-31net: hns3: add querying and setting fec llrs mode from firmwareHao Lan6-1/+22
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 Huang7-24/+42
2022-07-04net: hns: Fix spelling mistakes in comments.Zhang Jiaming1-2/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet3-8/+5
2022-06-30hisilicon/hns3/hns3vf:fix repeated words in commentsJilin Yuan1-1/+1
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 Huang2-31/+65
2022-06-13net: hns3: modify the ring param print infoJie Wang1-1/+1
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: fix incorrect type of argument in declaration of function hclge_co...Guangbin Huang1-1/+1
2022-05-09net: hns3: add query vf ring and vector map relationGuangbin Huang2-0/+84
2022-05-09net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang4-58/+75
2022-05-09net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang7-77/+109