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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: create new common cmd code for PF and VF modules
Jie Wang
2022-01-05
7
-329
/
+279
*
net: hns3: refactor VF tqp stats APIs with new common tqp stats APIs
Jie Wang
2022-01-05
2
-134
/
+11
*
net: hns3: refactor PF tqp stats APIs with new common tqp stats APIs
Jie Wang
2022-01-05
2
-156
/
+17
*
net: hns3: create new set of common tqp stats APIs for PF and VF reuse
Jie Wang
2022-01-05
4
-2
/
+161
*
net: hns3: refactor VF rss init APIs with new common rss init APIs
Jie Wang
2022-01-05
2
-176
/
+25
*
net: hns3: refactor PF rss init APIs with new common rss init APIs
Jie Wang
2022-01-05
2
-131
/
+11
*
net: hns3: create new set of common rss init APIs for PF and VF reuse
Jie Wang
2022-01-05
3
-5
/
+213
*
net: hns3: refactor VF rss set APIs with new common rss set APIs
Jie Wang
2022-01-05
3
-293
/
+42
*
net: hns3: refactor PF rss set APIs with new common rss set APIs
Jie Wang
2022-01-05
3
-298
/
+36
*
net: hns3: create new set of common rss set APIs for PF and VF module
Jie Wang
2022-01-05
3
-1
/
+230
*
net: hns3: refactor VF rss get APIs with new common rss get APIs
Jie Wang
2022-01-05
2
-99
/
+24
*
net: hns3: refactor PF rss get APIs with new common rss get APIs
Jie Wang
2022-01-05
5
-160
/
+67
*
net: hns3: create new set of common rss get APIs for PF and VF rss module
Jie Wang
2022-01-05
3
-2
/
+197
*
net: hns3: refactor hclge_comm_send function in PF/VF drivers
Jie Wang
2022-01-05
4
-53
/
+38
*
net: hns3: create new rss common structure hclge_comm_rss_cfg
Jie Wang
2022-01-05
1
-0
/
+34
*
net: hns3: delete the hclge_cmd.c and hclgevf_cmd.c
Jie Wang
2021-12-31
5
-66
/
+42
*
net: hns3: refactor VF cmdq init and uninit APIs with new common APIs
Jie Wang
2021-12-31
5
-204
/
+36
*
net: hns3: refactor PF cmdq init and uninit APIs with new common APIs
Jie Wang
2021-12-31
5
-197
/
+27
*
net: hns3: create common cmdq init and uninit APIs
Jie Wang
2021-12-31
2
-0
/
+163
*
net: hns3: refactor VF cmdq resource APIs with new common APIs
Jie Wang
2021-12-31
2
-231
/
+19
*
net: hns3: refactor PF cmdq resource APIs with new common APIs
Jie Wang
2021-12-31
5
-323
/
+63
*
net: hns3: create common cmdq resource allocate/free/query APIs
Jie Wang
2021-12-31
2
-1
/
+311
*
net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send API
Jie Wang
2021-12-31
5
-360
/
+82
*
net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API
Jie Wang
2021-12-31
8
-373
/
+100
*
net: hns3: create new set of unified hclge_comm_cmd_send APIs
Jie Wang
2021-12-31
2
-0
/
+325
*
net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq module
Jie Wang
2021-12-31
4
-35
/
+28
*
net: hns3: create new cmdq hardware description structure hclge_comm_hw
Jie Wang
2021-12-31
3
-8
/
+57
*
net: hns3: refactor hns3 makefile to support hns3_common module
Jie Wang
2021-12-31
3
-25
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-17
3
-7
/
+18
|
\
|
*
net: hns3: fix race condition in debugfs
Yufeng Mo
2021-12-12
2
-6
/
+16
|
*
net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
Jie Wang
2021-12-12
1
-1
/
+2
*
|
net: hns3: Fix spelling mistake "faile" -> "failed"
Colin Ian King
2021-12-08
1
-1
/
+1
*
|
Revert "net: hns3: add void before function which don't receive ret"
Guangbin Huang
2021-12-07
2
-2
/
+2
*
|
net: hns3: fix hns3 driver header file not self-contained issue
Jie Wang
2021-12-03
5
-0
/
+18
*
|
net: hns3: replace one tab with space in for statement
Hao Chen
2021-12-03
1
-1
/
+1
*
|
net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()
Hao Chen
2021-12-03
1
-1
/
+0
*
|
net: hns3: add comments for hclge_dbg_fill_content()
Hao Chen
2021-12-03
1
-0
/
+4
*
|
net: hns3: add void before function which don't receive ret
Hao Chen
2021-12-03
2
-2
/
+2
*
|
net: hns3: align return value type of atomic_read() with its output
Hao Chen
2021-12-03
1
-1
/
+1
*
|
net: hns3: modify one argument type of function hclge_ncl_config_data_print
Guangbin Huang
2021-12-03
1
-3
/
+3
*
|
net: hns3: Align type of some variables with their print type
Hao Chen
2021-12-03
3
-4
/
+4
*
|
net: hns3: add print vport id for failed message of vlan
Guangbin Huang
2021-12-03
1
-4
/
+4
*
|
net: hns3: refactor function hclge_set_vlan_filter_hw
Guangbin Huang
2021-12-03
1
-18
/
+27
*
|
net: hns3: optimize function hclge_cfg_common_loopback()
Yufeng Mo
2021-12-03
1
-20
/
+42
*
|
net: hns3: refactor function hns3_get_vector_ring_chain()
Jie Wang
2021-12-02
1
-68
/
+53
*
|
net: hns3: refactor function hclge_set_channels()
Jie Wang
2021-12-02
1
-18
/
+28
*
|
net: hns3: refactor function hclge_configure()
Jie Wang
2021-12-02
1
-24
/
+29
*
|
net: hns3: split function hclge_update_port_base_vlan_cfg()
Jian Shen
2021-12-02
1
-33
/
+36
*
|
net: hns3: split function hns3_nic_net_xmit()
Yufeng Mo
2021-12-02
1
-19
/
+28
*
|
net: hns3: split function hclge_get_fd_rule_info()
Jian Shen
2021-12-02
1
-18
/
+34
[next]