index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3vf
/
hclgevf_mbx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: add barrier in vf mailbox reply process
Yonglong Liu
2023-11-13
1
-0
/
+7
*
net: hns3: add byte order conversion for PF to VF mailbox message
Jie Wang
2022-05-09
1
-34
/
+46
*
net: hns3: fix the wrong words in comments
Peng Li
2022-04-20
1
-1
/
+1
*
net: hns3: update the comment of function hclgevf_get_mbx_resp
Peng Li
2022-04-20
1
-2
/
+4
*
net: hns3: refactor VF cmdq init and uninit APIs with new common APIs
Jie Wang
2021-12-31
1
-2
/
+2
*
net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send API
Jie Wang
2021-12-31
1
-6
/
+9
*
net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq module
Jie Wang
2021-12-31
1
-2
/
+2
*
net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
Jie Wang
2021-12-12
1
-1
/
+2
*
net: hns3: package new functions to simplify hclgevf_mbx_handler code
Peng Li
2021-08-27
1
-48
/
+55
*
net: hns3: remove redundant param to simplify code
Peng Li
2021-08-27
1
-3
/
+1
*
net: hns3: use memcpy to simplify code
Peng Li
2021-08-27
1
-7
/
+2
*
net: hns3: remove redundant param mbx_event_pending
Peng Li
2021-08-27
1
-12
/
+0
*
net: hns3: fix speed unknown issue in bond 4
Yonglong Liu
2021-08-26
1
-1
/
+1
*
net: hns3: add match_id to check mailbox response from PF to VF
Peng Li
2021-07-20
1
-0
/
+19
*
net: hns3: VF not request link status when PF support push link status feature
Guangbin Huang
2021-04-16
1
-0
/
+6
*
net: hns3: add trace event support for PF/VF mailbox
Yufeng Mo
2020-04-20
1
-0
/
+7
*
net: hns3: refactor mailbox response scheme between PF and VF
Huazhong Tan
2020-03-22
1
-2
/
+3
*
net: hns3: refactor the mailbox message between PF and VF
Yufeng Mo
2020-03-22
1
-21
/
+19
*
net: hns3: add a conversion for mailbox's response code
Jian Shen
2020-03-22
1
-1
/
+6
*
net: hns3: cleanup some print format warning
Guojia Liao
2019-10-31
1
-9
/
+9
*
net: hns3: add support for setting VF trust
Jian Shen
2019-10-09
1
-0
/
+12
*
net: hns3: fix incorrect type in assignment.
Guojia Liao
2019-08-30
1
-5
/
+5
*
net: hns3: typo in the name of a constant
Christophe JAILLET
2019-07-21
1
-2
/
+2
*
net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msg
Weihang Li
2019-07-06
1
-1
/
+2
*
net: hns3: use a reserved byte to identify need_resp flag
Huazhong Tan
2019-04-26
1
-0
/
+2
*
net: hns3: use atomic_t replace u32 for arq's count
Huazhong Tan
2019-04-26
1
-3
/
+4
*
net: hns3: add some debug info for hclgevf_get_mbx_resp()
Huazhong Tan
2019-04-20
1
-3
/
+6
*
net: hns3: fix set port based VLAN issue for VF
Jian Shen
2019-04-14
1
-2
/
+9
*
net: hns3: modify the VF network port media type acquisition method
liuzhongzhu
2019-04-04
1
-1
/
+0
*
net: hns3: fix the problem that the supported port is empty
liuzhongzhu
2019-02-02
1
-0
/
+12
*
net: hns3: fix a bug caused by udelay
Peng Li
2018-12-20
1
-2
/
+2
*
net: hns3: stop handling command queue while resetting VF
Huazhong Tan
2018-11-10
1
-0
/
+14
*
net: hns3: add reset handling for VF when doing PF reset
Huazhong Tan
2018-11-10
1
-1
/
+3
*
net: hns3: adjust VF's reset process
Huazhong Tan
2018-11-10
1
-1
/
+1
*
net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...
Huazhong Tan
2018-11-07
1
-1
/
+1
*
net: hns3: Fix for mailbox message truncated problem
Fuyun Liang
2018-07-07
1
-1
/
+2
*
net: hns3: modify hnae_ to hnae3_
Peng Li
2018-07-02
1
-1
/
+1
*
net: hns3: Fix for VF mailbox receiving unknown message
Xi Wang
2018-06-06
1
-3
/
+20
*
net: hns3: Add *Asserting Reset* mailbox message & handling in VF
Salil Mehta
2018-03-22
1
-0
/
+12
*
net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
Salil Mehta
2018-03-22
1
-9
/
+74
*
net: hns3: add querying speed and duplex support to VF
Fuyun Liang
2018-03-22
1
-0
/
+5
*
net: hns3: add result checking for VF when modify unicast mac address
Jian Shen
2018-03-12
1
-0
/
+4
*
net: hns3: set the cmdq out_vld bit to 0 after used
Peng Li
2018-03-08
1
-0
/
+1
*
net: hns3: Add mailbox support to VF driver
Salil Mehta
2017-12-15
1
-0
/
+181