summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2020-06-03net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta1-0/+3
2020-06-03net: hns: fix unsigned comparison to less than zeroColin Ian King1-1/+1
2020-01-27net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter1-1/+1
2020-01-27net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2020-01-23net: hns: fix soft lockup when there is not enough memoryYonglong Liu1-3/+1
2019-12-31net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2019-12-05net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin2-1/+3
2019-12-01net: hns3: bugfix for buffer not free problem during resettingHuazhong Tan1-3/+21
2019-11-24net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin1-5/+3
2019-11-20net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()Jian Shen1-1/+1
2019-11-20net: hns3: Fix for setting speed for phy failed problemFuyun Liang1-1/+1
2019-11-20net: hns3: fix return type of ndo_start_xmit functionYueHaibing2-2/+3
2019-11-12net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao1-1/+0
2019-11-10net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao1-6/+9
2019-10-29net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo1-1/+5
2019-08-29net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao1-9/+11
2019-08-29net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao1-1/+1
2019-08-29net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao1-2/+4
2019-07-31net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-07-31net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-06-25net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-05-16net: hns: Fix WARNING when hns modules installedJun Xiao1-9/+6
2019-05-08net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu1-1/+3
2019-05-08net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-05-08net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu1-1/+1
2019-05-08net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-05-08net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-03-23net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang1-0/+2
2019-03-14net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu1-1/+1
2019-03-14net: hns: Restart autoneg need return failed when autoneg offYonglong Liu1-7/+9
2019-03-14net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu1-0/+5
2019-02-27net: hns: Fix use after free identified by SLUB debugYonglong Liu1-4/+2
2019-01-13net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu1-41/+216
2019-01-13net: hns: Add mac pcs config when enable|disable macYonglong Liu2-4/+11
2019-01-13net: hns: Fix ntuple-filters status error.Yonglong Liu1-1/+1
2019-01-13net: hns: Avoid net reset caused by pause frames stormYonglong Liu1-2/+10
2019-01-13net: hns: Free irq when exit from abnormal branchYonglong Liu1-1/+22
2019-01-13net: hns: Clean rx fbd when ae stopped.Yonglong Liu1-0/+3
2019-01-13net: hns: Fixed bug that netdev was opened twiceYonglong Liu1-0/+3
2019-01-13net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2-127/+127
2019-01-13net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2-0/+18
2019-01-13net: hns: Incorrect offset address used for some registers.Yonglong Liu1-2/+2
2018-12-17net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-10-18net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2-12/+20
2018-10-10net: hns: add netif_carrier_off before change speed and duplexPeng Li1-0/+2
2018-10-10net: hns: add the code for cleaning pkt in chipPeng Li13-4/+255
2018-10-04net: hns: fix skb->truesize underestimationHuazhong Tan1-1/+1
2018-10-04net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-09-15net: hns3: Fix for phy link issue when using marvell phy driverJian Shen1-0/+2
2018-09-15net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zeroXi Wang1-1/+1