summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3
Commit message (Expand)AuthorAgeFilesLines
...
* | net: hns3: fix error VF index when setting VLAN offloadJian Shen2019-09-061-4/+10
* | net: hns3: remove set but not used variable 'qos'YueHaibing2019-09-011-2/+1
* | net: hns3: remove redundant assignment to pointer reg_infoColin Ian King2019-09-011-1/+1
* | net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo2019-08-294-2/+75
* | net: hns3: check reset interrupt status when reset failsHuazhong Tan2019-08-292-4/+4
* | net: hns3: add phy selftest functionYufeng Mo2019-08-292-19/+138
* | net: hns3: implement .process_hw_error for hns3 clientWeihang Li2019-08-297-2/+78
* | net: hns3: optimize waiting time for TQP resetZhongzhu Liu2019-08-292-5/+7
* | net: hns3: fix incorrect type in assignment.Guojia Liao2019-08-292-18/+30
* | net: hns3: make some reusable codes into a functionYonglong Liu2019-08-291-26/+28
* | net: hns3: optimize some log printingsYufeng Mo2019-08-293-29/+30
* | net: hns3: reduce the parameters of some functionsGuojia Liao2019-08-291-14/+14
* | net: hns3: modify base parameter of kstrtouint in hclge_dbg_dump_tm_mapHuazhong Tan2019-08-291-3/+4
* | net: hns3: use macro instead of magic numberHuazhong Tan2019-08-292-3/+6
* | net: hns3: code optimization for debugfs related to "dump reg"Zhongzhu Liu2019-08-292-110/+132
* | net: hns3: Fix -Wunused-const-variable warningYueHaibing2019-08-242-44/+44
* | 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
* | 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: 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