summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: make hclge_dbg_get_m7_stats_info staticGuojia Liao2019-09-061-1/+1
* net: hns3: disable loopback setting in hclge_mac_initYufeng Mo2019-09-061-1/+33
* net: hns3: remove explicit conversion to boolGuojia Liao2019-09-061-1/+1
* net: hns3: add client node validity judgmentPeng Li2019-09-061-0/+16
* net: hns3: fix mis-assignment to hdev->reset_level in hclge_resetHuazhong Tan2019-09-061-4/+5
* net: hns3: fix double free bug when setting ringparamHuazhong Tan2019-09-061-1/+3
* net: hns3: fix error VF index when setting VLAN offloadJian Shen2019-09-061-4/+10
* net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
* 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: 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