index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
28
-901
/
+2129
2019-09-17
Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+1
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-09-11
net: hns3: fix spelling mistake "undeflow" -> "underflow"
Colin Ian King
1
-1
/
+1
2019-09-11
net: hns3: add some DFX info for reset issue
Huazhong Tan
3
-15
/
+30
2019-09-11
net: hns3: check NULL pointer before use
Guangbin Huang
1
-1
/
+2
2019-09-11
net: hns3: modify some logs format
Guangbin Huang
3
-4
/
+7
2019-09-11
net: hns3: fix port setting handle for fibre port
Guangbin Huang
1
-0
/
+15
2019-09-11
net: hns3: fix shaper parameter algorithm
Yonglong Liu
1
-7
/
+4
2019-09-11
net: hns3: revert to old channel when setting new channel num fail
Peng Li
1
-14
/
+37
2019-09-11
net: hns3: add ethtool_ops.set_channels support for HNS3 VF driver
Guangbin Huang
2
-5
/
+79
2019-09-07
net: hns3: make array spec_opcode static const, makes object smaller
Colin Ian King
1
-1
/
+1
2019-09-06
net: hns3: make hclge_dbg_get_m7_stats_info static
Guojia Liao
1
-1
/
+1
2019-09-06
net: hns3: disable loopback setting in hclge_mac_init
Yufeng Mo
1
-1
/
+33
2019-09-06
net: hns3: remove explicit conversion to bool
Guojia Liao
1
-1
/
+1
2019-09-06
net: hns3: add client node validity judgment
Peng Li
1
-0
/
+16
2019-09-06
net: hns3: fix mis-assignment to hdev->reset_level in hclge_reset
Huazhong Tan
1
-4
/
+5
2019-09-06
net: hns3: fix double free bug when setting ringparam
Huazhong Tan
1
-1
/
+3
2019-09-06
net: hns3: fix error VF index when setting VLAN offload
Jian Shen
1
-4
/
+10
2019-09-05
net: hns: Move static keyword to the front of declaration
Krzysztof Wilczynski
1
-1
/
+1
2019-09-01
net: hns3: remove set but not used variable 'qos'
YueHaibing
1
-2
/
+1
2019-09-01
net: hns3: remove redundant assignment to pointer reg_info
Colin Ian King
1
-1
/
+1
2019-08-29
net: hns3: not allow SSU loopback while execute ethtool -t dev
Yufeng Mo
4
-2
/
+75
2019-08-29
net: hns3: check reset interrupt status when reset fails
Huazhong Tan
2
-4
/
+4
2019-08-29
net: hns3: add phy selftest function
Yufeng Mo
2
-19
/
+138
2019-08-29
net: hns3: implement .process_hw_error for hns3 client
Weihang Li
7
-2
/
+78
2019-08-29
net: hns3: optimize waiting time for TQP reset
Zhongzhu Liu
2
-5
/
+7
2019-08-29
net: hns3: fix incorrect type in assignment.
Guojia Liao
2
-18
/
+30
2019-08-29
net: hns3: make some reusable codes into a function
Yonglong Liu
1
-26
/
+28
2019-08-29
net: hns3: optimize some log printings
Yufeng Mo
3
-29
/
+30
2019-08-29
net: hns3: reduce the parameters of some functions
Guojia Liao
1
-14
/
+14
2019-08-29
net: hns3: modify base parameter of kstrtouint in hclge_dbg_dump_tm_map
Huazhong Tan
1
-3
/
+4
2019-08-29
net: hns3: use macro instead of magic number
Huazhong Tan
2
-3
/
+6
2019-08-29
net: hns3: code optimization for debugfs related to "dump reg"
Zhongzhu Liu
2
-110
/
+132
2019-08-24
net: hns3: Fix -Wunused-const-variable warning
YueHaibing
2
-44
/
+44
2019-08-18
net: hns: add phy_attached_info() to the hns driver
Yonglong Liu
1
-0
/
+2
2019-08-18
net: hns3: add phy_attached_info() to the hns3 driver
Yonglong Liu
1
-0
/
+2
2019-08-18
net: hns3: prevent unnecessary MAC TNL interrupt
Huazhong Tan
1
-0
/
+2
2019-08-18
net: hns3: change print level of RAS error log from warning to error
Xiaofei Tan
1
-44
/
+44
2019-08-18
net: hns3: fix error and incorrect format
Guojia Liao
4
-6
/
+6
2019-08-18
net: hns3: modify redundant initialization of variable
Guojia Liao
6
-9
/
+8
2019-08-18
net: hns3: add or modify comments
Guojia Liao
8
-25
/
+27
2019-08-13
net: hns3: Make hclge_func_reset_sync_vf static
YueHaibing
1
-1
/
+1
2019-08-10
hns3: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-15
/
+2
2019-08-09
net: hns3: refine some macro definitions
Guojia Liao
2
-3
/
+3
2019-08-09
net: hns3: add handshake with VF for PF reset
Huazhong Tan
2
-8
/
+55
2019-08-09
net: hns3: refine MAC pause statistics querying function
Yufeng Mo
3
-14
/
+20
2019-08-09
net: hns3: add function display NCL_CONFIG info
Yufeng Mo
1
-22
/
+30
2019-08-09
net: hns3: add check for max TX BD num for tso and non-tso case
Yunsheng Lin
2
-24
/
+17
2019-08-09
net: hns3: add some statitics info to tx process
Yunsheng Lin
3
-14
/
+52
[next]