Age | Commit message (Expand) | Author |
2024-12-30 | RDMA/erdma: Support create_ah/destroy_ah in non-sleepable contexts | Boshi Yu |
2024-12-30 | RDMA/erdma: Support non-sleeping erdma_post_cmd_wait() | Boshi Yu |
2024-12-30 | RDMA/erdma: Fix incorrect response returned from query_qp | Boshi Yu |
2024-12-30 | RDMA/erdma: Add missing fields to the erdma_device_ops_rocev2 | Boshi Yu |
2024-12-25 | RDMA/erdma: Remove deliver net device event | Yuyu Li |
2024-12-19 | RDMA/erdma: Fix opcode conditional check | Advait Dhamorikar |
2024-12-16 | RDMA/erdma: Support UD QPs and UD WRs | Boshi Yu |
2024-12-16 | RDMA/erdma: Add the query_qp command to the cmdq | Boshi Yu |
2024-12-16 | RDMA/erdma: Refactor the code of the modify_qp interface | Boshi Yu |
2024-12-16 | RDMA/erdma: Add erdma_modify_qp_rocev2() interface | Boshi Yu |
2024-12-16 | RDMA/erdma: Add address handle implementation | Boshi Yu |
2024-12-16 | RDMA/erdma: Add the erdma_query_pkey() interface | Boshi Yu |
2024-12-16 | RDMA/erdma: Add GID table management interfaces | Boshi Yu |
2024-12-16 | RDMA/erdma: Probe the erdma RoCEv2 device | Boshi Yu |
2024-09-09 | RDMA/erdma: Return QP state in erdma_query_qp | Cheng Xu |
2024-09-09 | RDMA/erdma: Add disassociate ucontext support | Cheng Xu |
2024-09-09 | RDMA/erdma: Refactor the initialization and destruction of EQ | Cheng Xu |
2024-06-27 | RDMA: Pass entire uverbs attr bundle to create cq function | Akiva Goldberger |
2024-04-01 | RDMA/erdma: Remove unnecessary __GFP_ZERO flag | Boshi Yu |
2024-04-01 | RDMA/erdma: Unify the names related to doorbell records | Boshi Yu |
2024-04-01 | RDMA/erdma: Allocate doorbell records from dma pool | Boshi Yu |
2024-01-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2023-12-30 | RDMA/erdma: Add hardware statistics support | Cheng Xu |
2023-12-30 | RDMA/erdma: Introduce dma pool for hardware responses of CMDQ requests | Cheng Xu |
2023-12-13 | PCI: Add Alibaba Vendor ID to linux/pci_ids.h | Shuai Xue |
2023-09-18 | RDMA/erdma: Fix NULL pointer access in regmr_cmd | Cheng Xu |
2023-09-18 | RDMA/erdma: Fix error code in erdma_create_scatter_mtt() | Dan Carpenter |
2023-08-19 | RDMA/erdma: Implement hierarchical MTT | Cheng Xu |
2023-08-19 | RDMA/erdma: Refactor the storage structure of MTT entries | Cheng Xu |
2023-08-19 | RDMA/erdma: Renaming variable names and field names of struct erdma_mem | Cheng Xu |
2023-07-21 | RDMA/erdma: use vmalloc_array and vcalloc | Julia Lawall |
2023-06-11 | RDMA/erdma: Refactor the original doorbell allocation mechanism | Cheng Xu |
2023-06-11 | RDMA/erdma: Associate QPs/CQs with doorbells for authorization | Cheng Xu |
2023-06-11 | RDMA/erdma: Allocate doorbell resources from hardware | Cheng Xu |
2023-06-11 | RDMA/erdma: Configure PAGE_SIZE to hardware | Cheng Xu |
2023-04-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2023-03-24 | RDMA/erdma: Use fixed hardware page size | Cheng Xu |
2023-03-22 | RDMA/erdma: Minor refactor of device init flow | Cheng Xu |
2023-03-22 | RDMA/erdma: Eliminate unnecessary casting of EQ doorbells | Cheng Xu |
2023-03-22 | RDMA/erdma: Unify byte ordering APIs usage | Cheng Xu |
2023-03-20 | RDMA/erdma: Defer probing if netdevice can not be found | Cheng Xu |
2023-03-20 | RDMA/erdma: Inline mtt entries into WQE if supported | Cheng Xu |
2023-03-20 | RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192 | Cheng Xu |
2023-03-20 | RDMA/erdma: Fix some typos | Cheng Xu |
2023-02-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye |
2023-01-15 | RDMA/erdma: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva |
2022-12-28 | RDMA/erdma: Fix refcount leak in erdma_mmap | Miaoqian Lin |
2022-11-24 | RDMA/erdma: Notify the latest PI to FW for reflushing when necessary | Cheng Xu |
2022-11-24 | RDMA/erdma: Implement the lifecycle of reflushing work for each QP | Cheng Xu |