summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)AuthorFilesLines
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-26net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-07-26net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-07-26net: hns3: fix for skb leak when doing selftestYunsheng Lin1-2/+4
2019-07-26net: hns3: set ops to null when unregister ad_devWeihang Li1-0/+2
2019-07-10net: hns: fix unsigned comparison to less than zeroColin Ian King1-1/+1
2019-07-10net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta1-0/+3
2019-06-25net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-06-15net: hns3: return 0 and print warning when hit duplicate MACPeng Li1-2/+5
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-05-08net: hns3: fix compile errorXi Wang2-2/+2
2019-05-02net: hns: Fix WARNING when hns modules installedJun Xiao1-9/+6
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-02-12net: hns3: add max vector number check for pfJian Shen1-0/+4
2019-02-12net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vect...Huazhong Tan1-6/+6
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-11-27net: hns3: Fix for out-of-bounds access when setting pfc back pressureYunsheng Lin1-6/+4
2018-11-27net: hns3: bugfix for the initialization of command queue's spin lockHuazhong Tan1-4/+10
2018-11-27net: hns3: bugfix for handling mailbox while the command queue reinitializedHuazhong Tan1-0/+6
2018-11-27net: hns3: bugfix for rtnl_lock's range in the hclge_reset()Huazhong Tan1-0/+3
2018-11-27net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()Huazhong Tan1-0/+5
2018-11-13net: hns3: Fix for vf vlan delete failed problemYunsheng Lin1-0/+8
2018-11-13net: hns3: Fix ping exited problem when doing lp selftestYunsheng Lin1-2/+2
2018-11-13net: hns3: Preserve vlan 0 in hardware tableYunsheng Lin1-0/+3
2018-11-13net: hns3: Set STATE_DOWN bit of hdev state when stopping netFuyun Liang2-0/+4
2018-11-13net: hns3: Check hdev state when getting link statusPeng Li2-0/+6
2018-11-13net: hns3: Fix ets validate issueJian Shen1-2/+4
2018-11-13net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen1-1/+3
2018-11-13net: hns3: Fix for packet buffer setting bugYunsheng Lin1-6/+8
2018-09-28net: hns: remove ndo_poll_controllerEric Dumazet1-18/+0