summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-04net: hns3: Remove redundant codes of query advertised flow control abilitiyJian Shen1-15/+0
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 for loopback selftest failed problemYunsheng Lin1-21/+30
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-14net: hns3: Fix desc num set to default when setting channelYunsheng Lin1-10/+12
2018-08-14net: hns3: Fix for information of phydev lost problem when down/upFuyun Liang1-4/+20
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 Li1-2/+55
2018-08-03net: hns3: Refine the MSIX allocation for PFJian Shen1-2/+6
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen1-8/+2
2018-07-21net: hns3: Modify inconsistent bit mask macrosJian Shen1-1/+1
2018-07-21net: hns3: Correct unreasonable code commentsJian Shen1-0/+1
2018-07-21net: hns3: Remove extra space and bracketsJian Shen1-1/+1
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: Correct reset event status registerHuazhong Tan1-1/+1
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-07net: hns3: Prevent sending command during global or core resetHuazhong Tan1-0/+2
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 Shen1-0/+1
2018-07-07net: hns3: Fix for waterline not setting correctlyYunsheng Lin1-16/+6
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li1-153/+153
2018-07-02net: hns3: remove some unused members of some structuresHuazhong Tan1-1/+0
2018-07-02net: hns3: remove some redundant assignmentsHuazhong Tan1-8/+0
2018-06-29net: hns3: remove back in struct hclge_hwHuazhong Tan1-1/+0
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 PF's process of updating multicast MACXi Wang1-19/+119
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 Li1-2/+4
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 Shen1-31/+4
2018-05-29net: hns3: Remove unused led control codeJian Shen1-109/+0
2018-05-29net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)Peng Li1-1/+8
2018-05-29net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 configPeng Li1-6/+20
2018-05-21net: hns3: Fix for netdev not running problem after calling net_stop and net_...Fuyun Liang1-0/+3
2018-05-21net: hns3: cleanup of return values in hclge_init_client_instance()Jian Shen1-8/+6
2018-05-16net: hns3: Fixes the missing PCI iounmap for various legsFuyun Liang1-0/+2
2018-05-16net: hns3: Fix for fiber link up problemYunsheng Lin1-1/+1
2018-05-16net: hns3: Change return type of hnae3_register_ae_algoFuyun Liang1-1/+3
2018-05-16net: hns3: Fix for the null pointer problem occurring when initializing ae_de...Fuyun Liang1-4/+1
2018-05-16net: hns3: Fix for deadlock problem occurring when unregistering ae_algoFuyun Liang1-38/+4