summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao2019-10-301-6/+9
* net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao2019-10-291-1/+0
* net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-196-6/+58
* net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_r...Yizhuo2019-10-021-1/+5
* net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter2019-09-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1828-901/+2129
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
| |\
| * | net: hns3: add some DFX info for reset issueHuazhong Tan2019-09-113-15/+30
| * | net: hns3: check NULL pointer before useGuangbin Huang2019-09-111-1/+2
| * | net: hns3: modify some logs formatGuangbin Huang2019-09-113-4/+7
| * | net: hns3: fix port setting handle for fibre portGuangbin Huang2019-09-111-0/+15
| * | net: hns3: fix shaper parameter algorithmYonglong Liu2019-09-111-7/+4
| * | net: hns3: revert to old channel when setting new channel num failPeng Li2019-09-111-14/+37
| * | net: hns3: add ethtool_ops.set_channels support for HNS3 VF driverGuangbin Huang2019-09-112-5/+79
| * | net: hns3: make array spec_opcode static const, makes object smallerColin Ian King2019-09-071-1/+1
| * | 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-304-2/+75
| * | net: hns3: check reset interrupt status when reset failsHuazhong Tan2019-08-302-4/+4
| * | net: hns3: add phy selftest functionYufeng Mo2019-08-302-19/+138
| * | net: hns3: implement .process_hw_error for hns3 clientWeihang Li2019-08-307-2/+78
| * | net: hns3: optimize waiting time for TQP resetZhongzhu Liu2019-08-302-5/+7
| * | net: hns3: fix incorrect type in assignment.Guojia Liao2019-08-302-18/+30
| * | net: hns3: make some reusable codes into a functionYonglong Liu2019-08-301-26/+28
| * | net: hns3: optimize some log printingsYufeng Mo2019-08-303-29/+30
| * | net: hns3: reduce the parameters of some functionsGuojia Liao2019-08-301-14/+14
| * | net: hns3: modify base parameter of kstrtouint in hclge_dbg_dump_tm_mapHuazhong Tan2019-08-301-3/+4
| * | net: hns3: use macro instead of magic numberHuazhong Tan2019-08-302-3/+6
| * | net: hns3: code optimization for debugfs related to "dump reg"Zhongzhu Liu2019-08-302-110/+132
| * | net: hns3: Fix -Wunused-const-variable warningYueHaibing2019-08-252-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-141-1/+1
| * | hns3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-111-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