index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
net: hns3: add support for dumping MAC umv counter in debugfs
Jian Shen
3
-0
/
+42
2021-06-28
net: hns3: add support for FD counter in debugfs
Jian Shen
5
-2
/
+62
2021-06-21
net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...
Christophe JAILLET
1
-2
/
+4
2021-06-21
net: hns3: fix a double shift bug
Dan Carpenter
1
-3
/
+3
2021-06-21
net: hns3: fix different snprintf() limit
Dan Carpenter
1
-3
/
+1
2021-06-18
net: hns3: fix reuse conflict of the rx page
Yunsheng Lin
1
-7
/
+19
2021-06-16
net: hns3: use bounce buffer when rx page can not be reused
Yunsheng Lin
4
-0
/
+41
2021-06-16
net: hns3: optimize the rx page reuse handling process
Yunsheng Lin
1
-22
/
+22
2021-06-16
net: hns3: support dma_map_sg() for multi frags skb
Yunsheng Lin
3
-5
/
+113
2021-06-16
net: hns3: add support to query tx spare buffer size for pf
Huazhong Tan
5
-2
/
+24
2021-06-16
net: hns3: use tx bounce buffer for small packets
Yunsheng Lin
4
-15
/
+420
2021-06-16
net: hns3: refactor for hns3_fill_desc() function
Yunsheng Lin
1
-39
/
+48
2021-06-16
net: hns3: minor refactor related to desc_cb handling
Yunsheng Lin
3
-29
/
+25
2021-06-11
net: hns3: add debugfs support for ptp info
Huazhong Tan
3
-2
/
+67
2021-06-11
net: hns3: add support for PTP
Huazhong Tan
11
-6
/
+806
2021-06-09
net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.c
Baokun Li
1
-10
/
+5
2021-06-09
net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma...
Baokun Li
1
-6
/
+3
2021-06-08
net: hns3: add error handling compatibility during initialization
Jiaran Zhang
3
-11
/
+34
2021-06-08
net: hns3: update error recovery module and type
Jiaran Zhang
3
-5
/
+74
2021-06-08
net: hns3: add support for imp-handle ras capability
Jiaran Zhang
5
-1
/
+11
2021-06-08
net: hns3: add the RAS compatibility adaptation solution
Jiaran Zhang
5
-39
/
+409
2021-06-08
net: hns3: add support for handling all errors through MSI-X
Yufeng Mo
3
-23
/
+41
2021-06-07
net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESET
Yufeng Mo
2
-23
/
+0
2021-06-07
net: hns3: add scheduling logic for error handling task
Jiaran Zhang
1
-14
/
+6
2021-06-07
net: hns3: add a separate error handling task
Jiaran Zhang
3
-2
/
+41
2021-05-31
net: hns3: add debugfs support for vlan configuration
Jian Shen
6
-12
/
+322
2021-05-31
net: hns3: add support for VF modify VLAN filter state
Jian Shen
5
-2
/
+22
2021-05-31
net: hns3: add query basic info support for VF
Jian Shen
5
-20
/
+45
2021-05-31
net: hns3: add support for modify VLAN filter state
Jian Shen
9
-54
/
+214
2021-05-31
net: hns3: refine function hclge_set_vf_vlan_cfg()
Jian Shen
2
-24
/
+22
2021-05-31
net: hns3: remove unnecessary updating port based VLAN
Jian Shen
1
-9
/
+0
2021-05-31
net: hns3: refine for hclge_push_vf_port_base_vlan_info()
Jian Shen
3
-9
/
+8
2021-05-31
net: hns3: add 'QoS' support for port based VLAN configuration
Jian Shen
1
-28
/
+63
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-101
/
+77
2021-05-25
net: hns: Fix kernel-doc
Yang Li
1
-3
/
+3
2021-05-25
net: hns3: switch to dim algorithm for adaptive interrupt moderation
Huazhong Tan
3
-125
/
+73
2021-05-24
net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMIS...
Jian Shen
2
-7
/
+6
2021-05-24
net: hns3: configure promisc mode for VF asynchronously
Jian Shen
3
-46
/
+42
2021-05-21
net: hns3: Fix return of uninitialized variable ret
Colin Ian King
1
-0
/
+1
2021-05-20
net: hns3: remove the useless debugfs file node cmd
Yufeng Mo
5
-119
/
+0
2021-05-20
net: hns3: refactor dump serv info of debugfs
Yufeng Mo
4
-14
/
+35
2021-05-20
net: hns3: refactor dump mac tnl status of debugfs
Jiaran Zhang
3
-12
/
+24
2021-05-20
net: hns3: refactor dump qs shaper of debugfs
Guangbin Huang
4
-86
/
+76
2021-05-20
net: hns3: refactor dump qos buf cfg of debugfs
Guangbin Huang
3
-80
/
+115
2021-05-20
net: hns3: refactor dump qos pri map of debugfs
Guangbin Huang
3
-18
/
+36
2021-05-20
net: hns3: refactor dump qos pause cfg of debugfs
Guangbin Huang
3
-14
/
+25
2021-05-20
net: hns3: refactor dump tc of debugfs
Guangbin Huang
3
-27
/
+37
2021-05-20
net: hns3: refactor dump tm of debugfs
Guangbin Huang
6
-206
/
+257
2021-05-20
net: hns3: refactor dump tm map of debugfs
Guangbin Huang
5
-95
/
+145
2021-05-20
net: hns3: refactor dump fd tcam of debugfs
Hao Chen
5
-32
/
+74
[next]