summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-21net: hns3: fix return value error when query MAC link status failJian Shen1-0/+3
2020-05-28net: hns3: remove some unused fields in struct hclge_devHuazhong Tan1-6/+0
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen1-0/+1
2020-04-25net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen1-1/+0
2020-04-25net: hns3: refactor the promisc mode settingJian Shen1-0/+4
2020-04-25net: hns3: refactor the MAC address configureJian Shen1-8/+19
2020-04-20net: hns3: remove useless proto_support field in struct hclge_fd_cfgGuojia Liao1-1/+0
2020-02-19net: hns3: add support for dump MAC ID and loopback status in debugfsYufeng Mo1-0/+1
2020-01-21net: hns3: move duplicated macro definition into headerGuojia Liao1-0/+2
2020-01-11net: hns3: refactor the precedure of PF FLRHuazhong Tan1-0/+1
2019-12-20net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan1-2/+0
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao1-0/+1
2019-12-16net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin1-11/+6
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-05net: hns3: remove unused macrosColin Ian King1-2/+0
2019-11-05net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao1-1/+0
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu1-0/+1
2019-10-08net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu1-0/+2
2019-10-08net: hns3: add support for setting VF trustJian Shen1-3/+5
2019-10-08net: hns3: add support for spoof check settingJian Shen1-0/+1
2019-10-08net: hns3: add support for setting VF link status on the hostYufeng Mo1-0/+6
2019-09-11net: hns3: add some DFX info for reset issueHuazhong Tan1-1/+1
2019-08-29net: hns3: not allow SSU loopback while execute ethtool -t devYufeng Mo1-0/+2
2019-08-29net: hns3: check reset interrupt status when reset failsHuazhong Tan1-0/+1
2019-08-29net: hns3: implement .process_hw_error for hns3 clientWeihang Li1-0/+4
2019-08-29net: hns3: optimize waiting time for TQP resetZhongzhu Liu1-1/+1
2019-08-24net: hns3: Fix -Wunused-const-variable warningYueHaibing1-44/+0
2019-08-18net: hns3: fix error and incorrect formatGuojia Liao1-1/+0
2019-08-09net: hns3: add DFX registers information for ethtool -dGuangbin Huang1-0/+2
2019-08-01net: hns3: add link change event reportJian Shen1-0/+8
2019-07-29net: hns3: add interrupt affinity support for misc interruptYunsheng Lin1-0/+4
2019-07-29net: hns3: make hclge_service use delayed workqueueYunsheng Lin1-2/+1
2019-06-26net: hns3: fix race conditions between reset and module loading & unloadingHuazhong Tan1-0/+1
2019-06-26net: hns3: sync VLAN filter entries when kill VLAN ID failedJian Shen1-0/+1
2019-06-14net: hns3: some variable modificationWeihang Li1-2/+13
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo1-0/+2
2019-06-09net: hns3: small changes for magic numbersJian Shen1-9/+15
2019-06-03net: hns3: don't configure new VLAN ID into VF VLAN table when it's fullJian Shen1-0/+1
2019-05-28net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has reg...Huazhong Tan1-0/+1
2019-05-28net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has regis...Huazhong Tan1-0/+1
2019-05-26net: hns3: add aRFS support for PFJian Shen1-0/+3
2019-05-26net: hns3: refine the flow director handleJian Shen1-0/+13
2019-05-04net: hns3: add support for FEC encoding controlJian Shen1-1/+4
2019-05-04net: hns3: add support for multiple media typeJian Shen1-1/+10
2019-04-19net: hns3: Add handling of MAC tunnel interruptionWeihang Li1-0/+11