aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller1-2/+3
2012-06-14RDMA/ocrdma: Fix off by one in ocrdma_query_gid()Dan Carpenter1-1/+1
2012-06-11RDMA/ocrdma: Fixed RQ error CQE pollingParav Pandit1-1/+3
2012-06-11RDMA/ocrdma: Correct queue SGE calculationMahesh Vardhamanaiah4-3/+10
2012-06-11RDMA/ocrdma: Correct reported max queue sizesMahesh Vardhamanaiah2-11/+6
2012-06-11RDMA/ocrdma: Fixed GID table for vlan and eventsParav Pandit1-29/+34
2012-06-06Merge branches 'cxgb4', 'mlx4' and 'ocrdma' into for-linusRoland Dreier9-39/+33
2012-06-06IB/mlx4: Fix max_wqe capacity reported from query deviceSagi Grimberg3-7/+24
2012-06-03IB/mlx4: Fix EQ deallocation in legacy modeShlomo Pongratz1-12/+7
2012-06-03RDMA/cxgb4: Fix crash when peer address is 0.0.0.0Thadeu Lima de Souza Cascardo1-0/+4
2012-05-29RDMA/ocrdma: Remove unnecessary version.h includesDevendra Naga2-2/+0
2012-05-29RDMA/ocrdma: Fix signaled event for SRQ_LIMIT_REACHEDParav Pandit1-1/+1
2012-05-29RDMA/ocrdma: Correct queue free count mathParav Pandit4-17/+1
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linusRoland Dreier48-333/+9577
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/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-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-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 Pandit12-0/+8391
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