Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-29 | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE | Mike Marciniszyn |
2020-06-18 | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq | Aditya Pakki |
2020-05-21 | Merge tag 'v5.7-rc6' into rdma.git for-next | Jason Gunthorpe |
2020-05-21 | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs | Gary Leshner |
2020-04-24 | IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info() | Sudip Mukherjee |
2020-03-04 | Merge tag 'v5.6-rc4' into rdma.git for-next | Jason Gunthorpe |
2020-03-04 | RDMA/providers: Fix return value when QP type isn't supported | Kamal Heib |
2020-02-11 | IB/rdmavt: Reset all QPs when the device is shut down | Kaike Wan |
2019-10-22 | infiniband: fix sw/rdmavt/ kernel-doc notation | rd.dunlab@gmail.com |
2019-07-08 | RDMA/rvt: Do not use a kernel header in the ABI | Jason Gunthorpe |
2019-06-28 | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl |
2019-06-28 | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl |
2019-06-28 | IB/rdmavt: Set QP allowed opcodes after QP allocation | Michael J. Ruhl |
2019-06-28 | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam |
2019-06-28 | IB/rdmavt: Fracture single lock used for posting and processing RWQEs | Kamenee Arumugam |
2019-06-28 | IB/hfi1: Move receive work queue struct into uapi directory | Kamenee Arumugam |
2019-06-28 | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe |
2019-06-20 | IB/{rdmavt, qib, hfi1}: Convert to new completion API | Mike Marciniszyn |
2019-05-30 | IB/rdmavt: Use struct_size() helper | Gustavo A. R. Silva |
2019-05-29 | IB/rdmavt: Fix alloc_qpn() WARN_ON() | Mike Marciniszyn |
2019-04-24 | IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts | Mike Marciniszyn |
2019-04-24 | IB/rdmavt: Use more efficient allowed_ops | Mike Marciniszyn |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch |
2019-03-04 | IB/rdmavt: Fix concurrency panics in QP post_send and modify to error | Michael J. Ruhl |
2019-03-04 | IB/rdmavt: Fix loopback send with invalidate ordering | Mike Marciniszyn |
2019-02-15 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch |
2019-02-09 | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford |
2019-02-05 | IB/hfi1: Add an s_acked_ack_queue pointer | Kaike Wan |
2019-02-05 | IB/hfi1: Increment the retry timeout value for TID RDMA READ request | Kaike Wan |
2019-02-05 | IB/hfi1: TID RDMA RcvArray programming and TID allocation | Kaike Wan |
2019-02-04 | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe |
2019-01-30 | IB/{hfi1, qib, rvt} Cleanup open coded sge usage | Michael J. Ruhl |
2019-01-21 | IB/hfi1: Add limit test for RC/UC send via loopback | Mike Marciniszyn |
2018-12-06 | IB/hfi1: Allow the driver to initialize QP priv struct | Mike Marciniszyn |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota |
2018-10-03 | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty |
2018-10-03 | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib |
2018-09-30 | IB/rdmavt: Rename check_send_wqe as setup_wqe | Kaike Wan |
2018-09-11 | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche |
2018-07-30 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise |
2018-06-18 | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs | Jason Gunthorpe |
2018-06-12 | treewide: Use array_size() in vzalloc_node() | Kees Cook |
2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook |
2018-05-24 | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version | Mike Marciniszyn |
2018-05-09 | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty |