summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix rx VLAN offload state inconsistent issueJian Shen2021-07-201-0/+10
* net: hns3: disable port VLAN filter when support function level VLAN filter c...Jian Shen2021-07-201-2/+6
* net: hns3: add match_id to check mailbox response from PF to VFPeng Li2021-07-202-0/+20
* net: hns3: fix possible mismatches resp of mailboxChengwen Feng2021-07-202-2/+5
* net: hisilicon: rename CACHE_LINE_MASK to avoid redefinitionRandy Dunlap2021-07-191-3/+3
* net: hns3: add support for dumping MAC umv counter in debugfsJian Shen2021-06-283-0/+42
* net: hns3: add support for FD counter in debugfsJian Shen2021-06-285-2/+62
* net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...Christophe JAILLET2021-06-211-2/+4
* net: hns3: fix a double shift bugDan Carpenter2021-06-211-3/+3
* net: hns3: fix different snprintf() limitDan Carpenter2021-06-211-3/+1
* net: hns3: fix reuse conflict of the rx pageYunsheng Lin2021-06-181-7/+19
* net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin2021-06-164-0/+41
* net: hns3: optimize the rx page reuse handling processYunsheng Lin2021-06-161-22/+22
* net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin2021-06-163-5/+113
* net: hns3: add support to query tx spare buffer size for pfHuazhong Tan2021-06-165-2/+24
* net: hns3: use tx bounce buffer for small packetsYunsheng Lin2021-06-164-15/+420
* net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin2021-06-161-39/+48
* net: hns3: minor refactor related to desc_cb handlingYunsheng Lin2021-06-163-29/+25
* net: hns3: add debugfs support for ptp infoHuazhong Tan2021-06-113-2/+67
* net: hns3: add support for PTPHuazhong Tan2021-06-1111-6/+806
* net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.cBaokun Li2021-06-091-10/+5
* net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma...Baokun Li2021-06-091-6/+3
* net: hns3: add error handling compatibility during initializationJiaran Zhang2021-06-083-11/+34
* net: hns3: update error recovery module and typeJiaran Zhang2021-06-083-5/+74
* net: hns3: add support for imp-handle ras capabilityJiaran Zhang2021-06-085-1/+11
* net: hns3: add the RAS compatibility adaptation solutionJiaran Zhang2021-06-085-39/+409
* net: hns3: add support for handling all errors through MSI-XYufeng Mo2021-06-083-23/+41
* net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESETYufeng Mo2021-06-072-23/+0
* net: hns3: add scheduling logic for error handling taskJiaran Zhang2021-06-071-14/+6
* net: hns3: add a separate error handling taskJiaran Zhang2021-06-073-2/+41
* net: hns3: add debugfs support for vlan configurationJian Shen2021-05-316-12/+322
* net: hns3: add support for VF modify VLAN filter stateJian Shen2021-05-315-2/+22
* net: hns3: add query basic info support for VFJian Shen2021-05-315-20/+45
* net: hns3: add support for modify VLAN filter stateJian Shen2021-05-319-54/+214
* net: hns3: refine function hclge_set_vf_vlan_cfg()Jian Shen2021-05-312-24/+22
* net: hns3: remove unnecessary updating port based VLANJian Shen2021-05-311-9/+0
* net: hns3: refine for hclge_push_vf_port_base_vlan_info()Jian Shen2021-05-313-9/+8
* net: hns3: add 'QoS' support for port based VLAN configurationJian Shen2021-05-311-28/+63
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-273-101/+77
|\
| * net: hns: Fix kernel-docYang Li2021-05-251-3/+3
| * net: hns3: check the return of skb_checksum_help()Yunsheng Lin2021-05-181-7/+3
| * net: hns3: fix user's coalesce configuration lost issueHuazhong Tan2021-05-182-85/+63
| * net: hns3: put off calling register_netdev() until client initialize completeJian Shen2021-05-181-8/+8
| * net: hns3: fix incorrect resp_msg issueJiaran Zhang2021-05-181-1/+3
* | net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan2021-05-253-125/+73
* | net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMIS...Jian Shen2021-05-242-7/+6
* | net: hns3: configure promisc mode for VF asynchronouslyJian Shen2021-05-243-46/+42
* | net: hns3: Fix return of uninitialized variable retColin Ian King2021-05-211-0/+1
* | net: hns3: remove the useless debugfs file node cmdYufeng Mo2021-05-205-119/+0
* | net: hns3: refactor dump serv info of debugfsYufeng Mo2021-05-204-14/+35