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
2020-05-14
net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit()
Huazhong Tan
1
-4
/
+1
2020-05-14
net: hns3: remove some unused macros
Huazhong Tan
1
-17
/
+0
2020-05-14
net: hns3: modify an incorrect error log in hclge_mbx_handler()
Huazhong Tan
1
-1
/
+1
2020-05-14
net: hns3: remove a duplicated printing in hclge_configure()
Huazhong Tan
1
-3
/
+1
2020-05-14
net: hns3: modify some incorrect spelling
Huazhong Tan
2
-8
/
+8
2020-05-10
net: hns3: disable auto-negotiation off with 1000M setting in ethtool
Yufeng Mo
1
-1
/
+6
2020-05-10
net: hns3: optimized the judgment of the input parameters of dump ncl config
Yufeng Mo
1
-5
/
+10
2020-05-10
net: hns3: provide .get_cmdq_stat interface for the client
Huazhong Tan
2
-0
/
+10
2020-05-10
net: hns3: modify two uncorrect macro names
Huazhong Tan
2
-4
/
+4
2020-05-10
net: hns3: remove a redundant register macro definition
Huazhong Tan
2
-8
/
+5
2020-04-29
net: hns3: adds support for reading module eeprom info
Yonglong Liu
4
-0
/
+196
2020-04-25
net: hns3: remove an unnecessary check in hclge_set_umv_space()
Huazhong Tan
1
-2
/
+1
2020-04-25
net: hns3: optimize the filter table entries handling when resetting
Jian Shen
8
-105
/
+94
2020-04-25
net: hns3: use mutex vport_lock instead of mutex umv_lock
Jian Shen
2
-13
/
+19
2020-04-25
net: hns3: refactor the promisc mode setting
Jian Shen
8
-46
/
+122
2020-04-25
net: hns3: add support for dumping UC and MC MAC list
Jian Shen
2
-0
/
+53
2020-04-25
net: hns3: refactor the MAC address configure
Jian Shen
6
-218
/
+860
2020-04-25
net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()
Jian Shen
1
-1
/
+1
2020-04-25
net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()
Jian Shen
1
-9
/
+5
2020-04-25
net: hns3: refine for unicast MAC VLAN space management
Jian Shen
1
-48
/
+24
2020-04-21
net/hns: Remove custom driver version in favour of global one
Leon Romanovsky
3
-11
/
+0
2020-04-20
net: hns3: add trace event support for PF/VF mailbox
Yufeng Mo
6
-0
/
+190
2020-04-20
net: hns3: add support for dumping MAC reg in debugfs
Yufeng Mo
2
-1
/
+114
2020-04-20
net: hns3: add debug information for flow table when failed
Guojia Liao
1
-11
/
+34
2020-04-20
net: hns3: clean up some coding style issue
Huazhong Tan
2
-8
/
+4
2020-04-20
net: hns3: modify some unsuitable type declaration
Guojia Liao
1
-3
/
+5
2020-04-20
net: hns3: remove two unused structures in hclge_cmd.h
Guojia Liao
1
-25
/
+0
2020-04-20
net: hns3: remove useless proto_support field in struct hclge_fd_cfg
Guojia Liao
2
-12
/
+6
2020-04-20
net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()
Huazhong Tan
1
-2
/
+0
2020-04-20
net: hns3: split out hclge_get_fd_rule_info()
Jian Shen
1
-144
/
+159
2020-04-20
net: hns3: split out hclge_fd_check_ether_tuple()
Jian Shen
1
-112
/
+173
2020-04-20
net: hns: use true,false for bool variables
Jason Yan
1
-2
/
+2
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-32
/
+51
2020-03-30
net: hns3: fix set and get link ksettings issue
Guangbin Huang
1
-1
/
+7
2020-03-30
net: hns3: fix RSS config lost after VF reset.
Guojia Liao
1
-24
/
+28
2020-03-30
net: hns3: fix for fraglist SKB headlen not handling correctly
Huazhong Tan
2
-5
/
+14
2020-03-30
net: hns3: drop the WQ_MEM_RECLAIM flag when allocating WQ
Yunsheng Lin
2
-2
/
+2
2020-03-21
net: hns3: refactor mailbox response scheme between PF and VF
Huazhong Tan
3
-155
/
+113
2020-03-21
net: hns3: refactor the mailbox message between PF and VF
Yufeng Mo
5
-234
/
+291
2020-03-21
net: hns3: add a conversion for mailbox's response code
Jian Shen
2
-2
/
+21
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-6
/
+48
2020-03-12
net: hns3: clear port base VLAN when unload PF
Jian Shen
1
-0
/
+23
2020-03-12
net: hns3: fix RMW issue for VLAN filter switch
Jian Shen
1
-4
/
+15
2020-03-12
net: hns3: fix VF VLAN table entries inconsistent issue
Jian Shen
4
-0
/
+6
2020-03-12
net: hns3: fix "tc qdisc del" failed issue
Yonglong Liu
1
-1
/
+1
2020-03-12
net: hns3: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+7
2020-03-12
net: hns: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+5
2020-03-09
net: hns3: delete unnecessary logs after kzalloc fails
Yufeng Mo
1
-7
/
+2
2020-03-09
net: hns3: synchronize some print relating to reset issue
Huazhong Tan
2
-6
/
+6
2020-03-09
net: hns3: print out command code when dump fails in debugfs
Yufeng Mo
1
-22
/
+34
[next]