summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2023-10-06net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang1-0/+5
2023-10-06net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao1-0/+6
2023-10-06net: hns3: only enable unicast promisc when mac table fullJian Shen1-1/+1
2023-10-06net: hns3: fix GRE checksum offload issueJie Wang1-0/+9
2023-10-06net: hns3: add cmdq check for vf periodic service taskJie Wang1-1/+2
2023-09-19net: hns3: remove GSO partial feature bitJie Wang1-2/+0
2023-09-19net: hns3: fix the port information display when sfp is absentYisen Zhuang1-1/+3
2023-09-19net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao4-19/+9
2023-09-19net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen1-3/+4
2023-09-19net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen1-7/+7
2023-09-19net: hns3: fix tx timeout issueJian Shen1-5/+12
2023-09-13net: hns3: restore user pause configure when disable autonegJian Shen3-2/+6
2023-08-16net: hns3: fix strscpy causing content truncation issueHao Chen2-4/+4
2023-08-16net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu1-1/+13
2023-08-16net: hns3: add wait until mac link downJie Wang1-1/+9
2023-08-16net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang1-5/+9
2023-08-03net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2-4/+16
2023-08-03net: hns3: fix wrong tc bandwidth weight data issueJijie Shao1-2/+1
2023-08-03net: hns3: fix the imp capability bit cannot exceed 32 bits issueHao Lan2-4/+20
2023-07-27net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2-12/+48
2023-05-24net: hns3: fix reset timeout when enable full VFJijie Shao2-5/+28
2023-05-24net: hns3: fix reset delay time to avoid configuration timeoutJie Wang1-1/+4
2023-05-24net: hns3: fix sending pfc frames after reset issueJijie Shao3-8/+16
2023-05-24net: hns3: fix output information incomplete for dumping tx queue info with d...Jie Wang2-1/+2
2023-01-18net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
2023-01-12net: hns3: refine the handling for VF heartbeatJian Shen3-23/+112
2023-01-12net: hns3: fix VF promisc mode not update when mac table fullJian Shen1-32/+43
2023-01-12net: hns3: fix miss L3E checking for rx packetJian Shen1-6/+4
2023-01-12net: hns3: add interrupts re-initialization while doing VF FLRJie Wang1-1/+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-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-04net: hns3: fix get wrong value of function hclge_get_dscp_prio()Guangbin Huang1-3/+5
2022-10-20net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-7/+5
2022-09-22net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-22net: hns3: add judge fd ability for sync and clear process of flow directorGuangbin Huang1-3/+6
2022-09-22net: hns3: refactor function hclge_mbx_handler()Hao Lan2-142/+284
2022-09-22net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang7-50/+45
2022-09-22net: 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-09-01net: 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