aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin4-28/+40
2019-01-18net: hns3: do reinitialization while ETS configuration changedHuazhong Tan4-15/+22
2019-01-18net: hns3: fix wrong combined count returned by ethtool -lHuazhong Tan1-4/+3
2019-01-18net: hns3: adjust the use of alloc_tqps and num_tqpsHuazhong Tan1-3/+7
2019-01-18net: hns3: fix user configuration loss for ethtool -LHuazhong Tan4-49/+47
2019-01-18net: hns3: remove redundant codes in hclge_knic_setupHuazhong Tan2-17/+2
2019-01-18net: hns3: modify parameter checks in the hns3_set_channelsHuazhong Tan1-4/+3
2019-01-18net: hns3: add interface hclge_tm_bp_setupHuazhong Tan1-8/+15
2019-01-18net: hns3: reuse reinitialization interface in the hns3_set_channelsHuazhong Tan1-63/+12
2019-01-18net: hns3: remove unnecessary hns3_adjust_tqps_numHuazhong Tan1-6/+0
2019-01-18net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan2-2/+0
2019-01-18net: hns3: modify enet reinitialization interfaceHuazhong Tan1-2/+16
2019-01-17net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-14/+9
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain4-11/+8
2019-01-04net: hns: Fix use after free identified by SLUB debugYonglong Liu1-4/+2
2019-01-04net: hns: Fix WARNING when hns modules installedYonglong Liu1-10/+7
2019-01-01net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan1-3/+4
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-178/+413
2018-12-19net: hns3: remove redundant variable initializationPeng Li1-1/+1
2018-12-19net: hns3: fix the descriptor index when get rss typePeng Li1-1/+8
2018-12-19net: hns3: don't restore rules when flow director is disabledJian Shen1-0/+4
2018-12-19net: hns3: fix vf id check issue when add flow director ruleJian Shen1-7/+7
2018-12-19net: hns3: reset tqp while doing DOWN operationHuazhong Tan2-0/+8
2018-12-19net: hns3: add max vector number check for pfJian Shen1-0/+4
2018-12-19net: hns3: fix a bug caused by udelayPeng Li1-2/+2
2018-12-19net: hns3: change default tc state to closeJian Shen1-1/+1
2018-12-19net: hns3: refine the handle for hns3_nic_net_open/stop()Jian Shen4-11/+38
2018-12-18net: hns3: fix a SSU buffer checking bugYunsheng Lin1-2/+3
2018-12-18net: hns3: aligning buffer size in SSU to 256 bytesYunsheng Lin1-17/+26
2018-12-18net: hns3: getting tx and dv buffer size through firmwareYunsheng Lin3-11/+38
2018-12-18net: hns3: synchronize speed and duplex from phy when phy link upPeng Li1-0/+4
2018-12-18net: hns3: remove 1000M/half support of phyFuyun Liang1-1/+1
2018-12-18net: hns3: update coalesce param per secondPeng Li2-9/+3
2018-12-18net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vector_data()Huazhong Tan1-6/+6
2018-12-18net: hns3: remove unnecessary configuration recapture while resettingHuazhong Tan1-13/+0
2018-12-18net: hns3: update some variables while hclge_reset()/hclgevf_reset() doneHuazhong Tan2-1/+7
2018-12-18net: hns3: fix napi_disable not return problemHuazhong Tan1-2/+2
2018-12-18net: hns3: uninitialize pci in the hclgevf_uninitHuazhong Tan1-1/+1
2018-12-18net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan1-2/+3
2018-12-16net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu1-41/+216
2018-12-16net: hns: Add mac pcs config when enable|disable macYonglong Liu2-4/+11
2018-12-16net: hns: Fix ntuple-filters status error.Yonglong Liu1-1/+1
2018-12-16net: hns: Avoid net reset caused by pause frames stormYonglong Liu1-2/+10
2018-12-16net: hns: Free irq when exit from abnormal branchYonglong Liu1-1/+22
2018-12-16net: hns: Clean rx fbd when ae stopped.Yonglong Liu1-0/+3
2018-12-16net: hns: Fixed bug that netdev was opened twiceYonglong Liu1-0/+3
2018-12-16net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2-127/+127
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2-0/+18
2018-12-16net: hns: Incorrect offset address used for some registers.Yonglong Liu1-2/+2