summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt
Commit message (Expand)AuthorAgeFilesLines
* IB/rdmavt: Setting of QP timeout can overflow jiffies computationKaike Wan2017-07-201-3/+1
* IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-171-35/+13
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-012-18/+23
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-012-7/+7
* IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-17/+44
* IB/rdmavt: restore IRQs on error path in rvt_create_ah()Dan Carpenter2017-04-281-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-4/+4
* Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-207-41/+317
|\
| * IB/hfi1: Eliminate synchronize_rcu() in mr deleteMike Marciniszyn2017-04-051-16/+33
| * IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn2017-04-051-2/+5
| * IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez2017-04-053-2/+116
| * IB/rdmavt: Add tracing for cq entry and pollMike Marciniszyn2017-04-053-0/+131
| * IB/rdmavt: Add additional fields to post send traceMike Marciniszyn2017-04-052-4/+32
| * IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-051-17/+0
* | infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe2017-03-241-2/+2
|/
* scripts/spelling.txt: add "therfore" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+3
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-257-259/+8
|\
| * IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-247-259/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-3/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-3/+4
| |/
* | IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2017-02-192-11/+11
* | IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt2017-02-191-0/+11
* | IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty2017-02-191-1/+1
* | IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota2017-02-191-2/+181
* | IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2017-02-192-2/+192
* | IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty2017-02-191-0/+38
* | IB/rdmavt: Use per-CPU reference count for MRsSebastian Sanchez2017-02-191-21/+38
|/
* rdma: fix buggy code that the compiler warns aboutLinus Torvalds2016-12-151-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-159-187/+486
|\
| * IB/rdmavt: Only put mmap_info ref if it existsJim Foraker2016-12-141-1/+2
| * IB/rdmavt: Handle the kthread worker using the new APIPetr Mladek2016-12-141-23/+11
| * IB/rdmavt: Avoid queuing work into a destroyed cq kthread workerPetr Mladek2016-12-141-14/+16
| * IB/rdmavt: Add a send completion helperMike Marciniszyn2016-12-111-0/+17
| * IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez2016-12-111-4/+4
| * IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez2016-12-111-3/+2
| * IB/rdmavt: Add trace of MR segsMike Marciniszyn2016-12-113-0/+117
| * IB/rdmavt: Fix trace hierarchyDennis Dalessandro2016-12-114-137/+312
| * IB/hfi1: Optimize lkey validation structuresMike Marciniszyn2016-11-151-5/+5
* | IB/rdmavt: rdmavt can handle non aligned page mapsDennis Dalessandro2016-11-151-3/+0
|/
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-5/+5
* IB/{rxe,core,rdmavt}: Fix kernel crash for reg MRParav Pandit2016-10-061-0/+17
* IB/rdmavt: Trivial function comment corrected.Parav Pandit2016-10-031-1/+1
* IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debugMike Marciniszyn2016-10-021-0/+8
* IB/rdmavt: Add qp init functionMike Marciniszyn2016-10-021-42/+58
* IB/rdmavt: Move reset calldown to reset pathMike Marciniszyn2016-10-021-6/+5
* IB/rdmavt: Correct sparse annotationMike Marciniszyn2016-10-021-6/+3
* IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routinesMike Marciniszyn2016-09-161-3/+2
* IB/rdmavt: Don't vfree a kzalloc'ed memory regionColin Ian King2016-09-161-1/+1
* IB/rdmvat: Fix double vfree() in rvt_create_qp() error pathMike Marciniszyn2016-08-221-1/+2