aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30net: hns3: only support tc 0 for VFYunsheng Lin3-16/+28
2019-01-30net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan3-4/+16
2019-01-30net: hns3: use the correct interface to stop|open portPeng Li1-2/+2
2019-01-30net: hns3: fix VF dump register issueJian Shen1-0/+2
2019-01-30net: hns3: reuse the definition of l3 and l4 header info unionliyongxin2-27/+6
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+15
2019-01-27net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu1-1/+1
2019-01-27net: hns: Restart autoneg need return failed when autoneg offYonglong Liu1-7/+9
2019-01-27net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu1-0/+5
2019-01-26net: hns3: don't allow vf to enable promisc modeJian Shen2-18/+21
2019-01-26net: hns3: add initialization for nic stateJian Shen1-2/+4
2019-01-26net: hns3: add 8 BD limit for tx flowPeng Li1-1/+27
2019-01-26net: hns3: call hns3_nic_set_real_num_queue with netdev downYunsheng Lin2-12/+13
2019-01-26net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin3-14/+6
2019-01-26net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin2-17/+21
2019-01-26net: hns3: After setting the loopback, add the status of getting MACliuzhongzhu1-1/+22
2019-01-26net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen2-3/+11
2019-01-26net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen2-4/+7
2019-01-26net: hns3: add error handling in hclge_ieee_setetsYunsheng Lin1-2/+13
2019-01-26net: hns3: clear pci private data when unload hns3 driverJian Shen1-0/+1
2019-01-26net: hns3: don't update packet statistics for packets dropped by hardwareJian Shen1-3/+0
2019-01-23net: hns3: fix PFC not setting problem for DCB moduleYunsheng Lin3-4/+6
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu4-7/+109
2019-01-23net: hns3: add ETS TC weight setting in SSU moduleYunsheng Lin1-0/+43
2019-01-23net: hns3: do not return GE PFC setting err when initializingYunsheng Lin4-13/+18
2019-01-23net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin2-1/+3
2019-01-23net: hns3: clear param in ring when free ringPeng Li1-0/+5
2019-01-23net: hns3: fix bug of ethtool_ops.get_channels for VFHuazhong Tan1-2/+3
2019-01-23net: hns3: fix for shaper not setting when TC num changesYunsheng Lin3-10/+5
2019-01-23net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin3-4/+13
2019-01-23net: hns3: refactor the statistics updating for netdevJian Shen2-32/+20
2019-01-23net: hns3: add rx multicast packets statisticJian Shen3-0/+15
2019-01-23net: hns3: add calling roce callback function when link status changePeng Li2-0/+11
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