summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20net: hns3: check queue id range before usingYufeng Mo1-0/+8
2021-09-20net: hns3: fix misuse vf id and vport id in some logsJiaran Zhang1-1/+1
2021-08-31net: hns3: clean up a type mismatch warningGuojia Liao1-1/+8
2021-08-28net: hns3: add trace event in hclge_gen_resp_to_vf()Yufeng Mo1-0/+2
2021-07-20net: hns3: fix possible mismatches resp of mailboxChengwen Feng1-0/+1
2021-06-01net: hns3: add support for VF modify VLAN filter stateJian Shen1-0/+2
2021-06-01net: hns3: add query basic info support for VFJian Shen1-6/+13
2021-06-01net: hns3: refine function hclge_set_vf_vlan_cfg()Jian Shen1-21/+14
2021-06-01net: hns3: remove unnecessary updating port based VLANJian Shen1-9/+0
2021-06-01net: hns3: refine for hclge_push_vf_port_base_vlan_info()Jian Shen1-5/+5
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-05-24net: hns3: configure promisc mode for VF asynchronouslyJian Shen1-31/+9
2021-05-18net: hns3: fix incorrect resp_msg issueJiaran Zhang1-1/+3
2021-04-30net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo1-1/+1
2021-04-16net: hns3: PF add support for pushing link status to VFsGuangbin Huang1-7/+5
2021-03-29net: hns3: optimize the process of queue resetYufeng Mo1-4/+22
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+25
2021-02-10net: hns3: modify some unmacthed types print parameterJiaran Zhang1-1/+1
2021-02-10net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-10net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2020-12-10net: hns3: refine the struct hane3_tc_infoJian Shen1-1/+1
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao1-1/+10
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen1-0/+7
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-05-14net: hns3: modify an incorrect error log in hclge_mbx_handler()Huazhong Tan1-1/+1
2020-04-26net: hns3: optimize the filter table entries handling when resettingJian Shen1-3/+25
2020-04-26net: hns3: refactor the MAC address configureJian Shen1-28/+14
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo1-0/+7
2020-03-22net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan1-152/+103
2020-03-22net: hns3: refactor the mailbox message between PF and VFYufeng Mo1-63/+61
2020-03-22net: hns3: add a conversion for mailbox's response codeJian Shen1-1/+15
2020-03-12net: hns3: fix VF VLAN table entries inconsistent issueJian Shen1-0/+1
2020-01-07net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_t...Huazhong Tan1-1/+3
2019-12-21net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan1-2/+0
2019-12-17net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin1-1/+0
2019-10-31net: hns3: cleanup some print format warningGuojia Liao1-6/+6
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao1-1/+2
2019-10-09net: hns3: add support for configuring VF MAC from the hostHuazhong Tan1-0/+29
2019-10-09net: hns3: add support for setting VF trustJian Shen1-5/+31
2019-10-09net: hns3: add support for spoof check settingJian Shen1-0/+3
2019-10-09net: hns3: add support for setting VF link status on the hostYufeng Mo1-1/+16
2019-08-18net: hns3: add or modify commentsGuojia Liao1-1/+1
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan1-0/+12
2019-08-01net: hns3: add link change event reportJian Shen1-0/+33
2019-07-21net: hns3: typo in the name of a constantChristophe JAILLET1-1/+1
2019-07-06net: hns3: set maximum length to resp_data_len for exceptional casePeng Li1-0/+4
2019-06-15net: hns3: some variable modificationWeihang Li1-8/+12
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo1-1/+1
2019-06-09net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li1-1/+1
2019-05-29net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vectorHuazhong Tan1-3/+1