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: fix rx VLAN offload state inconsistent issue
Jian Shen
2021-07-20
1
-0
/
+10
*
net: hns3: disable port VLAN filter when support function level VLAN filter c...
Jian Shen
2021-07-20
1
-2
/
+6
*
net: hns3: add match_id to check mailbox response from PF to VF
Peng Li
2021-07-20
2
-0
/
+20
*
net: hns3: fix possible mismatches resp of mailbox
Chengwen Feng
2021-07-20
2
-2
/
+5
*
net: hisilicon: rename CACHE_LINE_MASK to avoid redefinition
Randy Dunlap
2021-07-19
1
-3
/
+3
*
net: hns3: add support for dumping MAC umv counter in debugfs
Jian Shen
2021-06-28
3
-0
/
+42
*
net: hns3: add support for FD counter in debugfs
Jian Shen
2021-06-28
5
-2
/
+62
*
net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...
Christophe JAILLET
2021-06-21
1
-2
/
+4
*
net: hns3: fix a double shift bug
Dan Carpenter
2021-06-21
1
-3
/
+3
*
net: hns3: fix different snprintf() limit
Dan Carpenter
2021-06-21
1
-3
/
+1
*
net: hns3: fix reuse conflict of the rx page
Yunsheng Lin
2021-06-18
1
-7
/
+19
*
net: hns3: use bounce buffer when rx page can not be reused
Yunsheng Lin
2021-06-16
4
-0
/
+41
*
net: hns3: optimize the rx page reuse handling process
Yunsheng Lin
2021-06-16
1
-22
/
+22
*
net: hns3: support dma_map_sg() for multi frags skb
Yunsheng Lin
2021-06-16
3
-5
/
+113
*
net: hns3: add support to query tx spare buffer size for pf
Huazhong Tan
2021-06-16
5
-2
/
+24
*
net: hns3: use tx bounce buffer for small packets
Yunsheng Lin
2021-06-16
4
-15
/
+420
*
net: hns3: refactor for hns3_fill_desc() function
Yunsheng Lin
2021-06-16
1
-39
/
+48
*
net: hns3: minor refactor related to desc_cb handling
Yunsheng Lin
2021-06-16
3
-29
/
+25
*
net: hns3: add debugfs support for ptp info
Huazhong Tan
2021-06-11
3
-2
/
+67
*
net: hns3: add support for PTP
Huazhong Tan
2021-06-11
11
-6
/
+806
*
net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.c
Baokun Li
2021-06-09
1
-10
/
+5
*
net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma...
Baokun Li
2021-06-09
1
-6
/
+3
*
net: hns3: add error handling compatibility during initialization
Jiaran Zhang
2021-06-08
3
-11
/
+34
*
net: hns3: update error recovery module and type
Jiaran Zhang
2021-06-08
3
-5
/
+74
*
net: hns3: add support for imp-handle ras capability
Jiaran Zhang
2021-06-08
5
-1
/
+11
*
net: hns3: add the RAS compatibility adaptation solution
Jiaran Zhang
2021-06-08
5
-39
/
+409
*
net: hns3: add support for handling all errors through MSI-X
Yufeng Mo
2021-06-08
3
-23
/
+41
*
net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESET
Yufeng Mo
2021-06-07
2
-23
/
+0
*
net: hns3: add scheduling logic for error handling task
Jiaran Zhang
2021-06-07
1
-14
/
+6
*
net: hns3: add a separate error handling task
Jiaran Zhang
2021-06-07
3
-2
/
+41
*
net: hns3: add debugfs support for vlan configuration
Jian Shen
2021-06-01
6
-12
/
+322
*
net: hns3: add support for VF modify VLAN filter state
Jian Shen
2021-06-01
5
-2
/
+22
*
net: hns3: add query basic info support for VF
Jian Shen
2021-06-01
5
-20
/
+45
*
net: hns3: add support for modify VLAN filter state
Jian Shen
2021-06-01
9
-54
/
+214
*
net: hns3: refine function hclge_set_vf_vlan_cfg()
Jian Shen
2021-06-01
2
-24
/
+22
*
net: hns3: remove unnecessary updating port based VLAN
Jian Shen
2021-06-01
1
-9
/
+0
*
net: hns3: refine for hclge_push_vf_port_base_vlan_info()
Jian Shen
2021-06-01
3
-9
/
+8
*
net: hns3: add 'QoS' support for port based VLAN configuration
Jian Shen
2021-06-01
1
-28
/
+63
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
3
-101
/
+77
|
\
|
*
net: hns: Fix kernel-doc
Yang Li
2021-05-26
1
-3
/
+3
|
*
net: hns3: check the return of skb_checksum_help()
Yunsheng Lin
2021-05-18
1
-7
/
+3
|
*
net: hns3: fix user's coalesce configuration lost issue
Huazhong Tan
2021-05-18
2
-85
/
+63
|
*
net: hns3: put off calling register_netdev() until client initialize complete
Jian Shen
2021-05-18
1
-8
/
+8
|
*
net: hns3: fix incorrect resp_msg issue
Jiaran Zhang
2021-05-18
1
-1
/
+3
*
|
net: hns3: switch to dim algorithm for adaptive interrupt moderation
Huazhong Tan
2021-05-26
3
-125
/
+73
*
|
net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMIS...
Jian Shen
2021-05-24
2
-7
/
+6
*
|
net: hns3: configure promisc mode for VF asynchronously
Jian Shen
2021-05-24
3
-46
/
+42
*
|
net: hns3: Fix return of uninitialized variable ret
Colin Ian King
2021-05-21
1
-0
/
+1
*
|
net: hns3: remove the useless debugfs file node cmd
Yufeng Mo
2021-05-21
5
-119
/
+0
*
|
net: hns3: refactor dump serv info of debugfs
Yufeng Mo
2021-05-21
4
-14
/
+35
[next]