aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen3-0/+42
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen5-2/+62
2021-06-21net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error_info_log()'Christophe JAILLET1-2/+4
2021-06-21net: hns3: fix a double shift bugDan Carpenter1-3/+3
2021-06-21net: hns3: fix different snprintf() limitDan Carpenter1-3/+1
2021-06-18net: hns3: fix reuse conflict of the rx pageYunsheng Lin1-7/+19
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin4-0/+41
2021-06-16net: hns3: optimize the rx page reuse handling processYunsheng Lin1-22/+22
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin3-5/+113
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan5-2/+24
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin4-15/+420
2021-06-16net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin1-39/+48
2021-06-16net: hns3: minor refactor related to desc_cb handlingYunsheng Lin3-29/+25
2021-06-11net: hns3: add debugfs support for ptp infoHuazhong Tan3-2/+67
2021-06-11net: hns3: add support for PTPHuazhong Tan11-6/+806
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.cBaokun Li1-10/+5
2021-06-09net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_main.cBaokun Li1-6/+3
2021-06-08net: hns3: add error handling compatibility during initializationJiaran Zhang3-11/+34
2021-06-08net: hns3: update error recovery module and typeJiaran Zhang3-5/+74
2021-06-08net: hns3: add support for imp-handle ras capabilityJiaran Zhang5-1/+11
2021-06-08net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang5-39/+409
2021-06-08net: hns3: add support for handling all errors through MSI-XYufeng Mo3-23/+41
2021-06-07net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESETYufeng Mo2-23/+0
2021-06-07net: hns3: add scheduling logic for error handling taskJiaran Zhang1-14/+6
2021-06-07net: hns3: add a separate error handling taskJiaran Zhang3-2/+41
2021-05-31net: hns3: add debugfs support for vlan configurationJian Shen6-12/+322
2021-05-31net: hns3: add support for VF modify VLAN filter stateJian Shen5-2/+22
2021-05-31net: hns3: add query basic info support for VFJian Shen5-20/+45
2021-05-31net: hns3: add support for modify VLAN filter stateJian Shen9-54/+214
2021-05-31net: hns3: refine function hclge_set_vf_vlan_cfg()Jian Shen2-24/+22
2021-05-31net: hns3: remove unnecessary updating port based VLANJian Shen1-9/+0
2021-05-31net: hns3: refine for hclge_push_vf_port_base_vlan_info()Jian Shen3-9/+8
2021-05-31net: hns3: add 'QoS' support for port based VLAN configurationJian Shen1-28/+63
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-101/+77
2021-05-25net: hns: Fix kernel-docYang Li1-3/+3
2021-05-25net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan3-125/+73
2021-05-24net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMISC_CHANGEDJian Shen2-7/+6
2021-05-24net: hns3: configure promisc mode for VF asynchronouslyJian Shen3-46/+42
2021-05-21net: hns3: Fix return of uninitialized variable retColin Ian King1-0/+1
2021-05-20net: hns3: remove the useless debugfs file node cmdYufeng Mo5-119/+0
2021-05-20net: hns3: refactor dump serv info of debugfsYufeng Mo4-14/+35
2021-05-20net: hns3: refactor dump mac tnl status of debugfsJiaran Zhang3-12/+24
2021-05-20net: hns3: refactor dump qs shaper of debugfsGuangbin Huang4-86/+76
2021-05-20net: hns3: refactor dump qos buf cfg of debugfsGuangbin Huang3-80/+115
2021-05-20net: hns3: refactor dump qos pri map of debugfsGuangbin Huang3-18/+36
2021-05-20net: hns3: refactor dump qos pause cfg of debugfsGuangbin Huang3-14/+25
2021-05-20net: hns3: refactor dump tc of debugfsGuangbin Huang3-27/+37
2021-05-20net: hns3: refactor dump tm of debugfsGuangbin Huang6-206/+257
2021-05-20net: hns3: refactor dump tm map of debugfsGuangbin Huang5-95/+145
2021-05-20net: hns3: refactor dump fd tcam of debugfsHao Chen5-32/+74