summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: direct return when receive a unknown mailbox messageJian Shen2024-05-091-3/+4
* net: hns3: add checking for vf id of mailboxJian Shen2024-03-081-3/+4
* net: hns3: add vf fault detect supportJie Wang2023-10-111-1/+1
* net: hns3: refine the handling for VF heartbeatJian Shen2022-12-301-9/+62
* net: hns3: refactor function hclge_mbx_handler()Hao Lan2022-09-211-142/+273
* net: hns3: add query vf ring and vector map relationGuangbin Huang2022-05-091-0/+83
* net: hns3: add byte order conversion for VF to PF mailbox messageJie Wang2022-05-091-24/+26
* net: hns3: add byte order conversion for PF to VF mailbox messageJie Wang2022-05-091-31/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-11/+20
|\
| * net: hns3: add return value for mailbox handling in PFJian Shen2022-04-251-10/+12
| * net: hns3: add validity check for message data lengthJian Shen2022-04-251-0/+7
| * net: hns3: modify the return code of hclge_get_ring_chain_from_mbxJie Wang2022-04-251-1/+1
* | net: hns3: refine the definition for struct hclge_pf_to_vf_msgJian Shen2022-04-201-1/+1
|/
* net: hns3: refactor PF rss get APIs with new common rss get APIsJie Wang2022-01-051-2/+5
* net: hns3: refactor PF cmdq init and uninit APIs with new common APIsJie Wang2021-12-311-2/+3
* net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send APIJie Wang2021-12-311-5/+6
* net: hns3: Align type of some variables with their print typeHao Chen2021-12-031-1/+1
* net: hns3: add log for workqueue scheduled lateYufeng Mo2021-11-241-0/+8
* net: hns3: check queue id range before usingYufeng Mo2021-09-201-0/+8
* net: hns3: fix misuse vf id and vport id in some logsJiaran Zhang2021-09-201-1/+1
* net: hns3: clean up a type mismatch warningGuojia Liao2021-08-311-1/+8
* net: hns3: add trace event in hclge_gen_resp_to_vf()Yufeng Mo2021-08-281-0/+2
* net: hns3: fix possible mismatches resp of mailboxChengwen Feng2021-07-201-0/+1
* net: hns3: add support for VF modify VLAN filter stateJian Shen2021-05-311-0/+2
* net: hns3: add query basic info support for VFJian Shen2021-05-311-6/+13
* net: hns3: refine function hclge_set_vf_vlan_cfg()Jian Shen2021-05-311-21/+14
* 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-311-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+3
|\
| * net: hns3: fix incorrect resp_msg issueJiaran Zhang2021-05-181-1/+3
* | net: hns3: configure promisc mode for VF asynchronouslyJian Shen2021-05-241-31/+9
|/
* net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo2021-04-291-1/+1
* net: hns3: PF add support for pushing link status to VFsGuangbin Huang2021-04-151-7/+5
* net: hns3: optimize the process of queue resetYufeng Mo2021-03-291-4/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-4/+25
|\
| * net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo2021-02-091-0/+11
| * net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo2021-02-091-4/+14
* | net: hns3: modify some unmacthed types print parameterJiaran Zhang2021-02-091-1/+1
|/
* net: hns3: refine the struct hane3_tc_infoJian Shen2020-12-091-1/+1
* net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao2020-12-081-1/+10
* net: hns3: add priv flags support to switch limit promisc modeJian Shen2020-12-081-0/+7
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* net: hns3: modify an incorrect error log in hclge_mbx_handler()Huazhong Tan2020-05-141-1/+1
* net: hns3: optimize the filter table entries handling when resettingJian Shen2020-04-251-3/+25
* net: hns3: refactor the MAC address configureJian Shen2020-04-251-28/+14
* net: hns3: add trace event support for PF/VF mailboxYufeng Mo2020-04-201-0/+7
* net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan2020-03-211-152/+103
* net: hns3: refactor the mailbox message between PF and VFYufeng Mo2020-03-211-63/+61
* net: hns3: add a conversion for mailbox's response codeJian Shen2020-03-211-1/+15
* net: hns3: fix VF VLAN table entries inconsistent issueJian Shen2020-03-121-0/+1