summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
AgeCommit message (Expand)Author
2019-01-30net: hns3: fix for rss result nonuniformJian Shen
2019-01-30net: hns3: fix netif_napi_del() not do problem when unloadingHuazhong Tan
2019-01-30net: hns3: Fix NULL deref when unloading driverHuazhong Tan
2019-01-30net: hns3: only support tc 0 for VFYunsheng Lin
2019-01-30net: hns3: change hnae3_register_ae_dev() to intHuazhong Tan
2019-01-30net: hns3: use the correct interface to stop|open portPeng Li
2019-01-30net: hns3: fix VF dump register issueJian Shen
2019-01-30net: hns3: reuse the definition of l3 and l4 header info unionliyongxin
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-27net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu
2019-01-27net: hns: Restart autoneg need return failed when autoneg offYonglong Liu
2019-01-27net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu
2019-01-26net: hns3: don't allow vf to enable promisc modeJian Shen
2019-01-26net: hns3: add initialization for nic stateJian Shen
2019-01-26net: hns3: add 8 BD limit for tx flowPeng Li
2019-01-26net: hns3: call hns3_nic_set_real_num_queue with netdev downYunsheng Lin
2019-01-26net: hns3: remove dcb_ops->map_update in hclge_dcbYunsheng Lin
2019-01-26net: hns3: do reinitialization while mqprio configuration changedYunsheng Lin
2019-01-26net: hns3: After setting the loopback, add the status of getting MACliuzhongzhu
2019-01-26net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen
2019-01-26net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen
2019-01-26net: hns3: add error handling in hclge_ieee_setetsYunsheng Lin
2019-01-26net: hns3: clear pci private data when unload hns3 driverJian Shen
2019-01-26net: hns3: don't update packet statistics for packets dropped by hardwareJian Shen
2019-01-23net: hns3: fix PFC not setting problem for DCB moduleYunsheng Lin
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu
2019-01-23net: hns3: add ETS TC weight setting in SSU moduleYunsheng Lin
2019-01-23net: hns3: do not return GE PFC setting err when initializingYunsheng Lin
2019-01-23net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTEDYunsheng Lin
2019-01-23net: hns3: clear param in ring when free ringPeng Li
2019-01-23net: hns3: fix bug of ethtool_ops.get_channels for VFHuazhong Tan
2019-01-23net: hns3: fix for shaper not setting when TC num changesYunsheng Lin
2019-01-23net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin
2019-01-23net: hns3: refactor the statistics updating for netdevJian Shen
2019-01-23net: hns3: add rx multicast packets statisticJian Shen
2019-01-23net: hns3: add calling roce callback function when link status changePeng Li
2019-01-18net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin
2019-01-18net: hns3: do reinitialization while ETS configuration changedHuazhong Tan
2019-01-18net: hns3: fix wrong combined count returned by ethtool -lHuazhong Tan
2019-01-18net: hns3: adjust the use of alloc_tqps and num_tqpsHuazhong Tan
2019-01-18net: hns3: fix user configuration loss for ethtool -LHuazhong Tan
2019-01-18net: hns3: remove redundant codes in hclge_knic_setupHuazhong Tan
2019-01-18net: hns3: modify parameter checks in the hns3_set_channelsHuazhong Tan
2019-01-18net: hns3: add interface hclge_tm_bp_setupHuazhong Tan
2019-01-18net: hns3: reuse reinitialization interface in the hns3_set_channelsHuazhong Tan
2019-01-18net: hns3: remove unnecessary hns3_adjust_tqps_numHuazhong Tan
2019-01-18net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan
2019-01-18net: hns3: modify enet reinitialization interfaceHuazhong Tan
2019-01-17net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds