index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3vf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-30
net: hns3: fix reset delay time to avoid configuration timeout
Jie Wang
1
-1
/
+4
2023-01-14
net: hns3: add interrupts re-initialization while doing VF FLR
Jie Wang
1
-1
/
+2
2022-02-01
net: hns3: handle empty unknown interrupt for VF
Yufeng Mo
1
-2
/
+1
2021-12-22
net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
Jie Wang
1
-1
/
+2
2021-12-01
net: hns3: fix VF RSS failed problem after PF enable multi-TCs
Guangbin Huang
1
-2
/
+2
2021-11-18
net: hns3: fix kernel crash when unload VF while it is being reset
Yufeng Mo
2
-0
/
+7
2021-10-27
net: hns3: fix vf reset workqueue cannot exit
Yufeng Mo
1
-3
/
+3
2021-09-30
net: hns3: fix change RSS 'hfunc' ineffective issue
Jian Shen
1
-18
/
+34
2021-09-22
net: hns3: fix the timing issue of VF clearing interrupt sources
Jiaran Zhang
1
-3
/
+3
2021-09-03
net: hns3: add waiting time before cmdq memory is released
Yufeng Mo
2
-1
/
+7
2021-07-28
net: hns3: fix rx VLAN offload state inconsistent issue
Jian Shen
1
-0
/
+10
2021-04-14
net: hns3: clear VF down state bit before request link status
Guangbin Huang
1
-2
/
+2
2021-01-17
net: hns3: fix incorrect handling of sctp6 rss tuple
Jian Shen
2
-3
/
+8
2020-10-27
net: hns3: Clear the CMDQ registers before unmapping BAR region
Zenghui Yu
1
-1
/
+1
2020-09-29
net: hns3: Add RoCE VF reset support
Huazhong Tan
2
-0
/
+51
2020-09-27
net: hns3: add a check for device specifications queried from firmware
Guangbin Huang
1
-0
/
+13
2020-09-27
net: hns3: add support to query device specifications
Guangbin Huang
2
-0
/
+79
2020-09-27
net: hns3: use capabilities queried from firmware
Guangbin Huang
2
-5
/
+43
2020-09-27
net: hns3: add support to query device capability
Guangbin Huang
2
-4
/
+14
2020-09-27
net: hns3: add device version to replace pci revision
Guangbin Huang
3
-25
/
+27
2020-09-25
net: hns3: rename macro of pci device id of vf
Guangbin Huang
1
-2
/
+3
2020-09-25
net: hns3: remove unnecessary variable initialization
Yufeng Mo
1
-1
/
+1
2020-09-21
net: hns3: simplify the return expression of hclgevf_client_start()
Qinglang Miao
1
-7
/
+1
2020-09-09
net: hns3: skip periodic service task if reset failed
Guangbin Huang
1
-0
/
+3
2020-09-09
net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()
Huazhong Tan
1
-6
/
+6
2020-08-06
net: hns3: fix spelling mistake "could'nt" -> "couldn't"
Colin Ian King
1
-1
/
+1
2020-07-28
net: hns3: fix for VLAN config when reset failed
Guojia Liao
1
-4
/
+6
2020-07-28
net: hns3: add reset check for VF updating port based VLAN
Jian Shen
1
-9
/
+21
2020-07-06
net: hns3: fix for mishandle of asserting VF reset fail
Huazhong Tan
1
-0
/
+5
2020-05-31
net: hns3: fix two coding style issues in hclgevf_main.c
Huazhong Tan
1
-2
/
+1
2020-05-31
net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_dev
Huazhong Tan
1
-1
/
+1
2020-05-31
net: hns3: remove two unused macros in hclgevf_cmd.c
Huazhong Tan
1
-3
/
+0
2020-05-29
net: hns3: remove two duplicated register macros in hclgevf_main.h
Huazhong Tan
2
-6
/
+4
2020-05-29
net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmd
Huazhong Tan
2
-3
/
+3
2020-05-28
net: hns3: add a resetting check in hclgevf_init_nic_client_instance()
Guangbin Huang
1
-0
/
+9
2020-04-26
net: hns3: optimize the filter table entries handling when resetting
Jian Shen
1
-11
/
+18
2020-04-26
net: hns3: refactor the promisc mode setting
Jian Shen
2
-0
/
+27
2020-04-26
net: hns3: refactor the MAC address configure
Jian Shen
2
-28
/
+310
2020-04-20
net: hns3: add trace event support for PF/VF mailbox
Yufeng Mo
3
-0
/
+95
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-25
/
+29
2020-03-30
net: hns3: fix RSS config lost after VF reset.
Guojia Liao
1
-24
/
+28
2020-03-30
net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQ
Yunsheng Lin
1
-1
/
+1
2020-03-22
net: hns3: refactor mailbox response scheme between PF and VF
Huazhong Tan
1
-2
/
+3
2020-03-22
net: hns3: refactor the mailbox message between PF and VF
Yufeng Mo
3
-164
/
+191
2020-03-22
net: hns3: add a conversion for mailbox's response code
Jian Shen
1
-1
/
+6
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+3
2020-03-12
net: hns3: fix VF VLAN table entries inconsistent issue
Jian Shen
1
-0
/
+3
2020-03-10
net: hns3: print out status register when VF receives unknown source interrupt
Huazhong Tan
1
-1
/
+4
2020-01-21
net: hns3: cleanup some coding style issue
Huazhong Tan
1
-20
/
+8
2020-01-21
net: hns3: delete unnecessary blank line and space for cleanup
Guangbin Huang
1
-4
/
+3
[next]