summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf
AgeCommit message (Expand)AuthorFilesLines
2019-08-25net: hns3: Fix -Wunused-const-variable warningYueHaibing2-44/+44
2019-08-18net: hns3: add phy_attached_info() to the hns3 driverYonglong Liu1-0/+2
2019-08-18net: hns3: prevent unnecessary MAC TNL interruptHuazhong Tan1-0/+2
2019-08-18net: hns3: change print level of RAS error log from warning to errorXiaofei Tan1-44/+44
2019-08-18net: hns3: fix error and incorrect formatGuojia Liao2-4/+4
2019-08-18net: hns3: modify redundant initialization of variableGuojia Liao2-2/+2
2019-08-18net: hns3: add or modify commentsGuojia Liao3-5/+8
2019-08-14net: hns3: Make hclge_func_reset_sync_vf staticYueHaibing1-1/+1
2019-08-09net: hns3: add handshake with VF for PF resetHuazhong Tan2-8/+55
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo1-5/+7
2019-08-09net: hns3: add function display NCL_CONFIG infoYufeng Mo1-22/+30
2019-08-09net: hns3: add DFX registers information for ethtool -dGuangbin Huang3-55/+301
2019-08-09net: hns3: modify how pause options is displayedYonglong Liu1-17/+21
2019-08-09net: hns3: fix GFP flag error in hclge_mac_update_stats()Zhongzhu Liu1-1/+5
2019-08-01net: hns3: activate reset timer when calling reset_eventHuazhong Tan1-3/+18
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan2-3/+39
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan3-6/+31
2019-08-01net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmdGuojia Liao2-4/+4
2019-08-01net: hns3: simplify hclge_cmd_query_error()Weihang Li1-14/+5
2019-08-01net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin1-12/+6
2019-08-01net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen1-25/+25
2019-08-01net: hns3: do not query unsupported commands in debugfsYufeng Mo1-24/+46
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan3-0/+14
2019-08-01net: hns3: add link change event reportJian Shen5-4/+78
2019-07-29net: hns3: use dev_info() instead of pr_info()Huazhong Tan1-1/+3
2019-07-29net: hns3: add interrupt affinity support for misc interruptYunsheng Lin2-4/+53
2019-07-29net: hns3: make hclge_service use delayed workqueueYunsheng Lin2-34/+21
2019-07-29net: hns3: add debug messages to identify eth down causeYonglong Liu1-0/+11
2019-07-29net: hns3: modify firmware version display formatYufeng Mo1-1/+9
2019-07-29net: hns3: change GFP flag during lock periodYufeng Mo1-1/+1
2019-07-29net: hns3: remove upgrade reset level when reset failHuazhong Tan1-20/+8
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET1-1/+1
2019-07-06net: hns3: set maximum length to resp_data_len for exceptional casePeng Li1-0/+4
2019-07-06net: hns3: bitwise operator should use unsigned typeYonglong Liu1-20/+23
2019-07-06net: hns3: add default value for tc_size and tc_offsetPeng Li1-4/+4
2019-07-06net: hns3: add all IMP return codePeng Li2-10/+41
2019-07-06net: hns3: fix port capbility updating issueJian Shen1-0/+1
2019-07-06net: hns3: fix flow control configure issue for fibre portJian Shen1-11/+11
2019-06-28net: hns3: optimize the CSQ cmd error handlingPeng Li1-3/+12
2019-06-28net: hns3: handle empty unknown interruptHuazhong Tan1-5/+10
2019-06-28net: hns3: add Asym Pause support to fix autoneg problemYonglong Liu2-0/+8
2019-06-28net: hns3: fix a -Wformat-nonliteral compile warningYonglong Liu1-2/+1
2019-06-28net: hns3: add some error checking in hclge_tm moduleYunsheng Lin1-1/+5
2019-06-28net: hns3: change SSU's buffer allocation according to UMYunsheng Lin3-5/+64
2019-06-28net: hns3: enable DCB when TC num is one and pfc_en is non-zeroYunsheng Lin3-2/+20
2019-06-26net: hns3: add exception handling when enable NIC HW error interruptsWeihang Li1-3/+5
2019-06-26net: hns3: fixes wrong place enabling ROCE HW error when loadingHuazhong Tan1-6/+8
2019-06-26net: hns3: fix race conditions between reset and module loading & unloadingHuazhong Tan2-0/+41
2019-06-26net: hns3: add check to number of buffer descriptorsWeihang Li2-33/+58
2019-06-26net: hns3: remove override_pci_need_resetWeihang Li1-4/+1