aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Li2-2/+67
2018-08-03net: hns3: Refine the MSIX allocation for PFJian Shen3-4/+9
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 Shen10-80/+20
2018-07-21net: hns3: Remove unused struct member and definitionJian Shen2-14/+0
2018-07-21net: hns3: Fix misleading parameter nameJian Shen2-3/+3
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: 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: Add configure for mac minimal frame sizeJian Shen2-1/+3
2018-07-07net: hns3: Fix for waterline not setting correctlyYunsheng Lin1-16/+6
2018-07-07net: hns3: Fix for mac pause not disable in pfc modeYunsheng Lin1-2/+7
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li5-191/+192
2018-07-02net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan1-16/+9
2018-07-02net: hns3: remove some unused members of some structuresHuazhong Tan1-1/+0
2018-07-02net: hns3: remove a redundant hclge_cmd_csq_doneHuazhong Tan1-6/+6
2018-07-02net: hns3: simplify hclge_cmd_csq_cleanHuazhong Tan1-16/+5
2018-07-02net: hns3: remove some redundant assignmentsHuazhong Tan2-10/+0
2018-07-02net: hns3: remove useless code in hclge_cmd_sendHuazhong Tan1-4/+2
2018-07-02net: hns3: remove unused hclge_ring_to_dma_dirHuazhong Tan1-2/+1
2018-06-29net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan1-4/+4
2018-06-29net: hns3: remove back in struct hclge_hwHuazhong Tan3-4/+2
2018-06-29net: hns3: extraction an interface for state init|uninitPeng Li1-16/+26
2018-06-29net: hns3: add vector status check before free vectorPeng Li1-0/+6
2018-06-06net: hns3: Optimize PF CMDQ interrupt switching processXi Wang1-0/+13
2018-06-01net: hns3: Optimize the VF's process of updating multicast MACXi Wang1-1/+57
2018-06-01net: hns3: Optimize the PF's process of updating multicast MACXi Wang2-20/+130
2018-06-01net: hns3: Add missing break in misc_irq_handleYunsheng Lin1-3/+3
2018-06-01net: hns3: Fix for phy not link up problem after resettingYunsheng Lin1-4/+3
2018-06-01net: hns3: Fix for hclge_reset running repeatly problemYunsheng Lin1-6/+34
2018-06-01net: hns3: Fix for service_task not running problem after resettingYunsheng Lin1-0/+1
2018-06-01net: hns3: Add support for IFF_ALLMULTI flagPeng Li2-4/+7
2018-06-01net: hns3: Disable vf vlan filter when vf vlan table is fullYunsheng Lin1-0/+7
2018-05-29net: hns3: Adds support for led locate command for copper portJian Shen2-41/+6
2018-05-29net: hns3: Remove unused led control codeJian Shen3-112/+0
2018-05-29net: hns3: Fix for PF mailbox receving unknown messageXi Wang1-3/+20
2018-05-29net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)Peng Li2-1/+10