index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: hns3: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-07
1
-0
/
+1
*
net: hns: Mark expected switch fall-through
Gustavo A. R. Silva
2018-08-07
1
-0
/
+1
*
net: hns3: Refine the MSIX allocation for PF
Jian Shen
2018-08-03
3
-4
/
+9
*
net: hns3: Fix MSIX allocation issue for VF
Jian Shen
2018-08-03
4
-16
/
+85
*
net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
YueHaibing
2018-08-02
2
-14
/
+1
*
net: hns3: fix return value error while hclge_cmd_csq_clean failed
Huazhong Tan
2018-08-01
1
-3
/
+9
*
net: hisilicon: hns: Replace mdelay() with msleep()
Jia-Ju Bai
2018-07-27
2
-4
/
+4
*
net: hns: make hns_dsaf_roce_reset non static
YueHaibing
2018-07-26
1
-1
/
+1
*
net: hns: Make many functions static
YueHaibing
2018-07-26
10
-52
/
+60
*
net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memset
YueHaibing
2018-07-21
1
-3
/
+2
*
net: hns3: Add SPDX tags to HNS3 PF driver
Jian Shen
2018-07-21
16
-128
/
+32
*
net: hns3: Remove unused struct member and definition
Jian Shen
2018-07-21
2
-14
/
+0
*
net: hns3: Fix misleading parameter name
Jian Shen
2018-07-21
3
-5
/
+5
*
net: hns3: Modify inconsistent bit mask macros
Jian Shen
2018-07-21
3
-18
/
+11
*
net: hns3: Use decimal for bit offset macros
Jian Shen
2018-07-21
2
-14
/
+14
*
net: hns3: Correct unreasonable code comments
Jian Shen
2018-07-21
3
-24
/
+23
*
net: hns3: Remove extra space and brackets
Jian Shen
2018-07-21
3
-5
/
+5
*
net: hns3: Standardize the handle of return value
Jian Shen
2018-07-21
1
-87
/
+46
*
net: hns3: Remove some redundant assignments
Jian Shen
2018-07-21
1
-2
/
+0
*
net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
Fuyun Liang
2018-07-16
1
-2
/
+4
*
net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbx
Fuyun Liang
2018-07-16
1
-4
/
+4
*
net: hns3: Fix for reset_level default assignment probelm
Yunsheng Lin
2018-07-16
1
-1
/
+5
*
net: hns3: remove unnecessary ring configuration operation while resetting
Huazhong Tan
2018-07-16
1
-8
/
+0
*
net: hns3: Fix return value error in hns3_reset_notify_down_enet
Huazhong Tan
2018-07-16
1
-1
/
+1
*
net: hns3: Correct reset event status register
Huazhong Tan
2018-07-16
2
-1
/
+2
*
net: hns3: Prevent to request reset frequently
Huazhong Tan
2018-07-16
1
-3
/
+10
*
net: hns3: Reset net device with rtnl_lock
Huazhong Tan
2018-07-16
1
-3
/
+2
*
net: hns3: Modify the order of initializing command queue register
Huazhong Tan
2018-07-16
1
-2
/
+2
*
net: allow fallback function to pass netdev
Alexander Duyck
2018-07-09
1
-1
/
+1
*
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
1
-1
/
+2
*
net: hns3: Prevent sending command during global or core reset
Huazhong Tan
2018-07-07
3
-1
/
+6
*
net: hns3: Remove the warning when clear reset cause
Peng Li
2018-07-07
1
-2
/
+0
*
net: hns3: Fix get_vector ops in hclgevf_main module
Yunsheng Lin
2018-07-07
1
-1
/
+10
*
net: hns3: Fix warning bug when doing lp selftest
Yunsheng Lin
2018-07-07
1
-0
/
+2
*
net: hns3: Add configure for mac minimal frame size
Jian Shen
2018-07-07
2
-1
/
+3
*
net: hns3: Fix for mailbox message truncated problem
Fuyun Liang
2018-07-07
1
-1
/
+2
*
net: hns3: Fix for l4 checksum offload bug
Yunsheng Lin
2018-07-07
1
-3
/
+3
*
net: hns3: Fix for waterline not setting correctly
Yunsheng Lin
2018-07-07
1
-16
/
+6
*
net: hns3: Fix for mac pause not disable in pfc mode
Yunsheng Lin
2018-07-07
1
-2
/
+7
*
net: hns3: Fix tc setup when netdev is first up
Yunsheng Lin
2018-07-07
1
-47
/
+31
*
net: hns3: remove redundant variable 'protocol'
Colin Ian King
2018-07-04
1
-2
/
+0
*
net: hns3: modify hnae_ to hnae3_
Peng Li
2018-07-02
11
-336
/
+343
*
net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
Huazhong Tan
2018-07-02
3
-49
/
+28
*
net: hns3: give default option while dependency HNS3 set
Huazhong Tan
2018-07-02
1
-6
/
+9
*
net: hns3: remove some unused members of some structures
Huazhong Tan
2018-07-02
4
-5
/
+0
*
net: hns3: remove a redundant hclge_cmd_csq_done
Huazhong Tan
2018-07-02
1
-6
/
+6
*
net: hns3: simplify hclge_cmd_csq_clean
Huazhong Tan
2018-07-02
1
-16
/
+5
*
net: hns3: remove some redundant assignments
Huazhong Tan
2018-07-02
2
-10
/
+0
*
net: hns3: remove useless code in hclge_cmd_send
Huazhong Tan
2018-07-02
1
-4
/
+2
*
net: hns3: remove unused hclge_ring_to_dma_dir
Huazhong Tan
2018-07-02
1
-2
/
+1
[next]