summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2012-05-21Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds56-408/+9679
2012-05-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-7/+3
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o...Roland Dreier55-405/+9666
2012-05-21RDMA/cxgb4: Include vmalloc.h for vmalloc and vfreeVipul Pandya1-0/+1
2012-05-18IB/mlx4: Fix mlx4_ib_add() error flowJack Morgenstein1-3/+3
2012-05-18IB/iser: Fix error flow in iser ep connection establishmentOr Gerlitz2-4/+4
2012-05-18IB/mlx4: Increase the number of vectors (EQs) available for ULPsShlomo Pongratz3-0/+89
2012-05-18RDMA/cxgb4: Add query_qp supportVipul Pandya3-0/+32
2012-05-18RDMA/cxgb4: Remove kfifo usageVipul Pandya7-150/+203
2012-05-18RDMA/cxgb4: Use vmalloc() for debugfs QP dumpVipul Pandya2-2/+20
2012-05-18RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya4-12/+259
2012-05-18RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch()Vipul Pandya3-6/+9
2012-05-18RDMA/cxgb4: Add DB Overflow AvoidanceVipul Pandya4-12/+162
2012-05-18RDMA/cxgb4: Add debugfs RDMA memory statsVipul Pandya5-3/+155
2012-05-15RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise1-0/+6
2012-05-15RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise1-4/+1
2012-05-14RDMA/nes: Don't call event handler if pointer is NULLTatyana Nikolova1-1/+2
2012-05-14RDMA/nes: Fix for the ORD value of the connecting peerTatyana Nikolova1-0/+4
2012-05-14IB/qib: Add cache line awareness to qib_qp and qib_devdata structuresMike Marciniszyn7-94/+120
2012-05-14IB/qib: MADs with misset M_Keys should return failureJim Foraker1-1/+3
2012-05-14IB/qib: Fix M_Key lease timeout handlingJim Foraker1-15/+29
2012-05-14IB/qib: Fix QLE734X link cyclingMitko Haralanov1-1/+1
2012-05-14IB/qib: Display correct value for number of contextsMitko Haralanov2-3/+7
2012-05-14IB/qib: Correct ordering of reregister vs. port active eventsTodd Rimmer1-9/+8
2012-05-14IB/qib: Optimize pio ack buffer allocationMike Marciniszyn5-9/+28
2012-05-14IB/qib: Add prefetch for eager buffersMike Marciniszyn1-1/+4
2012-05-11IB/core: Fix mismatch between locked and pinned pagesYishai Hadas1-1/+1
2012-05-08IB/mlx4: Replace printk(KERN_yyy...) with pr_yyy(...)Shlomo Pongratz5-25/+25
2012-05-08IB/mlx4: Put priority bits in WQE of IBoE MLX QPOren Duer1-3/+3
2012-05-08IB/mlx4: Add raw packet QP supportOr Gerlitz1-3/+23
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz2-0/+4
2012-05-08RDMA/ocrdma: Fix build with IPV6=nRoland Dreier2-9/+22
2012-05-08RDMA/ocrdma: Tiny locking cleanupDan Carpenter1-5/+5
2012-05-08RDMA/ocrdma: Fix check for NULL instead of IS_ERRDan Carpenter1-2/+2
2012-05-08RDMA/ocrdma: Don't sleep in atomic notifier handlerSasha Levin2-16/+23
2012-05-08RDMA/ocrdma: Remove write-only variablesRoland Dreier2-10/+2
2012-05-08RDMA/ocrdma: Set event's device member in ocrdma_dispatch_ibevent()Roland Dreier1-1/+3
2012-05-08RDMA/ocrdma: Make needlessly global functions/structs staticRoland Dreier2-9/+9
2012-05-08RDMA/ocrdma: Fix warnings about uninitialized variablesRoland Dreier2-3/+4
2012-05-08RDMA/ocrdma: Add driver for Emulex OneConnect IBoE RDMA adapterParav Pandit14-0/+8393
2012-05-08RDMA/cma: Fix lockdep false positive recursive lockingSean Hefty1-20/+22
2012-05-08IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier1-31/+35
2012-05-08IB/uverbs: Make lockdep output more readableRoland Dreier1-17/+22
2012-05-08IB/ipath: Replace open-coded ARRAY_SIZE with macroMike Marciniszyn1-2/+1
2012-05-08IB/ipath: Replace open-coded ARRAY_SIZE with macroJim Cromie1-2/+1
2012-05-08RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise1-1/+1
2012-05-08IB/core: Use qp->usecnt to track multicast attach/detachOr Gerlitz1-2/+12
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+6
2012-04-26Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds2-4/+6
2012-04-24Merge branches 'mad-response' and 'mlx4' into fixesRoland Dreier1-1/+1