aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-23net: hns3: add calling roce callback function when link status changePeng Li1-0/+6
2019-01-18net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin1-0/+4
2019-01-18net: hns3: do reinitialization while ETS configuration changedHuazhong Tan1-2/+2
2019-01-18net: hns3: fix wrong combined count returned by ethtool -lHuazhong Tan1-4/+3
2019-01-18net: hns3: adjust the use of alloc_tqps and num_tqpsHuazhong Tan1-3/+7
2019-01-18net: hns3: fix user configuration loss for ethtool -LHuazhong Tan1-44/+10
2019-01-18net: hns3: remove redundant codes in hclge_knic_setupHuazhong Tan1-16/+1
2018-12-19net: hns3: don't restore rules when flow director is disabledJian Shen1-0/+4
2018-12-19net: hns3: fix vf id check issue when add flow director ruleJian Shen1-7/+7
2018-12-19net: hns3: reset tqp while doing DOWN operationHuazhong Tan1-0/+4
2018-12-19net: hns3: change default tc state to closeJian Shen1-1/+1
2018-12-19net: hns3: refine the handle for hns3_nic_net_open/stop()Jian Shen1-7/+15
2018-12-18net: hns3: fix a SSU buffer checking bugYunsheng Lin1-2/+3
2018-12-18net: hns3: aligning buffer size in SSU to 256 bytesYunsheng Lin1-17/+26
2018-12-18net: hns3: getting tx and dv buffer size through firmwareYunsheng Lin1-10/+31
2018-12-18net: hns3: remove unnecessary configuration recapture while resettingHuazhong Tan1-13/+0
2018-12-18net: hns3: update some variables while hclge_reset()/hclgevf_reset() doneHuazhong Tan1-1/+4
2018-12-15net: hns3: Add "queue map" information query functionliuzhongzhu1-2/+2
2018-12-07net: hns3: add handling of hw errors reported through MSIXSalil Mehta1-2/+37
2018-12-07net: hns3: rename process_hw_error functionShiju Jose1-1/+1
2018-12-07net: hns3: re-enable error interrupts on hw resetShiju Jose1-5/+9
2018-12-07net: hns3: rename enable error interrupt functionsShiju Jose1-1/+1
2018-12-03net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driverJian Shen1-5/+115
2018-11-27net: hns3: Config NIC port speed same as that of optical modulePeng Li1-45/+39
2018-11-23net: hns3: Add "FD flow table" info query functionliuzhongzhu1-0/+1
2018-11-17net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin1-0/+3
2018-11-17net: hns3: Add mtu setting support for vfYunsheng Lin1-4/+38
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin1-0/+55
2018-11-17net: hns3: Refactor mac mtu setting related functionsYunsheng Lin1-30/+22
2018-11-17net: hns3: Support two vlan header when setting mtuYunsheng Lin1-1/+1
2018-11-16net: hns3: fix spelling mistake "failded" -> "failed"Colin Ian King1-2/+2
2018-11-15net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li1-0/+9
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li1-0/+30
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+1
2018-11-09net: hns3: add PCIe FLR support for PFHuazhong Tan1-0/+67
2018-11-09net: hns3: implement the IMP reset processing for PFHuazhong Tan1-8/+19
2018-11-09net: hns3: add reset handling for VF when doing PF resetHuazhong Tan1-0/+91
2018-11-08net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King1-1/+1
2018-11-07net: hns3: add error handler for hclge_reset()Huazhong Tan1-22/+117
2018-11-07net: hns3: call roce's reset notify callback when resettingHuazhong Tan1-0/+33
2018-11-07net: hns3: adjust the process of PF resetHuazhong Tan1-2/+36
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_devHuazhong Tan1-11/+12
2018-11-07net: hns3: ignore new coming low-level reset while doing high-level resetHuazhong Tan1-11/+16
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan1-8/+0
2018-11-07net: hns3: provide some interface & information for the clientHuazhong Tan1-0/+29
2018-11-07net: hns3: add set_default_reset_request in the hnae3_ae_opsHuazhong Tan1-0/+13
2018-10-31net: hns3: bugfix for rtnl_lock's range in the hclge_reset()Huazhong Tan1-0/+3
2018-10-31net: hns3: fix incorrect return value/type of some functionsHuazhong Tan1-17/+17
2018-10-31net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()Huazhong Tan1-3/+0
2018-10-31net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problemHuazhong Tan1-1/+1