summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-15net: hns3: process H/W errors occurred before HNS dev initializationShiju Jose1-0/+3
2019-06-15net: hns3: delay setting of reset level for hw errors until slot_reset is calledShiju Jose1-4/+10
2019-06-09net: hns3: fix some coding style issuesWeihang Li1-45/+25
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo1-32/+50
2019-06-09net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo1-8/+7
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo1-18/+35
2019-06-09net: hns3: small changes for magic numbersJian Shen1-54/+64
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu1-29/+5
2019-06-05net: hns3: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan1-1/+1
2019-06-04net: hns3: delay and separate enabling of NIC and ROCE HW errorsWeihang Li1-13/+32
2019-06-04net: hns3: fix VLAN filter restore issue after resetJian Shen1-4/+38
2019-06-04net: hns3: don't configure new VLAN ID into VF VLAN table when it's fullJian Shen1-0/+8
2019-06-04net: hns3: remove redundant core resetHuazhong Tan1-28/+0
2019-05-29net: hns3: stop schedule reset service while unloading driverHuazhong Tan1-1/+3
2019-05-29net: hns3: add handshake with hardware while doing resetHuazhong Tan1-2/+8
2019-05-29net: hns3: modify hclge_init_client_instance()Huazhong Tan1-37/+53
2019-05-29net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has reg...Huazhong Tan1-1/+7
2019-05-29net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has regis...Huazhong Tan1-0/+6
2019-05-29net: hns3: fix compile warning without CONFIG_RFS_ACCELJian Shen1-2/+0
2019-05-26net: hns3: fix for FEC configurationJian Shen1-0/+7
2019-05-26net: hns3: add aRFS support for PFJian Shen1-0/+200
2019-05-26net: hns3: refine the flow director handleJian Shen1-32/+99
2019-05-04net: hns3: add support for FEC encoding controlJian Shen1-0/+106
2019-05-04net: hns3: add autoneg and change speed support for fibre portJian Shen1-5/+73
2019-05-04net: hns3: add support for multiple media typeJian Shen1-44/+186
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu1-2/+2
2019-04-20net: hns3: Add handling of MAC tunnel interruptionWeihang Li1-0/+4
2019-04-20net: hns3: Add support for netif message level settingsYonglong Liu1-0/+29
2019-04-20net: hns3: dump more information when tx timeout happensJian Shen1-0/+11
2019-04-20net: hns3: add some debug information for hclge_check_event_causeHuazhong Tan1-1/+7
2019-04-20net: hns3: add reset statistics info for PFHuazhong Tan1-2/+10
2019-04-15net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen1-2/+4
2019-04-14net: hns3: divide shared buffer between TCYunsheng Lin1-7/+20
2019-04-14net: hns3: always assume no drop TC for performance reasonYunsheng Lin1-25/+4
2019-04-14net: hns3: fix set port based VLAN issue for VFJian Shen1-1/+10
2019-04-14net: hns3: fix set port based VLAN for PFJian Shen1-28/+201
2019-04-14net: hns3: fix VLAN offload handle for VLAN inserted by portJian Shen1-2/+8
2019-04-14net: hns3: modify VLAN initialization to be compatible with port based VLANJian Shen1-26/+54
2019-04-09net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan1-1/+2
2019-04-09net: hns3: do not request reset when hardware resettingHuazhong Tan1-0/+10
2019-04-09net: hns3: ignore lower-level new coming resetHuazhong Tan1-0/+4
2019-04-09net: hns3: deactive the reset timer when reset successfullyHuazhong Tan1-0/+1
2019-04-09net: hns3: not reset vport who not alive when PF resetHuazhong Tan1-1/+1
2019-04-09net: hns3: set vport alive state to default while resettingHuazhong Tan1-1/+1
2019-04-04net: hns3: return 0 and print warning when hit duplicate MACPeng Li1-2/+5
2019-04-04net: hns3: reduce resources use in kdump kernelYonglong Liu1-1/+22
2019-02-25net: hns3: enable VF VLAN filter for each VF when initializingJian Shen1-10/+20
2019-02-25net: hns3: add support to config depth for tx|rx ring separatelyPeng Li1-7/+15
2019-02-22net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan1-2/+2
2019-02-22net: hns3: Record VF vlan tablesliuzhongzhu1-0/+80