| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 2017-05-01 | 2 | -18/+23 |
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ah | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -1/+1 |
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 2017-05-01 | 2 | -7/+7 |
* | IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing | Michael J. Ruhl | 2017-04-28 | 1 | -17/+44 |
* | IB/rdmavt: restore IRQs on error path in rvt_create_ah() | Dan Carpenter | 2017-04-28 | 1 | -1/+1 |
* | IB: Replace ib_umem page_size by page_shift | Artemy Kovalyov | 2017-04-25 | 1 | -4/+4 |
* | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice | Doug Ledford | 2017-04-20 | 7 | -41/+317 |
|\ |
|
| * | IB/hfi1: Eliminate synchronize_rcu() in mr delete | Mike Marciniszyn | 2017-04-05 | 1 | -16/+33 |
| * | IB/rdmavt: Avoid reseting wqe send_flags in unreserve | Mike Marciniszyn | 2017-04-05 | 1 | -2/+5 |
| * | IB/rdmavt, IB/hfi1: Fix timer migration regressions | Sebastian Sanchez | 2017-04-05 | 3 | -2/+116 |
| * | IB/rdmavt: Add tracing for cq entry and poll | Mike Marciniszyn | 2017-04-05 | 3 | -0/+131 |
| * | IB/rdmavt: Add additional fields to post send trace | Mike Marciniszyn | 2017-04-05 | 2 | -4/+32 |
| * | IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent | Mike Marciniszyn | 2017-04-05 | 1 | -17/+0 |
* | | infiniband: Fix alignment of mmap cookies to support VIPT caching | Jason Gunthorpe | 2017-03-24 | 1 | -2/+2 |
|/ |
|
* | scripts/spelling.txt: add "therfore" pattern and fix typo instances | Masahiro Yamada | 2017-02-27 | 1 | -3/+3 |
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 7 | -259/+8 |
|\ |
|
| * | IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it | Bart Van Assche | 2017-01-24 | 7 | -259/+8 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2017-02-23 | 1 | -3/+4 |
|\ \ |
|
| * | | IB: Query ports via the core instead of direct into the driver | Or Gerlitz | 2017-02-14 | 1 | -3/+4 |
| |/ |
|
* | | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h | Don Hiatt | 2017-02-19 | 2 | -11/+11 |
* | | IB/hfi1: Add rvt_rnr_tbl_to_usec function | Don Hiatt | 2017-02-19 | 1 | -0/+11 |
* | | IB/hfi1, rdmavt: Update copy_sge to use boolean arguments | Brian Welty | 2017-02-19 | 1 | -1/+1 |
* | | IB/rdmavt: Adding timer logic to rdmavt | Venkata Sandeep Dhanalakota | 2017-02-19 | 1 | -2/+181 |
* | | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt | Brian Welty | 2017-02-19 | 2 | -2/+192 |
* | | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt | Brian Welty | 2017-02-19 | 1 | -0/+38 |
* | | IB/rdmavt: Use per-CPU reference count for MRs | Sebastian Sanchez | 2017-02-19 | 1 | -21/+38 |
|/ |
|
* | rdma: fix buggy code that the compiler warns about | Linus Torvalds | 2016-12-15 | 1 | -1/+2 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-12-15 | 9 | -187/+486 |
|\ |
|
| * | IB/rdmavt: Only put mmap_info ref if it exists | Jim Foraker | 2016-12-14 | 1 | -1/+2 |
| * | IB/rdmavt: Handle the kthread worker using the new API | Petr Mladek | 2016-12-14 | 1 | -23/+11 |
| * | IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker | Petr Mladek | 2016-12-14 | 1 | -14/+16 |
| * | IB/rdmavt: Add a send completion helper | Mike Marciniszyn | 2016-12-11 | 1 | -0/+17 |
| * | IB/hfi1: Use reference count wrapper for MRs | Sebastian Sanchez | 2016-12-11 | 1 | -4/+4 |
| * | IB/hfi1: Replace qp->refcount release code with standard driver wrapper | Sebastian Sanchez | 2016-12-11 | 1 | -3/+2 |
| * | IB/rdmavt: Add trace of MR segs | Mike Marciniszyn | 2016-12-11 | 3 | -0/+117 |
| * | IB/rdmavt: Fix trace hierarchy | Dennis Dalessandro | 2016-12-11 | 4 | -137/+312 |
| * | IB/hfi1: Optimize lkey validation structures | Mike Marciniszyn | 2016-11-15 | 1 | -5/+5 |
* | | IB/rdmavt: rdmavt can handle non aligned page maps | Dennis Dalessandro | 2016-11-15 | 1 | -3/+0 |
|/ |
|
* | kthread: kthread worker API cleanup | Petr Mladek | 2016-10-11 | 1 | -5/+5 |
* | IB/{rxe,core,rdmavt}: Fix kernel crash for reg MR | Parav Pandit | 2016-10-06 | 1 | -0/+17 |
* | IB/rdmavt: Trivial function comment corrected. | Parav Pandit | 2016-10-03 | 1 | -1/+1 |
* | IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug | Mike Marciniszyn | 2016-10-02 | 1 | -0/+8 |
* | IB/rdmavt: Add qp init function | Mike Marciniszyn | 2016-10-02 | 1 | -42/+58 |
* | IB/rdmavt: Move reset calldown to reset path | Mike Marciniszyn | 2016-10-02 | 1 | -6/+5 |
* | IB/rdmavt: Correct sparse annotation | Mike Marciniszyn | 2016-10-02 | 1 | -6/+3 |
* | IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines | Mike Marciniszyn | 2016-09-16 | 1 | -3/+2 |
* | IB/rdmavt: Don't vfree a kzalloc'ed memory region | Colin Ian King | 2016-09-16 | 1 | -1/+1 |
* | IB/rdmvat: Fix double vfree() in rvt_create_qp() error path | Mike Marciniszyn | 2016-08-22 | 1 | -1/+2 |
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled... | Linus Torvalds | 2016-08-04 | 5 | -68/+315 |
|\ |
|
| * | IB/rdmavt: Eliminate redundant opcode test in mr ref clear | Ira Weiny | 2016-08-02 | 1 | -2/+1 |