index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
erdma
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()
Cheng Xu
1
-1
/
+0
2024-12-30
RDMA/erdma: Support create_ah/destroy_ah in non-sleepable contexts
Boshi Yu
1
-2
/
+2
2024-12-30
RDMA/erdma: Support non-sleeping erdma_post_cmd_wait()
Boshi Yu
6
-41
/
+54
2024-12-30
RDMA/erdma: Fix incorrect response returned from query_qp
Boshi Yu
1
-8
/
+8
2024-12-30
RDMA/erdma: Add missing fields to the erdma_device_ops_rocev2
Boshi Yu
1
-0
/
+3
2024-12-25
RDMA/erdma: Remove deliver net device event
Yuyu Li
3
-16
/
+2
2024-12-19
RDMA/erdma: Fix opcode conditional check
Advait Dhamorikar
1
-1
/
+1
2024-12-16
RDMA/erdma: Support UD QPs and UD WRs
Boshi Yu
4
-21
/
+136
2024-12-16
RDMA/erdma: Add the query_qp command to the cmdq
Boshi Yu
2
-10
/
+60
2024-12-16
RDMA/erdma: Refactor the code of the modify_qp interface
Boshi Yu
6
-220
/
+276
2024-12-16
RDMA/erdma: Add erdma_modify_qp_rocev2() interface
Boshi Yu
6
-31
/
+388
2024-12-16
RDMA/erdma: Add address handle implementation
Boshi Yu
5
-2
/
+182
2024-12-16
RDMA/erdma: Add the erdma_query_pkey() interface
Boshi Yu
4
-0
/
+18
2024-12-16
RDMA/erdma: Add GID table management interfaces
Boshi Yu
5
-4
/
+96
2024-12-16
RDMA/erdma: Probe the erdma RoCEv2 device
Boshi Yu
6
-12
/
+62
2024-09-09
RDMA/erdma: Return QP state in erdma_query_qp
Cheng Xu
1
-1
/
+24
2024-09-09
RDMA/erdma: Add disassociate ucontext support
Cheng Xu
3
-0
/
+6
2024-09-09
RDMA/erdma: Refactor the initialization and destruction of EQ
Cheng Xu
4
-69
/
+51
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
2
-2
/
+3
2024-04-01
RDMA/erdma: Remove unnecessary __GFP_ZERO flag
Boshi Yu
2
-8
/
+4
2024-04-01
RDMA/erdma: Unify the names related to doorbell records
Boshi Yu
8
-93
/
+79
2024-04-01
RDMA/erdma: Allocate doorbell records from dma pool
Boshi Yu
6
-101
/
+167
2024-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
5
-2
/
+159
2023-12-30
RDMA/erdma: Add hardware statistics support
Cheng Xu
4
-0
/
+133
2023-12-30
RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requests
Cheng Xu
3
-2
/
+26
2023-12-13
PCI: Add Alibaba Vendor ID to linux/pci_ids.h
Shuai Xue
1
-2
/
+0
2023-09-18
RDMA/erdma: Fix NULL pointer access in regmr_cmd
Cheng Xu
1
-3
/
+2
2023-09-18
RDMA/erdma: Fix error code in erdma_create_scatter_mtt()
Dan Carpenter
1
-1
/
+1
2023-08-19
RDMA/erdma: Implement hierarchical MTT
Cheng Xu
3
-24
/
+194
2023-08-19
RDMA/erdma: Refactor the storage structure of MTT entries
Cheng Xu
4
-94
/
+152
2023-08-19
RDMA/erdma: Renaming variable names and field names of struct erdma_mem
Cheng Xu
2
-37
/
+37
2023-07-21
RDMA/erdma: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-11
RDMA/erdma: Refactor the original doorbell allocation mechanism
Cheng Xu
5
-163
/
+27
2023-06-11
RDMA/erdma: Associate QPs/CQs with doorbells for authorization
Cheng Xu
2
-7
/
+41
2023-06-11
RDMA/erdma: Allocate doorbell resources from hardware
Cheng Xu
4
-19
/
+131
2023-06-11
RDMA/erdma: Configure PAGE_SIZE to hardware
Cheng Xu
2
-0
/
+32
2023-04-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-61
/
+64
2023-03-24
RDMA/erdma: Use fixed hardware page size
Cheng Xu
2
-8
/
+13
2023-03-22
RDMA/erdma: Minor refactor of device init flow
Cheng Xu
2
-32
/
+34
2023-03-22
RDMA/erdma: Eliminate unnecessary casting of EQ doorbells
Cheng Xu
3
-8
/
+6
2023-03-22
RDMA/erdma: Unify byte ordering APIs usage
Cheng Xu
3
-13
/
+11
2023-03-20
RDMA/erdma: Defer probing if netdevice can not be found
Cheng Xu
1
-1
/
+1
2023-03-20
RDMA/erdma: Inline mtt entries into WQE if supported
Cheng Xu
1
-1
/
+1
2023-03-20
RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192
Cheng Xu
2
-2
/
+2
2023-03-20
RDMA/erdma: Fix some typos
Cheng Xu
3
-3
/
+3
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-3
/
+5
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2023-01-15
RDMA/erdma: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-2
/
+2
2022-12-28
RDMA/erdma: Fix refcount leak in erdma_mmap
Miaoqian Lin
1
-1
/
+3
2022-11-24
RDMA/erdma: Notify the latest PI to FW for reflushing when necessary
Cheng Xu
2
-9
/
+26
[next]