index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
2020-01-23
2
-28
/
+2
*
net: hns3: cleanup some coding style issue
Huazhong Tan
2020-01-21
4
-86
/
+35
*
net: hns3: remove redundant print on ENOMEM
Huazhong Tan
2020-01-21
1
-3
/
+1
*
net: hns3: delete unnecessary blank line and space for cleanup
Guangbin Huang
2020-01-21
2
-7
/
+6
*
net: hns3: rewrite a log in hclge_put_vector()
Yonglong Liu
2020-01-21
1
-1
/
+1
*
net: hns3: refine the input parameter 'size' for snprintf()
Guojia Liao
2020-01-21
1
-1
/
+1
*
net: hns3: move duplicated macro definition into header
Guojia Liao
2020-01-21
3
-5
/
+3
*
net: hns3: set VF's default reset_type to HNAE3_NONE_RESET
Huazhong Tan
2020-01-21
1
-0
/
+2
*
net: hns3: do not reuse pfmemalloc pages
Yunsheng Lin
2020-01-21
1
-2
/
+8
*
net: hns3: limit the error logging in the hns3_clean_tx_ring()
Yunsheng Lin
2020-01-21
1
-2
/
+2
*
net: hns3: replace snprintf with scnprintf in hns3_update_strings
Chen Zhou
2020-01-21
1
-3
/
+2
*
net: hns3: replace snprintf with scnprintf in hns3_dbg_cmd_read
Chen Zhou
2020-01-21
1
-2
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-19
2
-3
/
+7
|
\
|
*
net: hns: fix soft lockup when there is not enough memory
Yonglong Liu
2020-01-17
1
-3
/
+1
|
*
net: hns3: pad the short frame before sending to the hardware
Yunsheng Lin
2020-01-16
1
-0
/
+6
*
|
net: hns3: refactor the notification scheme of PF reset
Huazhong Tan
2020-01-11
1
-23
/
+19
*
|
net: hns3: modify hclge_func_reset_sync_vf()'s return type to void
Huazhong Tan
2020-01-11
1
-20
/
+9
*
|
net: hns3: enlarge HCLGE_RESET_WAIT_CNT
Huazhong Tan
2020-01-11
1
-1
/
+2
*
|
net: hns3: refactor the procedure of VF FLR
Huazhong Tan
2020-01-11
3
-65
/
+55
*
|
net: hns3: refactor the precedure of PF FLR
Huazhong Tan
2020-01-11
2
-43
/
+43
*
|
net: hns3: split hclgevf_reset() into preparing and rebuilding part
Huazhong Tan
2020-01-11
1
-42
/
+39
*
|
net: hns3: split hclge_reset() into preparing and rebuilding part
Huazhong Tan
2020-01-11
1
-25
/
+34
*
|
net: hns3: modify an unsuitable reset level for hardware error
Huazhong Tan
2020-01-06
1
-2
/
+2
*
|
net: hns3: replace an unsuitable variable type in hclge_inform_reset_assert_t...
Huazhong Tan
2020-01-06
2
-1
/
+4
*
|
net: hns3: add protection when get SFP speed as 0
Guojia Liao
2020-01-06
1
-0
/
+6
*
|
net: hns3: modify the IRQ name of misc vectors
Yonglong Liu
2020-01-06
5
-4
/
+10
*
|
net: hns3: modify an unsuitable log in hclge_map_ring_to_vector()
Yonglong Liu
2020-01-06
1
-1
/
+1
*
|
net: hns3: modify the IRQ name of TQP vector
Yonglong Liu
2020-01-06
1
-9
/
+12
*
|
net: hns3: re-organize vector handle
Yonglong Liu
2020-01-06
1
-48
/
+52
*
|
net: hns3: add trace event support for HNS3 driver
Yunsheng Lin
2020-01-06
4
-2
/
+172
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-22
3
-3
/
+3
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-22
1
-1
/
+1
|
|
\
|
|
*
net: hisilicon: Fix a BUG trigered by wrong bytes_compl
Jiangfeng Xiao
2019-12-20
1
-1
/
+1
|
*
|
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
2
-2
/
+2
|
|
/
*
|
net: hns3: only print misc interrupt status when handling fails
Huazhong Tan
2019-12-20
1
-3
/
+6
*
|
net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()
Huazhong Tan
2019-12-20
1
-1
/
+6
*
|
net: hns3: add some VF VLAN information for command "ip link show"
Huazhong Tan
2019-12-20
1
-0
/
+3
*
|
net: hns3: implement ndo_features_check ops for hns3 driver
Yunsheng Lin
2019-12-20
1
-0
/
+32
*
|
net: hns3: get FD rules location before dump in debugfs
Yufeng Mo
2019-12-20
1
-7
/
+67
*
|
net: hns3: optimization for CMDQ uninitialization
Huazhong Tan
2019-12-20
2
-15
/
+3
*
|
net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_dev
Huazhong Tan
2019-12-20
3
-13
/
+0
*
|
net: hns3: check FE bit before calling hns3_add_frag()
Yunsheng Lin
2019-12-20
1
-33
/
+13
*
|
net: hns3: do not schedule the periodic task when reset fail
Guojia Liao
2019-12-16
4
-2
/
+13
*
|
net: hns3: allocate WQ with WQ_MEM_RECLAIM flag
Yunsheng Lin
2019-12-16
2
-6
/
+24
*
|
net: hns3: remove unnecessary work in hclgevf_main
Yunsheng Lin
2019-12-16
2
-96
/
+88
*
|
net: hns3: remove mailbox and reset work in hclge_main
Yunsheng Lin
2019-12-16
4
-73
/
+118
*
|
net: hns3: schedule hclgevf_service by using delayed workqueue
Yunsheng Lin
2019-12-16
2
-27
/
+15
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
4
-4
/
+4
|
/
*
net: hns3: fix VF ID issue for setting VF VLAN
Jian Shen
2019-12-05
1
-12
/
+6
*
net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()
Yunsheng Lin
2019-12-05
1
-13
/
+6
[next]