| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/rdmavt: Fix concurrency panics in QP post_send and modify to error | Michael J. Ruhl | 2019-03-04 | 1 | -10/+23 |
* | IB/rdmavt: Fix loopback send with invalidate ordering | Mike Marciniszyn | 2019-03-04 | 1 | -10/+16 |
* | RDMA: Handle ucontext allocations by IB/core | Leon Romanovsky | 2019-02-22 | 1 | -14/+8 |
* | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 2019-02-15 | 3 | -6/+8 |
* | RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEs | Shiraz, Saleem | 2019-02-13 | 1 | -10/+8 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Doug Ledford | 2019-02-13 | 3 | -25/+12 |
|\ |
|
| * | RDMA: Handle PD allocations by IB/core | Leon Romanovsky | 2019-02-09 | 3 | -25/+12 |
* | | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford | 2019-02-09 | 2 | -6/+21 |
|\ \
| |/
|/| |
|
| * | IB/hfi1: Add an s_acked_ack_queue pointer | Kaike Wan | 2019-02-06 | 1 | -0/+1 |
| * | IB/hfi1: Increment the retry timeout value for TID RDMA READ request | Kaike Wan | 2019-02-05 | 1 | -5/+6 |
| * | IB/hfi1: TID RDMA RcvArray programming and TID allocation | Kaike Wan | 2019-02-05 | 1 | -1/+1 |
| * | IB/hfi: Move RC functions into a header file | Kaike Wan | 2019-02-05 | 1 | -0/+13 |
* | | Merge tag 'v5.0-rc5' into rdma.git for-next | Jason Gunthorpe | 2019-02-04 | 1 | -1/+6 |
|\ \ |
|
| * | | IB/hfi1: Add limit test for RC/UC send via loopback | Mike Marciniszyn | 2019-01-21 | 1 | -1/+6 |
* | | | RDMA: Provide safe ib_alloc_device() function | Leon Romanovsky | 2019-01-30 | 1 | -1/+1 |
| |/
|/| |
|
* | | IB/{hfi1, qib, rvt} Cleanup open coded sge usage | Michael J. Ruhl | 2019-01-30 | 1 | -24/+2 |
* | | IB/rdmavt: Add wc_flags and wc_immdata to cq entry trace | Mike Marciniszyn | 2019-01-18 | 1 | -2/+8 |
* | | RDMA: Rename port_callback to init_port | Parav Pandit | 2019-01-14 | 1 | -3/+2 |
* | | RDMA: Clear CTX objects during their allocation | Leon Romanovsky | 2019-01-11 | 1 | -1/+1 |
* | | RDMA: Clear PD objects during their allocation | Leon Romanovsky | 2019-01-11 | 1 | -1/+1 |
* | | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata | Jason Gunthorpe | 2019-01-11 | 1 | -2/+1 |
|/ |
|
* | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 2018-12-20 | 3 | -3/+5 |
* | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 2018-12-20 | 2 | -0/+3 |
* | RDMA: Start use ib_device_ops | Kamal Heib | 2018-12-12 | 1 | -8/+8 |
* | RDMA/rdmavt: Initialize ib_device_ops struct | Kamal Heib | 2018-12-12 | 1 | -245/+54 |
* | Merge tag 'v4.20-rc6' into rdma.git for-next | Jason Gunthorpe | 2018-12-11 | 2 | -2/+5 |
|\ |
|
| * | RDMA/rdmavt: Fix rvt_create_ah function signature | Kamal Heib | 2018-11-21 | 2 | -2/+5 |
* | | IB/hfi1: Allow the driver to initialize QP priv struct | Mike Marciniszyn | 2018-12-07 | 1 | -1/+8 |
|/ |
|
* | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt | Venkata Sandeep Dhanalakota | 2018-10-04 | 1 | -0/+331 |
* | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt | Venkata Sandeep Dhanalakota | 2018-10-04 | 2 | -0/+85 |
* | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt | Brian Welty | 2018-10-04 | 4 | -2/+272 |
* | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib | 2018-10-04 | 1 | -4/+1 |
* | IB/rdmavt: Rename check_send_wqe as setup_wqe | Kaike Wan | 2018-10-01 | 1 | -8/+20 |
* | RDMA: Fully setup the device name in ib_register_device | Jason Gunthorpe | 2018-09-26 | 1 | -1/+2 |
* | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting | Michael J. Ruhl | 2018-09-11 | 1 | -6/+8 |
* | RDMA/providers: Fix return value from create_srq callbacks | Kamal Heib | 2018-07-31 | 1 | -1/+1 |
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 2018-07-31 | 2 | -12/+12 |
* | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 2018-07-31 | 1 | -2/+2 |
* | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 2018-06-18 | 1 | -2/+3 |
* | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs | Jason Gunthorpe | 2018-06-18 | 2 | -3/+7 |
* | treewide: Use array_size() in vzalloc_node() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 2018-06-13 | 1 | -5/+4 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-06-07 | 6 | -70/+233 |
|\ |
|
| * | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version | Mike Marciniszyn | 2018-05-24 | 1 | -1/+1 |
| * | IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS | Ben Hutchings | 2018-05-15 | 1 | -1/+1 |
| * | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty | 2018-05-09 | 1 | -0/+149 |
| * | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support | Sebastian Sanchez | 2018-05-09 | 4 | -75/+82 |
| * | IB/hfi1: Optimize kthread pointer locking when queuing CQ entries | Sebastian Sanchez | 2018-05-09 | 1 | -12/+19 |
* | | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 1 | -2/+2 |
|/ |
|
* | IB/uverbs: Extend uverbs_ioctl header with driver_id | Matan Barak | 2018-03-19 | 1 | -1/+2 |