Age | Commit message (Expand) | Author | Files | Lines |
2021-12-29 | RDMA/hns: Replace kfree() with kvfree() | Jiacheng Shi | 1 | -1/+1 |
2021-10-06 | RDMA/hns: Fix inaccurate prints | Yixing Liu | 1 | -15/+22 |
2020-12-30 | RDMA/hns: Limit the length of data copied between kernel and userspace | Wenpeng Liang | 1 | -5/+5 |
2020-09-09 | RDMA: Restore ability to fail on SRQ destroy | Leon Romanovsky | 1 | -1/+2 |
2020-09-09 | RDMA/hns: Avoid unncessary initialization | Lijun Ou | 1 | -1/+1 |
2020-08-20 | Revert "RDMA/hns: Reserve one sge in order to avoid local length error" | Weihang Li | 1 | -1/+1 |
2020-05-25 | RDMA/hns: Remove redundant parameters from free_srq/qp_wrid() | Wenpeng Liang | 1 | -3/+3 |
2020-05-20 | RDMA/hns: Reserve one sge in order to avoid local length error | Lijun Ou | 1 | -1/+1 |
2020-05-20 | RDMA/hns: Rename macro for defining hns hardware page size | Xi Wang | 1 | -4/+4 |
2020-05-06 | RDMA/hns: Optimize SRQ buffer size calculating process | Xi Wang | 1 | -8/+8 |
2020-04-22 | RDMA/hns: Support 0 hop addressing for SRQ buffer | Xi Wang | 1 | -225/+140 |
2020-04-22 | RDMA/hns: Optimize hns buffer allocation flow | Xi Wang | 1 | -20/+17 |
2020-02-11 | RDMA/hns: Cleanups of magic numbers | Lang Cheng | 1 | -1/+2 |
2020-01-16 | IB: Allow calls to ib_umem_get from kernel ULPs | Moni Shoua | 1 | -2/+3 |
2019-11-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -41/+45 |
2019-11-17 | IB/umem: remove the dmasync argument to ib_umem_get | Christoph Hellwig | 1 | -2/+2 |
2019-11-08 | RDMA/hns: Modify appropriate printings | Wenpeng Liang | 1 | -4/+4 |
2019-11-08 | RDMA/hns: Fix non-standard error codes | Yixian Liu | 1 | -1/+1 |
2019-11-08 | RDMA/hns: Replace not intuitive function/macro names | Yixing Liu | 1 | -11/+11 |
2019-11-08 | RDMA/hns: Modify fields of struct hns_roce_srq | Yixian Liu | 1 | -13/+13 |
2019-11-06 | RDMA/hns: Correct the value of srq_desc_size | Wenpeng Liang | 1 | -1/+1 |
2019-10-21 | RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_que | Weihang Li | 1 | -10/+14 |
2019-08-28 | RDMA/hns: Delete the not-used lines | Wenpeng Liang | 1 | -1/+0 |
2019-08-28 | RDMA/hns: Remove if-else judgment statements for creating srq | Wenpeng Liang | 1 | -22/+7 |
2019-07-25 | RDMA/hns: Refactor the code of creating srq | Lijun Ou | 1 | -127/+183 |
2019-06-25 | RDMA/hns: Cleanup unnecessary exported symbols | Lijun Ou | 1 | -1/+0 |
2019-06-20 | RDMA: Check umem pointer validity prior to release | Leon Romanovsky | 1 | -8/+6 |
2019-05-31 | RDMA/hns: Bugfix for posting multiple srq work request | Lijun Ou | 1 | -12/+3 |
2019-05-21 | RDMA/umem: Move page_shift from ib_umem to ib_odp_umem | Jason Gunthorpe | 1 | -6/+4 |
2019-04-08 | RDMA: Handle SRQ allocations by IB/core | Leon Romanovsky | 1 | -34/+18 |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 1 | -1/+1 |
2019-02-05 | RDMA/hns: Make some function static | YueHaibing | 1 | -4/+5 |
2019-02-05 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe | 1 | -2/+8 |
2019-01-25 | RDMA/hns: Update the kernel header file of hns | Lijun Ou | 1 | -2/+8 |
2019-01-11 | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata | Jason Gunthorpe | 1 | -4/+3 |
2018-12-19 | RDMA: Cleanup undesired pd->uobject usage | Shamir Rabinovitch | 1 | -1/+1 |
2018-12-19 | RDMA/hns: Fix an error code in hns_roce_create_srq() | Dan Carpenter | 1 | -0/+1 |
2018-12-05 | RDMA/hns: Add SRQ asynchronous event support | Lijun Ou | 1 | -0/+23 |
2018-12-05 | RDMA/hns: Add SRQ support for hip08 kernel mode | Lijun Ou | 1 | -0/+407 |
2018-12-05 | RDMA/hns: Init SRQ table for hip08 | Lijun Ou | 1 | -0/+26 |