index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
net: hns3: change the value of the SEPARATOR_VALUE macro in hclgevf_main.c
Huazhong Tan
1
-1
/
+1
2021-04-20
net: hns3: cleanup inappropriate spaces in struct hlcgevf_tqp_stats
Huazhong Tan
1
-2
/
+2
2021-04-20
net: hns3: remove a duplicate pf reset counting
Huazhong Tan
1
-2
/
+0
2021-04-16
net: hns3: VF not request link status when PF support push link status feature
Guangbin Huang
3
-3
/
+12
2021-04-16
net: hns3: PF add support for pushing link status to VFs
Guangbin Huang
4
-8
/
+43
2021-04-12
net: hns3: Fix potential null pointer defererence of null ae_dev
Colin Ian King
1
-4
/
+4
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+8
2021-04-09
net: hns3: Trivial spell fix in hns3 driver
Salil Mehta
2
-3
/
+3
2021-04-08
net: hns3: add suspend and resume pm_ops
Jiaran Zhang
2
-0
/
+31
2021-04-08
net: hns3: change flr_prepare/flr_done function names
Jiaran Zhang
4
-30
/
+37
2021-04-07
net: hns3: clear VF down state bit before request link status
Guangbin Huang
1
-2
/
+2
2021-04-06
net: hns3: Limiting the scope of vector_ring_chain variable
Salil Mehta
1
-1
/
+2
2021-04-06
net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()
Salil Mehta
1
-1
/
+3
2021-04-06
net: hns3: Remove the left over redundant check & assignment
Salil Mehta
1
-3
/
+0
2021-03-29
net: hns3: add stats logging when skb padding fails
Yunsheng Lin
1
-0
/
+5
2021-03-29
net: hns3: expand the tc config command
Guojia Liao
2
-2
/
+8
2021-03-29
net: hns3: add tx send size handling for tso skb
Yunsheng Lin
2
-8
/
+24
2021-03-29
net: hns3: add handling for xmit skb with recursive fraglist
Yunsheng Lin
3
-41
/
+78
2021-03-29
net: hns3: optimize the process of queue reset
Yufeng Mo
7
-109
/
+182
2021-03-29
net: hns3: remove the rss_size limitation by vector num
Jian Shen
1
-9
/
+0
2021-03-29
net: hns3: remediate a potential overflow risk of bd_num_list
Guangbin Huang
1
-7
/
+20
2021-03-29
net: hns3: fix use-after-free issue for hclge_add_fd_entry_common()
Jian Shen
1
-1
/
+1
2021-03-29
net: hns3: fix missing rule state assignment
Jian Shen
1
-3
/
+4
2021-03-29
net: hns3: no return statement in hclge_clear_arfs_rules
Liu Jian
1
-1
/
+1
2021-03-27
net: hns3: split out hclge_tm_vport_tc_info_update()
Guojia Liao
1
-2
/
+9
2021-03-27
net: hns3: split function hclge_reset_rebuild()
Yufeng Mo
1
-10
/
+16
2021-03-27
net: hns3: fix some typos in hclge_main.c
Huazhong Tan
1
-3
/
+3
2021-03-27
net: hns3: fix prototype warning
Huazhong Tan
1
-1
/
+1
2021-03-27
net: hns3: remove unused parameter from hclge_dbg_dump_loopback()
Huazhong Tan
1
-3
/
+2
2021-03-27
net: hns3: remove unused parameter from hclge_set_vf_vlan_common()
Peng Li
1
-4
/
+2
2021-03-27
net: hns3: remove redundant query in hclge_config_tm_hw_err_int()
Jiaran Zhang
1
-7
/
+1
2021-03-27
net: hns3: remove redundant blank lines
Peng Li
6
-18
/
+0
2021-03-27
net: hns3: remove unused code of vmdq
Jian Shen
4
-149
/
+96
2021-03-22
net: hns3: add support for user-def data of flow director
Jian Shen
3
-14
/
+359
2021-03-22
net: hns3: refine for hns3_del_all_fd_entries()
Jian Shen
3
-19
/
+3
2021-03-22
net: hns3: refactor flow director configuration
Jian Shen
2
-209
/
+319
2021-03-22
net: hns3: add support for traffic class tuple support for flow director by e...
Jian Shen
1
-7
/
+20
2021-03-22
net: hns3: refactor for function hclge_fd_convert_tuple
Jian Shen
2
-104
/
+97
2021-03-22
net: hns3: refactor out hclge_fd_get_tuple()
Jian Shen
1
-103
/
+117
2021-03-22
net: hns3: refactor out hclge_add_fd_entry()
Jian Shen
1
-27
/
+40
2021-03-14
net: hns3: add phy loopback support for imp-controlled PHYs
Guangbin Huang
3
-36
/
+51
2021-03-14
net: hns3: add ioctl support for imp-controlled PHYs
Guangbin Huang
4
-1
/
+73
2021-03-14
net: hns3: add get/set pause parameters support for imp-controlled PHYs
Guangbin Huang
1
-4
/
+5
2021-03-14
net: hns3: add support for imp-controlled PHYs
Guangbin Huang
6
-3
/
+192
2021-03-12
net: hns3: use pause capability queried from firmware
Yufeng Mo
6
-4
/
+31
2021-03-12
net: hns3: use FEC capability queried from firmware
Yufeng Mo
3
-5
/
+12
2021-02-28
net: hns3: fix bug when calculating the TCAM table info
Jian Shen
1
-2
/
+2
2021-02-28
net: hns3: fix query vlan mask value error for flow director
Jian Shen
1
-2
/
+1
2021-02-28
net: hns3: fix error mask definition of flow director
Jian Shen
1
-3
/
+3
2021-02-13
net: hns3: refactor out hclge_rm_vport_all_mac_table()
Hao Chen
1
-24
/
+43
[next]