aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche12-446/+11
2017-01-24IB/rxe: Switch from dma_device to dev.parentBart Van Assche1-3/+3
2017-01-10IB/rxe: Fix an skb leakBart Van Assche1-1/+14
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche8-67/+42
2017-01-10IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2-0/+2
2017-01-10IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche4-14/+20
2017-01-10IB/rxe: Introduce functions for queue drainingBart Van Assche2-53/+38
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1
2017-01-10IB/rxe: Issue warnings onceBart Van Assche3-9/+10
2017-01-10IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche7-15/+17
2017-01-10IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche1-2/+10
2017-01-10IB/rxe: Remove superfluous castsBart Van Assche1-2/+2
2017-01-10IB/rxe: Remove an unused variable and an unused argumentBart Van Assche1-8/+3
2017-01-10IB/rxe: Remove an unused functionBart Van Assche1-7/+0
2017-01-10IB/rxe: Constify the pool nameBart Van Assche2-2/+2
2017-01-10IB/rxe: Suppress sparse warningsBart Van Assche2-5/+5
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-4/+5
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer1-2/+1
2016-12-22IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer1-1/+1
2016-12-22IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer1-1/+2
2016-12-18IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche1-0/+1
2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds22-223/+574
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford11-32/+84
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford2-2/+4
2016-12-14Merge branch 'hfi1' into merge-testDoug Ledford9-187/+486
2016-12-14IB/rdmavt: Only put mmap_info ref if it existsJim Foraker1-1/+2
2016-12-14IB/rdmavt: Handle the kthread worker using the new APIPetr Mladek1-23/+11
2016-12-14IB/rdmavt: Avoid queuing work into a destroyed cq kthread workerPetr Mladek1-14/+16
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+3
2016-12-13IB/rxe: Increase max number of completions to 32kYonatan Cohen1-1/+1
2016-12-12IB/rxe: Hold refs when running taskletsAndrew Boyer3-1/+11
2016-12-12IB/rxe: Wait for tasklets to finish before tearing down QPAndrew Boyer2-0/+20
2016-12-12IB/rxe: Fix ref leak in duplicate_request()Andrew Boyer1-0/+1
2016-12-12IB/rxe: Fix ref leak in rxe_create_qp()Andrew Boyer1-3/+4
2016-12-12IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTSAndrew Boyer1-1/+9
2016-12-12IB/rxe: Add support for zero-byte operationsAndrew Boyer2-3/+18
2016-12-12IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer2-2/+2
2016-12-12IB/rxe: Don't update the response PSN unless it's going forwardsAndrew Boyer1-1/+2
2016-12-12IB/rxe: Advance the consumer pointer before posting the CQEAndrew Boyer1-2/+3
2016-12-12IB/rxe: Remove buffer used for printing IP addressAndrew Boyer1-6/+5
2016-12-12IB/rxe: Remove unneeded cast in rxe_srq_from_attr()Dan Carpenter1-1/+1
2016-12-12IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-5/+1
2016-12-12IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann1-7/+7
2016-12-11IB/rdmavt: Add a send completion helperMike Marciniszyn1-0/+17
2016-12-11IB/hfi1: Use reference count wrapper for MRsSebastian Sanchez1-4/+4
2016-12-11IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez1-3/+2
2016-12-11IB/rdmavt: Add trace of MR segsMike Marciniszyn3-0/+117
2016-12-11IB/rdmavt: Fix trace hierarchyDennis Dalessandro4-137/+312