summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2020-06-031-0/+3
* net: hns: fix unsigned comparison to less than zeroColin Ian King2020-06-031-1/+1
* net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter2020-01-271-1/+1
* net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin2020-01-271-1/+1
* net: hns: fix soft lockup when there is not enough memoryYonglong Liu2020-01-231-3/+1
* net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao2019-12-311-1/+1
* net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin2019-12-052-1/+3
* net: hns3: bugfix for buffer not free problem during resettingHuazhong Tan2019-12-011-3/+21
* net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin2019-11-241-5/+3
* net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()Jian Shen2019-11-201-1/+1
* net: hns3: Fix for setting speed for phy failed problemFuyun Liang2019-11-201-1/+1
* net: hns3: fix return type of ndo_start_xmit functionYueHaibing2019-11-202-2/+3
* net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao2019-11-121-1/+0
* net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao2019-11-101-6/+9
* net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo2019-10-291-1/+5
* net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao2019-08-291-9/+11
* net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao2019-08-291-1/+1
* net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao2019-08-291-2/+4
* net: hns3: add some error checking in hclge_tm moduleYunsheng Lin2019-07-311-1/+5
* net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu2019-07-311-2/+1
* net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-251-0/+4
* net: hns: Fix WARNING when hns modules installedJun Xiao2019-05-161-9/+6
* net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu2019-05-081-1/+3
* net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu2019-05-081-6/+27
* net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu2019-05-081-1/+1
* net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-05-081-5/+2
* net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-05-081-2/+3
* net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang2019-03-231-0/+2
* net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu2019-03-131-1/+1
* net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-03-131-7/+9
* net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-03-131-0/+5
* net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-02-271-4/+2
* net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu2019-01-131-41/+216
* net: hns: Add mac pcs config when enable|disable macYonglong Liu2019-01-132-4/+11
* net: hns: Fix ntuple-filters status error.Yonglong Liu2019-01-131-1/+1
* net: hns: Avoid net reset caused by pause frames stormYonglong Liu2019-01-131-2/+10
* net: hns: Free irq when exit from abnormal branchYonglong Liu2019-01-131-1/+22
* net: hns: Clean rx fbd when ae stopped.Yonglong Liu2019-01-131-0/+3
* net: hns: Fixed bug that netdev was opened twiceYonglong Liu2019-01-131-0/+3
* net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2019-01-132-127/+127
* net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2019-01-132-0/+18
* net: hns: Incorrect offset address used for some registers.Yonglong Liu2019-01-131-2/+2
* net: hisilicon: remove unexpected free_netdevPan Bian2018-12-171-3/+1
* net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-10-182-12/+20
* net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-10-101-0/+2
* net: hns: add the code for cleaning pkt in chipPeng Li2018-10-1013-4/+255
* net: hns: fix skb->truesize underestimationHuazhong Tan2018-10-031-1/+1
* net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-10-031-3/+3
* net: hns3: Fix for phy link issue when using marvell phy driverJian Shen2018-09-151-0/+2
* net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zeroXi Wang2018-09-151-1/+1