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: adds support for reading module eeprom info
Yonglong Liu
2020-04-29
4
-0
/
+196
*
net: hns3: remove an unnecessary check in hclge_set_umv_space()
Huazhong Tan
2020-04-26
1
-2
/
+1
*
net: hns3: optimize the filter table entries handling when resetting
Jian Shen
2020-04-26
8
-105
/
+94
*
net: hns3: use mutex vport_lock instead of mutex umv_lock
Jian Shen
2020-04-26
2
-13
/
+19
*
net: hns3: refactor the promisc mode setting
Jian Shen
2020-04-26
8
-46
/
+122
*
net: hns3: add support for dumping UC and MC MAC list
Jian Shen
2020-04-26
2
-0
/
+53
*
net: hns3: refactor the MAC address configure
Jian Shen
2020-04-26
6
-218
/
+860
*
net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()
Jian Shen
2020-04-26
1
-1
/
+1
*
net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()
Jian Shen
2020-04-26
1
-9
/
+5
*
net: hns3: refine for unicast MAC VLAN space management
Jian Shen
2020-04-26
1
-48
/
+24
*
net/hns: Remove custom driver version in favour of global one
Leon Romanovsky
2020-04-21
3
-11
/
+0
*
net: hns3: add trace event support for PF/VF mailbox
Yufeng Mo
2020-04-20
6
-0
/
+190
*
net: hns3: add support for dumping MAC reg in debugfs
Yufeng Mo
2020-04-20
2
-1
/
+114
*
net: hns3: add debug information for flow table when failed
Guojia Liao
2020-04-20
1
-11
/
+34
*
net: hns3: clean up some coding style issue
Huazhong Tan
2020-04-20
2
-8
/
+4
*
net: hns3: modify some unsuitable type declaration
Guojia Liao
2020-04-20
1
-3
/
+5
*
net: hns3: remove two unused structures in hclge_cmd.h
Guojia Liao
2020-04-20
1
-25
/
+0
*
net: hns3: remove useless proto_support field in struct hclge_fd_cfg
Guojia Liao
2020-04-20
2
-12
/
+6
*
net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()
Huazhong Tan
2020-04-20
1
-2
/
+0
*
net: hns3: split out hclge_get_fd_rule_info()
Jian Shen
2020-04-20
1
-144
/
+159
*
net: hns3: split out hclge_fd_check_ether_tuple()
Jian Shen
2020-04-20
1
-112
/
+173
*
net: hns: use true,false for bool variables
Jason Yan
2020-04-20
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-31
4
-32
/
+51
|
\
|
*
net: hns3: fix set and get link ksettings issue
Guangbin Huang
2020-03-30
1
-1
/
+7
|
*
net: hns3: fix RSS config lost after VF reset.
Guojia Liao
2020-03-30
1
-24
/
+28
|
*
net: hns3: fix for fraglist SKB headlen not handling correctly
Huazhong Tan
2020-03-30
2
-5
/
+14
|
*
net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQ
Yunsheng Lin
2020-03-30
2
-2
/
+2
*
|
net: hns3: refactor mailbox response scheme between PF and VF
Huazhong Tan
2020-03-22
3
-155
/
+113
*
|
net: hns3: refactor the mailbox message between PF and VF
Yufeng Mo
2020-03-22
5
-234
/
+291
*
|
net: hns3: add a conversion for mailbox's response code
Jian Shen
2020-03-22
2
-2
/
+21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-13
5
-6
/
+48
|
\
|
|
*
net: hns3: clear port base VLAN when unload PF
Jian Shen
2020-03-12
1
-0
/
+23
|
*
net: hns3: fix RMW issue for VLAN filter switch
Jian Shen
2020-03-12
1
-4
/
+15
|
*
net: hns3: fix VF VLAN table entries inconsistent issue
Jian Shen
2020-03-12
4
-0
/
+6
|
*
net: hns3: fix "tc qdisc del" failed issue
Yonglong Liu
2020-03-12
1
-1
/
+1
|
*
net: hns3: fix a not link up issue when fibre port supports autoneg
Jian Shen
2020-03-05
1
-1
/
+3
*
|
net: hns3: reject unsupported coalescing params
Jakub Kicinski
2020-03-12
1
-0
/
+7
*
|
net: hns: reject unsupported coalescing params
Jakub Kicinski
2020-03-12
1
-0
/
+5
*
|
net: hns3: delete unnecessary logs after kzalloc fails
Yufeng Mo
2020-03-10
1
-7
/
+2
*
|
net: hns3: synchronize some print relating to reset issue
Huazhong Tan
2020-03-10
2
-6
/
+6
*
|
net: hns3: print out command code when dump fails in debugfs
Yufeng Mo
2020-03-10
1
-22
/
+34
*
|
net: hns3: print out status register when VF receives unknown source interrupt
Huazhong Tan
2020-03-10
1
-1
/
+4
*
|
net: hns3: add a check before PF inform VF to reset
Yonglong Liu
2020-03-10
1
-4
/
+10
*
|
net: hns3: delete some reduandant code
Guojia Liao
2020-03-10
1
-2
/
+0
*
|
net: hns3: remove an unnecessary resetting check in hclge_handle_hw_ras_error()
Yufeng Mo
2020-03-10
1
-3
/
+0
*
|
net: hns3: rename macro HCLGE_MAX_NCL_CONFIG_LENGTH
Yufeng Mo
2020-03-10
1
-3
/
+3
*
|
net: hns3: fix some mixed type assignment
Guojia Liao
2020-03-10
2
-12
/
+16
*
|
hisilicon: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-14
/
+2
*
|
net: hns: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-27
2
-2
/
+2
*
|
net: hns3: remove redundant initialization of pointer 'client'
Colin Ian King
2020-02-24
1
-1
/
+1
[next]