aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19net: hns3: Add handling of MAC tunnel interruptionWeihang Li1-0/+4
2019-04-19net: hns3: Add support for netif message level settingsYonglong Liu1-0/+29
2019-04-19net: hns3: dump more information when tx timeout happensJian Shen1-0/+11
2019-04-19net: hns3: add some debug information for hclge_check_event_causeHuazhong Tan1-1/+7
2019-04-19net: 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-08net: hns3: stop mailbox handling when command queue need re-initHuazhong Tan1-1/+2
2019-04-08net: hns3: do not request reset when hardware resettingHuazhong Tan1-0/+10
2019-04-08net: hns3: ignore lower-level new coming resetHuazhong Tan1-0/+4
2019-04-08net: hns3: deactive the reset timer when reset successfullyHuazhong Tan1-0/+1
2019-04-08net: hns3: not reset vport who not alive when PF resetHuazhong Tan1-1/+1
2019-04-08net: 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-24net: hns3: enable VF VLAN filter for each VF when initializingJian Shen1-10/+20
2019-02-24net: hns3: add support to config depth for tx|rx ring separatelyPeng Li1-7/+15
2019-02-21net: hns3: uninitialize command queue while unloading PF driverHuazhong Tan1-2/+2
2019-02-21net: hns3: Record VF vlan tablesliuzhongzhu1-0/+80
2019-02-21net: hns3: Record VF unicast and multicast tablesliuzhongzhu1-0/+102
2019-02-21net: hns3: fix port info query issue for copper portJian Shen1-4/+34
2019-02-21net: hns3: convert mac advertize and supported from u32 to link modeJian Shen1-12/+12
2019-02-17net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun1-1/+1
2019-02-02net: hns3: MAC table entry count function increases operation 0 value protection measuresliuzhongzhu1-2/+5
2019-02-02net: hns3: optimize the maximum TC macroliuzhongzhu1-1/+1
2019-02-02net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()Huazhong Tan1-4/+5
2019-02-02net: hns3: move some set_bit statement into hclge_prepare_mac_addrWeihang Li1-13/+11
2019-02-02net: hns3: code optimization for hclge_rx_buffer_calcYunsheng Lin1-77/+63
2019-02-02net: hns3: Modify parameter type from int to bool in set_gro_enYonglong Liu1-1/+1
2019-02-01net: hns3: Check for allocation failureDan Carpenter1-0/+2
2019-01-30net: hns3: keep flow director state unchanged when resetJian Shen1-4/+6
2019-01-30net: hns3: fix improper error handling in the hclge_init_ae_dev()Huazhong Tan1-1/+1
2019-01-30net: hns3: fix for rss result nonuniformJian Shen1-3/+15
2019-01-30net: hns3: Fix NULL deref when unloading driverHuazhong Tan1-18/+2
2019-01-26net: hns3: After setting the loopback, add the status of getting MACliuzhongzhu1-1/+22
2019-01-26net: hns3: fix broadcast promisc issue for revision 0x20Jian Shen1-1/+9
2019-01-26net: hns3: fix return value handle issue for hclge_set_loopback()Jian Shen1-0/+3
2019-01-23net: hns3: add statistics for PFC frames and MAC control framesliuzhongzhu1-5/+92
2019-01-23net: hns3: do not return GE PFC setting err when initializingYunsheng Lin1-1/+1
2019-01-23net: hns3: fix rss configuration lost problem when setting channelYunsheng Lin1-1/+7
2019-01-23net: hns3: refactor the statistics updating for netdevJian Shen1-25/+0