Age | Commit message (Expand) | Author | Files | Lines |
2022-06-09 | IB/rdmavt: add missing locks in rvt_ruc_loopback | Niels Dossche | 1 | -1/+5 |
2022-04-13 | IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition | Niels Dossche | 1 | -1/+5 |
2022-02-08 | IB/rdmavt: Validate remote_addr during loopback atomic tests | Mike Marciniszyn | 1 | -0/+2 |
2021-10-13 | RDMA/rdmavt: Fix error code in rvt_create_qp() | Dan Carpenter | 1 | -1/+1 |
2021-08-25 | IB/rdmavt: Convert to SPDX identifier | Cai Huoqing | 1 | -43/+1 |
2021-08-03 | RDMA: Globally allocate and release QP memory | Leon Romanovsky | 1 | -57/+34 |
2021-08-03 | RDMA/rdmavt: Decouple QP and SGE lists allocations | Leon Romanovsky | 1 | -5/+8 |
2021-06-22 | RDMA: Fix kernel-doc warnings about wrong comment | Leon Romanovsky | 1 | -1/+2 |
2021-01-28 | RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problem | Lee Jones | 1 | -1/+1 |
2021-01-22 | RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanours | Lee Jones | 1 | -14/+20 |
2020-12-07 | IB: Fix kernel-doc markups | Mauro Carvalho Chehab | 1 | -4/+4 |
2020-10-27 | RDMA: Check create_flags during create_qp | Jason Gunthorpe | 1 | -3/+4 |
2020-10-27 | RDMA: Check attr_mask during modify_qp | Jason Gunthorpe | 1 | -0/+3 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-29 | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE | Mike Marciniszyn | 1 | -29/+4 |
2020-06-18 | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq | Aditya Pakki | 1 | -2/+4 |
2020-05-21 | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe | 1 | -2/+2 |
2020-05-21 | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs | Gary Leshner | 1 | -5/+19 |
2020-04-24 | IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info() | Sudip Mukherjee | 1 | -2/+2 |
2020-03-04 | Merge tag 'v5.6-rc4' into rdma.git for-next | Jason Gunthorpe | 1 | -33/+51 |
2020-03-04 | RDMA/providers: Fix return value when QP type isn't supported | Kamal Heib | 1 | -1/+1 |
2020-02-11 | IB/rdmavt: Reset all QPs when the device is shut down | Kaike Wan | 1 | -33/+51 |
2019-10-22 | infiniband: fix sw/rdmavt/ kernel-doc notation | rd.dunlab@gmail.com | 1 | -15/+15 |
2019-07-08 | RDMA/rvt: Do not use a kernel header in the ABI | Jason Gunthorpe | 1 | -5/+27 |
2019-06-29 | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl | 1 | -1/+1 |
2019-06-29 | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl | 1 | -3/+55 |
2019-06-29 | IB/rdmavt: Set QP allowed opcodes after QP allocation | Michael J. Ruhl | 1 | -23/+12 |
2019-06-29 | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam | 1 | -2/+1 |
2019-06-29 | IB/rdmavt: Fracture single lock used for posting and processing RWQEs | Kamenee Arumugam | 1 | -35/+62 |
2019-06-29 | IB/hfi1: Move receive work queue struct into uapi directory | Kamenee Arumugam | 1 | -41/+111 |
2019-06-29 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 1 | -1/+2 |
2019-06-21 | IB/{rdmavt, qib, hfi1}: Convert to new completion API | Mike Marciniszyn | 1 | -22/+9 |
2019-05-30 | IB/rdmavt: Use struct_size() helper | Gustavo A. R. Silva | 1 | -3/+1 |
2019-05-29 | IB/rdmavt: Fix alloc_qpn() WARN_ON() | Mike Marciniszyn | 1 | -1/+2 |
2019-04-24 | IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts | Mike Marciniszyn | 1 | -7/+2 |
2019-04-24 | IB/rdmavt: Use more efficient allowed_ops | Mike Marciniszyn | 1 | -11/+4 |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 1 | -4/+1 |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 1 | -1/+1 |
2019-03-04 | IB/rdmavt: Fix concurrency panics in QP post_send and modify to error | Michael J. Ruhl | 1 | -10/+23 |
2019-03-04 | IB/rdmavt: Fix loopback send with invalidate ordering | Mike Marciniszyn | 1 | -10/+16 |
2019-02-16 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 1 | -1/+4 |
2019-02-09 | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford | 1 | -6/+8 |
2019-02-06 | IB/hfi1: Add an s_acked_ack_queue pointer | Kaike Wan | 1 | -0/+1 |
2019-02-06 | IB/hfi1: Increment the retry timeout value for TID RDMA READ request | Kaike Wan | 1 | -5/+6 |
2019-02-06 | IB/hfi1: TID RDMA RcvArray programming and TID allocation | Kaike Wan | 1 | -1/+1 |
2019-02-05 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe | 1 | -1/+6 |
2019-01-30 | IB/{hfi1, qib, rvt} Cleanup open coded sge usage | Michael J. Ruhl | 1 | -24/+2 |
2019-01-22 | IB/hfi1: Add limit test for RC/UC send via loopback | Mike Marciniszyn | 1 | -1/+6 |
2018-12-07 | IB/hfi1: Allow the driver to initialize QP priv struct | Mike Marciniszyn | 1 | -1/+8 |
2018-10-04 | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota | 1 | -0/+331 |