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
/
hns3
/
hns3pf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns3: add a structure for IR shaper's parameter in hclge_shaper_para_calc()
Huazhong Tan
2020-09-27
2
-44
/
+49
*
net: hns3: add a check for device specifications queried from firmware
Guangbin Huang
2020-09-27
1
-0
/
+15
*
net: hns3: replace the macro of max tm rate with the queried specification
Guangbin Huang
2020-09-27
4
-13
/
+28
*
net: hns3: add support to query device specifications
Guangbin Huang
2020-09-27
2
-1
/
+77
*
net: hns3: use capabilities queried from firmware
Guangbin Huang
2020-09-27
2
-6
/
+45
*
net: hns3: use capability flag to indicate FEC
Guangbin Huang
2020-09-27
2
-2
/
+3
*
net: hns3: add support to query device capability
Guangbin Huang
2020-09-27
2
-4
/
+15
*
net: hns3: delete redundant PCI revision judgement
Guangbin Huang
2020-09-27
1
-2
/
+1
*
net: hns3: add device version to replace pci revision
Guangbin Huang
2020-09-27
4
-35
/
+43
*
drivers/net/ethernet: rid ethernet of no-prototype warnings
Jesse Brandeburg
2020-09-26
1
-0
/
+1
*
net: hns3: add support for 200G device
Guangbin Huang
2020-09-25
3
-11
/
+51
*
net: hns3: add debugfs of dumping pf interrupt resources
Yufeng Mo
2020-09-25
1
-0
/
+12
*
net: hns3: add a hardware error detect type
Yufeng Mo
2020-09-25
1
-0
/
+2
*
net: hns3: remove unnecessary variable initialization
Yufeng Mo
2020-09-25
3
-5
/
+5
*
net: hns3: refactor the function for dumping tc information in debugfs
Yufeng Mo
2020-09-25
1
-10
/
+5
*
net: hns3: Constify static structs
Rikard Falkeborn
2020-09-24
2
-18
/
+18
*
net: hns3: Supply missing hclge_dcb.h include file
Wang Hai
2020-09-18
1
-0
/
+1
*
net: hns3: remove unused field 'tc_num_last_time' in struct hclge_dev
Huazhong Tan
2020-09-09
1
-1
/
+0
*
net: hns3: fix a typo in struct hclge_mac
Guangbin Huang
2020-09-09
1
-1
/
+1
*
net: hns3: skip periodic service task if reset failed
Guangbin Huang
2020-09-09
1
-0
/
+3
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-3
/
+1
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-1
/
+1
*
net: hns3: fix for VLAN config when reset failed
Guojia Liao
2020-07-28
1
-3
/
+4
*
net: hns3: fix aRFS FD rules leftover after add a user FD rule
Guojia Liao
2020-07-28
1
-13
/
+15
*
net: hns3: fix return value error when query MAC link status fail
Jian Shen
2020-07-22
2
-27
/
+25
*
net: hns3: check reset pending after FLR prepare
Huazhong Tan
2020-07-06
1
-1
/
+1
*
net: hns3: remove an unused macro hclge_is_csq
Huazhong Tan
2020-05-31
1
-2
/
+0
*
net: hns3: fix a print format issue in hclge_mac_mdio_config()
Huazhong Tan
2020-05-31
1
-1
/
+1
*
net: hns3: print out speed info when parsing speed fails
Huazhong Tan
2020-05-29
1
-1
/
+2
*
net: hns3: remove some unused fields in struct hclge_dev
Huazhong Tan
2020-05-29
1
-6
/
+0
*
net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmd
Huazhong Tan
2020-05-29
2
-3
/
+3
*
net: hns3: refactor hclge_query_bd_num_cmd_send()
Huazhong Tan
2020-05-29
1
-9
/
+12
*
net: hns3: refactor hclge_config_tso()
Huazhong Tan
2020-05-29
1
-13
/
+4
*
net: hns3: add a missing mutex destroy in hclge_init_ad_dev()
Huazhong Tan
2020-05-29
1
-0
/
+1
*
net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()
Huazhong Tan
2020-05-29
1
-4
/
+2
*
net: hns3: add a print for initializing CMDQ when reset pending
Huazhong Tan
2020-05-27
1
-0
/
+3
*
net: hns3: remove unnecessary MAC enable in app loopback
Yufeng Mo
2020-05-27
1
-2
/
+0
*
net: hns3: change the order of reinitializing RoCE and NIC client during reset
Yufeng Mo
2020-05-27
1
-5
/
+4
*
net: hns3: modify an incorrect error log in hclge_mbx_handler()
Huazhong Tan
2020-05-14
1
-1
/
+1
*
net: hns3: remove a duplicated printing in hclge_configure()
Huazhong Tan
2020-05-14
1
-3
/
+1
*
net: hns3: modify some incorrect spelling
Huazhong Tan
2020-05-14
1
-7
/
+7
*
net: hns3: optimized the judgment of the input parameters of dump ncl config
Yufeng Mo
2020-05-11
1
-5
/
+10
*
net: hns3: provide .get_cmdq_stat interface for the client
Huazhong Tan
2020-05-11
1
-0
/
+9
*
net: hns3: modify two uncorrect macro names
Huazhong Tan
2020-05-11
2
-4
/
+4
*
net: hns3: remove a redundant register macro definition
Huazhong Tan
2020-05-11
2
-8
/
+5
*
net: hns3: adds support for reading module eeprom info
Yonglong Liu
2020-04-29
2
-0
/
+117
*
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
3
-47
/
+71
*
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
2
-15
/
+78
[next]