summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Fix -Wunused-const-variable warningYueHaibing2019-08-242-44/+44
* net: hns: add phy_attached_info() to the hns driverYonglong Liu2019-08-181-0/+2
* net: hns3: add phy_attached_info() to the hns3 driverYonglong Liu2019-08-181-0/+2
* net: hns3: prevent unnecessary MAC TNL interruptHuazhong Tan2019-08-181-0/+2
* net: hns3: change print level of RAS error log from warning to errorXiaofei Tan2019-08-181-44/+44
* net: hns3: fix error and incorrect formatGuojia Liao2019-08-184-6/+6
* net: hns3: modify redundant initialization of variableGuojia Liao2019-08-186-9/+8
* net: hns3: add or modify commentsGuojia Liao2019-08-188-25/+27
* net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing2019-08-131-1/+1
* hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-15/+2
* net: hns3: refine some macro definitionsGuojia Liao2019-08-092-3/+3
* net: hns3: add handshake with VF for PF resetHuazhong Tan2019-08-092-8/+55
* net: hns3: refine MAC pause statistics querying functionYufeng Mo2019-08-093-14/+20
* net: hns3: add function display NCL_CONFIG infoYufeng Mo2019-08-091-22/+30
* net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin2019-08-092-24/+17
* net: hns3: add some statitics info to tx processYunsheng Lin2019-08-093-14/+52
* net: hns3: add DFX registers information for ethtool -dGuangbin Huang2019-08-093-55/+301
* net: hns3: modify how pause options is displayedYonglong Liu2019-08-091-17/+21
* net: hns3: add input length check for debugfs write functionYufeng Mo2019-08-091-0/+4
* net: hns3: clean up for vlan handling in hns3_fill_desc_vtagsYunsheng Lin2019-08-091-78/+89
* net: hns3: fix interrupt clearing error for VFHuazhong Tan2019-08-092-9/+21
* net: hns3: fix GFP flag error in hclge_mac_update_stats()Zhongzhu Liu2019-08-091-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-12/+16
|\
| * net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao2019-08-061-9/+11
| * net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao2019-08-061-1/+1
| * net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao2019-08-061-2/+4
| * Revert "net: hns: fix LED configuration for marvell phy"David S. Miller2019-07-221-22/+1
| * net: hns: fix LED configuration for marvell phyYonglong Liu2019-07-221-1/+22
* | net: hns3: activate reset timer when calling reset_eventHuazhong Tan2019-08-011-3/+18
* | net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan2019-08-014-13/+61
* | net: hns3: fix some reset handshake issueHuazhong Tan2019-08-016-15/+64
* | net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmdGuojia Liao2019-08-012-4/+4
* | net: hns3: simplify hclge_cmd_query_error()Weihang Li2019-08-011-14/+5
* | net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin2019-08-011-12/+6
* | net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin2019-08-011-11/+9
* | net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen2019-08-011-25/+25
* | net: hns3: refine for set ring parametersJian Shen2019-08-013-28/+65
* | net: hns3: do not query unsupported commands in debugfsYufeng Mo2019-08-011-24/+46
* | net: hns3: add handler for NCSI error mailboxHuazhong Tan2019-08-014-0/+15
* | net: hns3: add link change event reportJian Shen2019-08-016-4/+79
* | net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-1/+0
* | net: hns3: use dev_info() instead of pr_info()Huazhong Tan2019-07-292-2/+5
* | net: hns3: Add support for using order 1 pages with a 4K bufferYunsheng Lin2019-07-292-8/+17
* | net: hns3: add interrupt affinity support for misc interruptYunsheng Lin2019-07-292-4/+53
* | net: hns3: make hclge_service use delayed workqueueYunsheng Lin2019-07-292-34/+21
* | net: hns3: add debug messages to identify eth down causeYonglong Liu2019-07-293-0/+48
* | net: hns3: modify firmware version display formatYufeng Mo2019-07-294-4/+40
* | net: hns3: change GFP flag during lock periodYufeng Mo2019-07-291-1/+1
* | net: hns3: remove upgrade reset level when reset failHuazhong Tan2019-07-291-20/+8
* | net: hns3: add a check for get_reset_levelGuangbin Huang2019-07-291-1/+1