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: hns: fix unsigned comparison to less than zero
Colin Ian King
2019-04-07
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
16
-60
/
+71
|
\
|
*
net: hns: Fix sparse: some warnings in HNS drivers
Yonglong Liu
2019-04-04
11
-43
/
+33
|
*
net: hns: Fix WARNING when remove HNS driver with SMMU enabled
Yonglong Liu
2019-04-04
1
-1
/
+3
|
*
net: hns: fix ICMP6 neighbor solicitation messages discard problem
Yonglong Liu
2019-04-04
1
-6
/
+27
|
*
net: hns: Fix probabilistic memory overwrite when HNS driver initialized
Yonglong Liu
2019-04-04
1
-1
/
+1
|
*
net: hns: Use NAPI_POLL_WEIGHT for hns driver
Yonglong Liu
2019-04-04
1
-5
/
+2
|
*
net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()
Liubin Shu
2019-04-04
1
-2
/
+3
|
*
net: hns3: fix compile error
Xi Wang
2019-03-28
2
-2
/
+2
*
|
net: hns3: split function hnae3_match_n_instantiate()
Jian Shen
2019-04-04
1
-18
/
+22
*
|
net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enet
Huazhong Tan
2019-04-04
1
-3
/
+1
*
|
net: hns3: prevent change MTU when resetting
Huazhong Tan
2019-04-04
1
-0
/
+3
*
|
net: hns3: check resetting status in hns3_get_stats()
Huazhong Tan
2019-04-04
1
-0
/
+5
*
|
net: hns3: add protect when handling mac addr list
Jian Shen
2019-04-04
1
-2
/
+8
*
|
net: hns3: simplify hclgevf_cmd_csq_clean
Huazhong Tan
2019-04-04
1
-11
/
+24
*
|
net: hns3: minor optimization for datapath
Yunsheng Lin
2019-04-04
1
-3
/
+21
*
|
net: hns3: minor optimization for ring_space
Yunsheng Lin
2019-04-04
1
-10
/
+5
*
|
net: hns3: return 0 and print warning when hit duplicate MAC
Peng Li
2019-04-04
1
-2
/
+5
*
|
net: hns3: modify the VF network port media type acquisition method
liuzhongzhu
2019-04-04
4
-5
/
+43
*
|
net: hns3: reduce resources use in kdump kernel
Yonglong Liu
2019-04-04
1
-1
/
+22
*
|
net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettings
Peng Li
2019-04-04
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-28
2
-8
/
+6
|
\
|
|
*
net: hns3: fix for not calculating tx bd num correctly
Yunsheng Lin
2019-03-21
2
-8
/
+6
*
|
net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file
Moshe Shemesh
2019-03-22
1
-2
/
+2
*
|
net: hns3: Make hclge_destroy_cmd_queue static
YueHaibing
2019-03-20
1
-1
/
+1
*
|
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
2019-03-20
1
-3
/
+2
*
|
net: hns3: Make hclgevf_update_link_mode static
YueHaibing
2019-03-19
1
-1
/
+1
|
/
*
net: hns3: fix to stop multiple HNS reset due to the AER changes
Shiju Jose
2019-03-10
3
-3
/
+11
*
net: hns3: add dma_rmb() for rx description
Jian Shen
2019-03-08
1
-0
/
+2
*
net: hns3: Fix a logical vs bitwise typo
Dan Carpenter
2019-03-06
1
-2
/
+2
*
net: hns: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-02-28
1
-2
/
+3
*
net: hns3: fix improper error handling for hns3_client_start
Huazhong Tan
2019-02-25
1
-1
/
+3
*
net: hns3: fix setting of the hns reset_type for rdma hw errors
Shiju Jose
2019-02-25
1
-16
/
+20
*
net: hns3: fix get VF RSS issue
Jian Shen
2019-02-25
2
-1
/
+74
*
net: hns3: enable VF VLAN filter for each VF when initializing
Jian Shen
2019-02-25
2
-11
/
+23
*
net: hns3: add support to config depth for tx|rx ring separately
Peng Li
2019-02-25
10
-47
/
+119
*
net: hns3: remove hnae3_get_bit in data path
Yunsheng Lin
2019-02-25
1
-19
/
+14
*
net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
Yunsheng Lin
2019-02-25
1
-69
/
+51
*
net: hns3: add unlikely for error handling in data path
Yunsheng Lin
2019-02-25
1
-9
/
+9
*
net: hns3: remove some ops in struct hns3_nic_ops
Yunsheng Lin
2019-02-25
2
-9
/
+5
*
net: hns3: limit some variable scope in critical data path
Yunsheng Lin
2019-02-25
1
-19
/
+16
*
net: hns3: avoid mult + div op in critical data path
Yunsheng Lin
2019-02-25
2
-7
/
+11
*
net: hns3: add xps setting support for hns3 driver
Yunsheng Lin
2019-02-25
1
-0
/
+24
*
net: hns3: clear command queue's registers when unloading VF driver
Huazhong Tan
2019-02-22
1
-0
/
+20
*
net: hns3: uninitialize command queue while unloading PF driver
Huazhong Tan
2019-02-22
3
-3
/
+29
*
net: hns3: Record VF vlan tables
liuzhongzhu
2019-02-22
3
-1
/
+96
*
net: hns3: Record VF unicast and multicast tables
liuzhongzhu
2019-02-22
4
-1
/
+156
*
net: hns3: fix 6th bit of ppp mpf abnormal errors
Weihang Li
2019-02-22
1
-1
/
+1
*
net: hns3: enable 8~11th bit of mac common msi-x error
Weihang Li
2019-02-22
2
-2
/
+8
*
net: hns3: some bugfix of ppu(rcb) ras errors
Weihang Li
2019-02-22
2
-5
/
+12
[next]