summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2022-12-14net: hisilicon: Fix potential use-after-free in hix5hd2_rx()Liu Jian1-1/+1
2022-12-14net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian1-1/+1
2022-11-26net: hns3: fix setting incorrect phy link ksettings for firmware in resetting...Guangbin Huang1-3/+7
2022-10-29net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-06-22net: hns3: fix tm port shapping of fibre port is incorrect after driver initi...Guangbin Huang3-4/+10
2022-06-22net: hns3: don't push link state to VF if unaliveJian Shen1-0/+6
2022-06-22net: hns3: set port base vlan tbl_sta to false before removing old vlanGuangbin Huang1-0/+1
2022-06-22net: hns3: split function hclge_update_port_base_vlan_cfg()Jian Shen1-33/+36
2022-05-09net: hns3: add return value for mailbox handling in PFJian Shen1-10/+12
2022-05-09net: hns3: add validity check for message data lengthJian Shen1-0/+7
2022-05-09net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang1-1/+1
2022-05-09net: hns3: clear inited state and stop client after failed to register netdevJian Shen1-0/+9
2022-04-08net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-04-08net: hns3: fix the concurrency between functions reading debugfsYufeng Mo3-5/+12
2022-04-08net: hns3: clean residual vf config after disable sriovPeng Li3-0/+71
2022-04-08net: hns3: refine the process when PF set VF VLANJian Shen2-5/+18
2022-04-08net: hns3: format the output of the MAC addressYufeng Mo4-31/+74
2022-04-08net: hns3: add vlan list lock to protect vlan listJian Shen2-4/+35
2022-04-08net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2-19/+46
2022-04-08net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2022-02-01net: hns3: handle empty unknown interrupt for VFYufeng Mo1-2/+1
2021-12-22net: hns3: fix race condition in debugfsYufeng Mo2-6/+16
2021-12-22net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-12-08ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi1-0/+4
2021-12-01net: hns3: fix incorrect components info of ethtool --reset commandJie Wang1-0/+4
2021-12-01net: hns3: fix VF RSS failed problem after PF enable multi-TCsGuangbin Huang1-2/+2
2021-11-18net: hns3: allow configure ETS bandwidth of all TCsGuangbin Huang2-9/+2
2021-11-18net: hns3: fix kernel crash when unload VF while it is being resetYufeng Mo2-0/+7
2021-11-18net: hns3: fix pfc packet number incorrect after querying pfc parametersJie Wang5-50/+48
2021-11-18net: hns3: fix ROCE base interrupt vector initialization bugJie Wang4-13/+2
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang5-57/+10
2021-10-27net: hns3: adjust string spaces of some parameters of tx bd info in debugfsGuangbin Huang1-3/+3
2021-10-27net: hns3: expand buffer len for some debugfs commandGuangbin Huang1-3/+3
2021-10-27net: hns3: add more string spaces for dumping packets number of queue info in...Jie Wang1-2/+2
2021-10-27net: hns3: fix data endian problem of some functions of debugfsJie Wang1-16/+14
2021-10-27net: hns3: ignore reset event before initialization process is doneGuangbin Huang3-0/+5
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo3-31/+6
2021-10-27net: hns3: fix pause config problem after autoneg disabledGuangbin Huang5-10/+57
2021-10-20net: hns3: disable sriov before unload hclge layerPeng Li3-0/+23
2021-10-20net: hns3: fix vf reset workqueue cannot exitYufeng Mo1-3/+3
2021-10-20net: hns3: schedule the polling again when allocation failsYunsheng Lin1-10/+12
2021-10-20net: hns3: fix for miscalculation of rx unused descYunsheng Lin2-0/+9
2021-10-20net: hns3: fix the max tx size according to user manualYunsheng Lin2-9/+4
2021-10-20net: hns3: add limit ets dwrr bandwidth cannot be 0Guangbin Huang1-0/+9
2021-10-20net: hns3: reset DWRR of unused tc to zeroGuangbin Huang1-0/+2
2021-10-20net: hns3: Add configuration of TM QCN error eventJiaran Zhang2-1/+6
2021-09-29net: hns3: disable firmware compatible features when uninstall PFGuangbin Huang1-8/+13
2021-09-29net: hns3: fix always enable rx vlan filter problem after selftestGuangbin Huang1-2/+4
2021-09-29net: hns3: PF enable promisc for VF when mac table is overflowGuangbin Huang1-2/+6
2021-09-29net: hns3: fix show wrong state when add existing uc mac addressJian Shen1-10/+9