index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns3
/
hns3pf
/
hclge_cmd.c
Age
Commit message (
Expand
)
Author
2019-08-01
net: hns3: fix some reset handshake issue
Huazhong Tan
2019-08-01
net: hns3: add handler for NCSI error mailbox
Huazhong Tan
2019-08-01
net: hns3: add link change event report
Jian Shen
2019-07-29
net: hns3: modify firmware version display format
Yufeng Mo
2019-07-05
net: hns3: add all IMP return code
Peng Li
2019-06-28
net: hns3: optimize the CSQ cmd error handling
Peng Li
2019-06-03
net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
Weihang Li
2019-05-28
net: hns3: add handshake with hardware while doing reset
Huazhong Tan
2019-04-14
net: hns3: code optimization for command queue' spin lock
Peng Li
2019-04-08
net: hns3: add error handler for initializing command queue
Huazhong Tan
2019-03-20
net: hns3: Make hclge_destroy_cmd_queue static
YueHaibing
2019-02-21
net: hns3: uninitialize command queue while unloading PF driver
Huazhong Tan
2019-02-02
net: hns3: modify the upper limit judgment condition
liuzhongzhu
2019-02-02
net: hns3: add hclge_cmd_check_retval() to parse comman's return value
Weihang Li
2019-01-23
net: hns3: add statistics for PFC frames and MAC control frames
liuzhongzhu
2019-01-23
net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
Yunsheng Lin
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-11-09
net: hns3: implement the IMP reset processing for PF
Huazhong Tan
2018-10-31
net: hns3: bugfix for is_valid_csq_clean_head()
Huazhong Tan
2018-10-31
net: hns3: bugfix for the initialization of command queue's spin lock
Huazhong Tan
2018-08-01
net: hns3: fix return value error while hclge_cmd_csq_clean failed
Huazhong Tan
2018-07-21
net: hns3: Add SPDX tags to HNS3 PF driver
Jian Shen
2018-07-21
net: hns3: Fix misleading parameter name
Jian Shen
2018-07-16
net: hns3: Modify the order of initializing command queue register
Huazhong Tan
2018-07-07
net: hns3: Prevent sending command during global or core reset
Huazhong Tan
2018-07-02
net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
Huazhong Tan
2018-07-02
net: hns3: remove a redundant hclge_cmd_csq_done
Huazhong Tan
2018-07-02
net: hns3: simplify hclge_cmd_csq_clean
Huazhong Tan
2018-07-02
net: hns3: remove some redundant assignments
Huazhong Tan
2018-07-02
net: hns3: remove useless code in hclge_cmd_send
Huazhong Tan
2018-07-02
net: hns3: remove unused hclge_ring_to_dma_dir
Huazhong Tan
2018-06-29
net: hns3: use lower_32_bits and upper_32_bits
Huazhong Tan
2018-06-29
net: hns3: remove back in struct hclge_hw
Huazhong Tan
2018-05-20
net: hns3: Fixes kernel panic issue during rmmod hns3 driver
Xi Wang
2018-05-20
net: hns3: Use enums instead of magic number in hclge_is_special_opcode
Huazhong Tan
2018-05-01
net: hns3: fix a dead loop in hclge_cmd_csq_clean
Huazhong Tan
2017-11-02
net: hns3: Refactor the initialization of command queue
Lipeng
2017-10-10
net: hns3: add support for set_rxnfc
Lipeng
2017-10-09
net: hns3: Cleanup for non-static function in hns3 driver
Yunsheng Lin
2017-10-09
net: hns3: Cleanup for endian issue in hns3 driver
Yunsheng Lin
2017-10-09
net: hns3: Cleanup for struct that used to send cmd to firmware
Yunsheng Lin
2017-08-19
net: hns3: fix a handful of spelling mistakes
Colin Ian King
2017-08-03
net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface Support
Salil