index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3vf
/
hclgevf_mbx.c
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-15
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-21
1
-2
/
+3
*
net: hns3: refactor the mailbox message between PF and VF
Yufeng Mo
2020-03-21
1
-21
/
+19
*
net: hns3: add a conversion for mailbox's response code
Jian Shen
2020-03-21
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-08
1
-0
/
+12
*
net: hns3: fix incorrect type in assignment.
Guojia Liao
2019-08-29
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-05
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-19
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-19
1
-2
/
+2
*
net: hns3: stop handling command queue while resetting VF
Huazhong Tan
2018-11-09
1
-0
/
+14
*
net: hns3: add reset handling for VF when doing PF reset
Huazhong Tan
2018-11-09
1
-1
/
+3
*
net: hns3: adjust VF's reset process
Huazhong Tan
2018-11-09
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-11
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