aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06net: hns3: modify an unsuitable reset level for hardware errorHuazhong Tan1-2/+2
2020-01-06net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_to_vf()Huazhong Tan2-1/+4
2020-01-06net: hns3: add protection when get SFP speed as 0Guojia Liao1-0/+6
2020-01-06net: hns3: modify the IRQ name of misc vectorsYonglong Liu5-4/+10
2020-01-06net: hns3: modify an unsuitable log in hclge_map_ring_to_vector()Yonglong Liu1-1/+1
2020-01-06net: hns3: modify the IRQ name of TQP vectorYonglong Liu1-9/+12
2020-01-06net: hns3: re-organize vector handleYonglong Liu1-48/+52
2020-01-06net: hns3: add trace event support for HNS3 driverYunsheng Lin4-2/+172
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-12-20net: hns3: only print misc interrupt status when handling failsHuazhong Tan1-3/+6
2019-12-20net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan1-1/+6
2019-12-20net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan1-0/+3
2019-12-20net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin1-0/+32
2019-12-20net: hns3: get FD rules location before dump in debugfsYufeng Mo1-7/+67
2019-12-20net: hns3: optimization for CMDQ uninitializationHuazhong Tan2-15/+3
2019-12-20net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan3-13/+0
2019-12-20net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin1-33/+13
2019-12-20net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao4-2/+13
2019-12-16net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin2-6/+24
2019-12-16net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin2-96/+88
2019-12-16net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin4-73/+118
2019-12-16net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin2-27/+15
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin4-4/+4
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-2/+2
2019-12-05net: hns3: fix VF ID issue for setting VF VLANJian Shen1-12/+6
2019-12-05net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()Yunsheng Lin1-13/+6
2019-12-05net: hns3: fix for TX queue not restarted problemYunsheng Lin1-12/+21
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2019-11-19net: hns3: fix a wrong reset interrupt status maskHuazhong Tan1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-9/+31
2019-11-16net: hns3: cleanup of stray struct hns3_link_mode_mappingSalil Mehta1-5/+0
2019-11-14net: hns3: fix ETS bandwidth validation bugYonglong Liu1-1/+1
2019-11-14net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin1-1/+16
2019-11-14net: hns3: add compatible handling for MAC VLAN switch parameter configurationGuangbin Huang1-2/+14
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-33/+25
2019-11-07net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta3-25/+1
2019-11-06net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan1-1/+17
2019-11-05net: hns3: remove unused macrosColin Ian King2-4/+0
2019-11-05net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar7-7/+7
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2-7/+5
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+9
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao4-62/+83
2019-10-31net: hns3: cleanup some print format warningGuojia Liao14-101/+101
2019-10-31net: hns3: add or modify some commentsGuangbin Huang3-2/+5
2019-10-31net: hns3: optimize local variable initializationGuangbin Huang2-3/+2
2019-10-31net: hns3: cleanup a format-truncation warningGuojia Liao1-1/+2
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang7-14/+13
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao6-20/+34