summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3
AgeCommit message (Expand)AuthorFilesLines
2018-09-13net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-3/+1
2018-09-13net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-2/+2
2018-09-04net: hns3: Refine hns3_get_link_ksettings()Jian Shen1-28/+40
2018-09-04net: hns3: Remove redundant codes of query advertised flow control abilitiyJian Shen2-27/+0
2018-09-04net: hns3: Change the dst mac addr of loopback packetYunsheng Lin1-0/+1
2018-09-04net: hns3: Only update mac configuation when necessaryYunsheng Lin1-17/+31
2018-09-04net: hns3: Preserve vlan 0 in hardware tableYunsheng Lin1-0/+3
2018-09-04net: hns3: Fix ping exited problem when doing lp selftestYunsheng Lin1-2/+2
2018-09-04net: hns3: Fix for loopback selftest failed problemYunsheng Lin2-37/+31
2018-09-04net: hns3: Implement shutdown ops in hns3 pci driverYunsheng Lin1-0/+13
2018-09-04net: hns3: Fix error of checking used vlan idJian Shen1-1/+1
2018-09-04net: hns3: Fix for multicast failureHuazhong Tan1-2/+2
2018-09-04net: hns3: Fix for vf vlan delete failed problemYunsheng Lin1-0/+8
2018-08-23net: hns3: modify variable type in hns3_nic_reuse_pageHuazhong Tan1-1/+2
2018-08-23net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-08-14net: hns3: Add vlan filter setting by ethtool command -KPeng Li1-0/+6
2018-08-14net: hns3: Set tx ring' tc info when netdev is upYunsheng Lin2-0/+25
2018-08-14net: hns3: Remove tx ring BD len register in hns3_enetYunsheng Lin2-3/+0
2018-08-14net: hns3: Fix desc num set to default when setting channelYunsheng Lin1-10/+12
2018-08-14net: hns3: Fix for phy link issue when using marvell phy driverJian Shen1-0/+2
2018-08-14net: hns3: Fix for information of phydev lost problem when down/upFuyun Liang3-9/+44
2018-08-14net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zeroXi Wang1-1/+1
2018-08-14net: hns3: Add support for serdes loopback selftestPeng Li3-5/+75
2018-08-08net: hns3: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-03net: hns3: Refine the MSIX allocation for PFJian Shen3-4/+9
2018-08-03net: hns3: Fix MSIX allocation issue for VFJian Shen4-16/+85
2018-08-01net: hns3: fix return value error while hclge_cmd_csq_clean failedHuazhong Tan1-3/+9
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen16-128/+32
2018-07-21net: hns3: Remove unused struct member and definitionJian Shen2-14/+0
2018-07-21net: hns3: Fix misleading parameter nameJian Shen3-5/+5
2018-07-21net: hns3: Modify inconsistent bit mask macrosJian Shen3-18/+11
2018-07-21net: hns3: Use decimal for bit offset macrosJian Shen2-14/+14
2018-07-21net: hns3: Correct unreasonable code commentsJian Shen3-24/+23
2018-07-21net: hns3: Remove extra space and bracketsJian Shen3-5/+5
2018-07-21net: hns3: Standardize the handle of return valueJian Shen1-87/+46
2018-07-21net: hns3: Remove some redundant assignmentsJian Shen1-2/+0
2018-07-16net: hns3: Fix comments for hclge_get_ring_chain_from_mbxFuyun Liang1-2/+4
2018-07-16net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbxFuyun Liang1-4/+4
2018-07-16net: hns3: Fix for reset_level default assignment probelmYunsheng Lin1-1/+5
2018-07-16net: hns3: remove unnecessary ring configuration operation while resettingHuazhong Tan1-8/+0
2018-07-16net: hns3: Fix return value error in hns3_reset_notify_down_enetHuazhong Tan1-1/+1
2018-07-16net: hns3: Correct reset event status registerHuazhong Tan2-1/+2
2018-07-16net: hns3: Prevent to request reset frequentlyHuazhong Tan1-3/+10
2018-07-16net: hns3: Reset net device with rtnl_lockHuazhong Tan1-3/+2
2018-07-16net: hns3: Modify the order of initializing command queue registerHuazhong Tan1-2/+2
2018-07-07net: hns3: Prevent sending command during global or core resetHuazhong Tan3-1/+6
2018-07-07net: hns3: Remove the warning when clear reset causePeng Li1-2/+0
2018-07-07net: hns3: Fix get_vector ops in hclgevf_main moduleYunsheng Lin1-1/+10
2018-07-07net: hns3: Fix warning bug when doing lp selftestYunsheng Lin1-0/+2
2018-07-07net: hns3: Add configure for mac minimal frame sizeJian Shen2-1/+3