summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/erdma
AgeCommit message (Expand)AuthorFilesLines
2025-03-06RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()Cheng Xu1-1/+0
2024-12-30RDMA/erdma: Support create_ah/destroy_ah in non-sleepable contextsBoshi Yu1-2/+2
2024-12-30RDMA/erdma: Support non-sleeping erdma_post_cmd_wait()Boshi Yu6-41/+54
2024-12-30RDMA/erdma: Fix incorrect response returned from query_qpBoshi Yu1-8/+8
2024-12-30RDMA/erdma: Add missing fields to the erdma_device_ops_rocev2Boshi Yu1-0/+3
2024-12-25RDMA/erdma: Remove deliver net device eventYuyu Li3-16/+2
2024-12-19RDMA/erdma: Fix opcode conditional checkAdvait Dhamorikar1-1/+1
2024-12-16RDMA/erdma: Support UD QPs and UD WRsBoshi Yu4-21/+136
2024-12-16RDMA/erdma: Add the query_qp command to the cmdqBoshi Yu2-10/+60
2024-12-16RDMA/erdma: Refactor the code of the modify_qp interfaceBoshi Yu6-220/+276
2024-12-16RDMA/erdma: Add erdma_modify_qp_rocev2() interfaceBoshi Yu6-31/+388
2024-12-16RDMA/erdma: Add address handle implementationBoshi Yu5-2/+182
2024-12-16RDMA/erdma: Add the erdma_query_pkey() interfaceBoshi Yu4-0/+18
2024-12-16RDMA/erdma: Add GID table management interfacesBoshi Yu5-4/+96
2024-12-16RDMA/erdma: Probe the erdma RoCEv2 deviceBoshi Yu6-12/+62
2024-09-09RDMA/erdma: Return QP state in erdma_query_qpCheng Xu1-1/+24
2024-09-09RDMA/erdma: Add disassociate ucontext supportCheng Xu3-0/+6
2024-09-09RDMA/erdma: Refactor the initialization and destruction of EQCheng Xu4-69/+51
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2-2/+3
2024-04-01RDMA/erdma: Remove unnecessary __GFP_ZERO flagBoshi Yu2-8/+4
2024-04-01RDMA/erdma: Unify the names related to doorbell recordsBoshi Yu8-93/+79
2024-04-01RDMA/erdma: Allocate doorbell records from dma poolBoshi Yu6-101/+167
2024-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-2/+159
2023-12-30RDMA/erdma: Add hardware statistics supportCheng Xu4-0/+133
2023-12-30RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requestsCheng Xu3-2/+26
2023-12-13PCI: Add Alibaba Vendor ID to linux/pci_ids.hShuai Xue1-2/+0
2023-09-18RDMA/erdma: Fix NULL pointer access in regmr_cmdCheng Xu1-3/+2
2023-09-18RDMA/erdma: Fix error code in erdma_create_scatter_mtt()Dan Carpenter1-1/+1
2023-08-19RDMA/erdma: Implement hierarchical MTTCheng Xu3-24/+194
2023-08-19RDMA/erdma: Refactor the storage structure of MTT entriesCheng Xu4-94/+152
2023-08-19RDMA/erdma: Renaming variable names and field names of struct erdma_memCheng Xu2-37/+37
2023-07-21RDMA/erdma: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-11RDMA/erdma: Refactor the original doorbell allocation mechanismCheng Xu5-163/+27
2023-06-11RDMA/erdma: Associate QPs/CQs with doorbells for authorizationCheng Xu2-7/+41
2023-06-11RDMA/erdma: Allocate doorbell resources from hardwareCheng Xu4-19/+131
2023-06-11RDMA/erdma: Configure PAGE_SIZE to hardwareCheng Xu2-0/+32
2023-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-61/+64
2023-03-24RDMA/erdma: Use fixed hardware page sizeCheng Xu2-8/+13
2023-03-22RDMA/erdma: Minor refactor of device init flowCheng Xu2-32/+34
2023-03-22RDMA/erdma: Eliminate unnecessary casting of EQ doorbellsCheng Xu3-8/+6
2023-03-22RDMA/erdma: Unify byte ordering APIs usageCheng Xu3-13/+11
2023-03-20RDMA/erdma: Defer probing if netdevice can not be foundCheng Xu1-1/+1
2023-03-20RDMA/erdma: Inline mtt entries into WQE if supportedCheng Xu1-1/+1
2023-03-20RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192Cheng Xu2-2/+2
2023-03-20RDMA/erdma: Fix some typosCheng Xu3-3/+3
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+5
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2023-01-15RDMA/erdma: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2022-12-28RDMA/erdma: Fix refcount leak in erdma_mmapMiaoqian Lin1-1/+3
2022-11-24RDMA/erdma: Notify the latest PI to FW for reflushing when necessaryCheng Xu2-9/+26