- a25ce42 IB/rdmavt: Setting of QP timeout can overflow jiffies computation by Kaike Wan · 8 years ago
- 0f4d027 IB/{rdmavt, qib, hfi1}: Remove gfp flags argument by Leon Romanovsky · 8 years ago
- d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
- 3652315 IB/core: Rename ib_destroy_ah to rdma_destroy_ah by Dasaratharaman Chandramouli · 8 years ago
- 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
- aad9ff9 IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing by Michael J. Ruhl · 8 years ago
- f0bb2d4 IB/rdmavt: restore IRQs on error path in rvt_create_ah() by Dan Carpenter · 8 years ago
- 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
- 23790ba Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice by Doug Ledford · 8 years ago
- b58fc80 IB/hfi1: Eliminate synchronize_rcu() in mr delete by Mike Marciniszyn · 8 years ago
- 44dcfa4 IB/rdmavt: Avoid reseting wqe send_flags in unreserve by Mike Marciniszyn · 8 years ago
- 5f14e4e IB/rdmavt, IB/hfi1: Fix timer migration regressions by Sebastian Sanchez · 8 years ago
- c6ad948 IB/rdmavt: Add tracing for cq entry and poll by Mike Marciniszyn · 8 years ago
- 2a1b7c8 IB/rdmavt: Add additional fields to post send trace by Mike Marciniszyn · 8 years ago
- 43a474a IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent by Mike Marciniszyn · 8 years ago
- cb88645 infiniband: Fix alignment of mmap cookies to support VIPT caching by Jason Gunthorpe · 8 years ago
- 608595e scripts/spelling.txt: add "therfore" pattern and fix typo instances by Masahiro Yamada · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 832666c IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h by Don Hiatt · 8 years ago
- 881fccb IB/hfi1: Add rvt_rnr_tbl_to_usec function by Don Hiatt · 8 years ago
- 0128fce IB/hfi1, rdmavt: Update copy_sge to use boolean arguments by Brian Welty · 8 years ago
- 11a10d4 IB/rdmavt: Adding timer logic to rdmavt by Venkata Sandeep Dhanalakota · 8 years ago
- 696513e IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt by Brian Welty · 8 years ago
- beb5a04 IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt by Brian Welty · 8 years ago
- 338adfd IB/rdmavt: Use per-CPU reference count for MRs by Sebastian Sanchez · 8 years ago
- c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
- 0bbb3b7 IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it by Bart Van Assche · 8 years ago
- d3ea547 rdma: fix buggy code that the compiler warns about by Linus Torvalds · 8 years ago
- 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 22dccc5 IB/rdmavt: Only put mmap_info ref if it exists by Jim Foraker · 8 years ago
- f5eabf5 IB/rdmavt: Handle the kthread worker using the new API by Petr Mladek · 8 years ago
- 6efaf10 IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker by Petr Mladek · 8 years ago
- f2dc9cd IB/rdmavt: Add a send completion helper by Mike Marciniszyn · 8 years ago
- f84dfa2 IB/hfi1: Use reference count wrapper for MRs by Sebastian Sanchez · 8 years ago
- b44980f IB/hfi1: Replace qp->refcount release code with standard driver wrapper by Sebastian Sanchez · 8 years ago
- fcb29a6 IB/rdmavt: Add trace of MR segs by Mike Marciniszyn · 8 years ago
- cf4c2f8 IB/rdmavt: Fix trace hierarchy by Dennis Dalessandro · 8 years ago
- 99f80d2 IB/hfi1: Optimize lkey validation structures by Mike Marciniszyn · 8 years ago
- e1fafdc IB/rdmavt: rdmavt can handle non aligned page maps by Dennis Dalessandro · 8 years ago
- 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
- d970365 IB/{rxe,core,rdmavt}: Fix kernel crash for reg MR by Parav Pandit · 8 years ago
- 61347fa IB/rdmavt: Trivial function comment corrected. by Parav Pandit · 9 years ago
- 68e78b3 IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug by Mike Marciniszyn · 9 years ago
- 222f7a9a IB/rdmavt: Add qp init function by Mike Marciniszyn · 9 years ago
- 30a345c IB/rdmavt: Move reset calldown to reset path by Mike Marciniszyn · 9 years ago
- eefa1d8 IB/rdmavt: Correct sparse annotation by Mike Marciniszyn · 9 years ago
- 4d6f85c IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines by Mike Marciniszyn · 9 years ago
- e4618d4 IB/rdmavt: Don't vfree a kzalloc'ed memory region by Colin Ian King · 9 years ago
- 56c8ca5 IB/rdmvat: Fix double vfree() in rvt_create_qp() error path by Mike Marciniszyn · 9 years ago
- 84e39ee Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- 0cda611 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- 378fc32 IB/rdmavt: Disable by default by Bart Van Assche · 9 years ago
- fe50827 IB/rdmavt: Eliminate redundant opcode test in mr ref clear by Ira Weiny · 9 years ago
- d9b13c2 IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled by Jianxin Xiong · 9 years ago
- 856cc4c IB/hfi1: Add the capability for reserved operations by Mike Marciniszyn · 9 years ago
- a6580f43 IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lock by Jianxin Xiong · 9 years ago
- d9f8723 IB/rdmavt: Handle local operations in post send by Jianxin Xiong · 9 years ago
- e8f8b09 IB/rdmavt: Add mechanism to invalidate MR keys by Jianxin Xiong · 9 years ago
- a41081a IB/rdmavt: Add support for ib_map_mr_sg by Jianxin Xiong · 9 years ago
- 2821c50 IB/rdmavt: Use new driver specific post send table by Mike Marciniszyn · 9 years ago
- afcf8f7 IB/rdmavt: Add data structures and routines for table driven post send by Mike Marciniszyn · 9 years ago
- c755f4a IB/rdmavt: Correct qp_priv_alloc() return value test by Mike Marciniszyn · 9 years ago
- 8ae84f7 IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qp by Ashutosh Dixit · 9 years ago
- 501edc42 IB/rdmavt: Correct warning during QPN allocation by Brian Welty · 9 years ago
- 9660567 IB/rdmavt: Correct required callback functions for MODIFY_QP by Brian Welty · 9 years ago
- c0a67f6 IB/rdmavt: Annotate rvt_reset_qp() by Bart Van Assche · 9 years ago
- 8b103e9 IB/rdamvt: Fix rdmavt s_ack_queue sizing by Mike Marciniszyn · 9 years ago
- 49961f8 IB/rdmavt: Use kzalloc_node by Jubin John · 9 years ago
- 654b643 IB/rdmavt: Insure QP vmalloc variants zero memory by Mike Marciniszyn · 9 years ago
- cdbff50 IB/rdmavt: Increase CQ callback thread priority by Mike Marciniszyn · 9 years ago
- b218f78 IB/hfi1: Use global defines for upper bits in opcode by Mike Marciniszyn · 9 years ago
- ea0e4ce IB/rdmavt,hfi1,qib: Fix memory leak by Jubin John · 9 years ago
- e6d2e01 IB/rdmavt: Fix send scheduling by Jubin John · 9 years ago
- 000a830 IB/rdmavt: Post receive for QP in ERR state by Alex Estrin · 9 years ago
- ef086c0 IB/hfi1: Report pid in qp_stats to aid debug by Mike Marciniszyn · 9 years ago
- ade3024 IB/rdmavt: Check lkey_table_size value before use by Jubin John · 9 years ago
- 9debaae IB/rdamvt: fix cross build with rdmavt by Mike Marciniszyn · 9 years ago
- 91702b4 IB/qib, staging/rdma/hfi1, IB/rdmavt: progress selection changes by Mike Marciniszyn · 9 years ago
- 79a225b IB/rdmavt: Remove unnecessary exported functions by Dennis Dalessandro · 9 years ago
- ce73fe2 IB/rdmavt: Remove RVT_FLAGs by Dennis Dalessandro · 9 years ago
- 1348d70 IB/rdmavt: Add per verb driver callback checking by Dennis Dalessandro · 9 years ago
- 90793f7 IB/rdmavt: Clean up comments and add more documentation by Dennis Dalessandro · 9 years ago
- e16689e IB/rdmavt: Add trace and error print statements in post_one_wr by Harish Chegondi · 9 years ago
- 46a80d6 IB/qib, staging/rdma/hfi1: add s_hlock for use in post send by Mike Marciniszyn · 9 years ago
- bfee5e3 IB/rdmavt, staging/rdma/hfi1: use qps to dynamically scale timeout value by Vennila Megavannan · 9 years ago
- 08279d5 staging/rdma/hfi1: use new RNR timer by Mike Marciniszyn · 9 years ago
- ec4274f staging/rdma/hfi1: Remove modify queue pair from hfi1 by Dennis Dalessandro · 9 years ago
- 6366dfa staging/rdma/hfi1: Clean up return handling by Dennis Dalessandro · 9 years ago
- b7b3cf4 IB/rdmavt: Properly pass gfp to hw driver function by Ira Weiny · 9 years ago
- 61a650c IB/rdmavt: Add support for query_port, modify_port and get_port_immutable by Harish Chegondi · 9 years ago
- 1f02499 IB/rdmavt: Add query gid support. by Dennis Dalessandro · 9 years ago
- f1badc7 IB/rdmavt: Clean up distinction between port number and index by Dennis Dalessandro · 9 years ago
- d1b697b IB/rdmavt: Add Mem affinity support by Mitko Haralanov · 9 years ago
- 60c30f5 IB/rdmavt: Add hardware driver send work request check by Ira Weiny · 9 years ago
- b8f881b IB/rdmavt: Add srq functionality to rdmavt by Jubin John · 9 years ago
- 74d2d50 IB/rdmavt: Add support for rvt_query_qp by Harish Chegondi · 9 years ago
- fe31419 IB/rdmavt: Fix copyright date by Dennis Dalessandro · 9 years ago
- 3711baf IB/rdmavt: Add mad agents to rdmavt by Dennis Dalessandro · 9 years ago
- ff6acd6 IB/rdmavt: Add device structure allocation by Dennis Dalessandro · 9 years ago