summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2012-12-09Merge branch 'nes' into for-nextRoland Dreier4-26/+17
2012-12-08RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova1-0/+5
2012-12-08RDMA/nes: Fix for terminate timer crashTatyana Nikolova3-8/+6
2012-12-08RDMA/nes: Fix for BUG_ON due to adding already-pending timerTatyana Nikolova1-18/+6
2012-12-01Merge branch 'srp' into for-nextRoland Dreier2-134/+191
2012-12-01IB/srp: Allow SRP disconnect through sysfsBart Van Assche1-0/+10
2012-12-01IB/srp: send disconnect request without waiting for CM timewait exitVu Pham1-4/+0
2012-12-01IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz1-31/+35
2012-12-01IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche2-56/+32
2012-12-01IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche1-7/+12
2012-12-01IB/srp: Suppress superfluous error messagesBart Van Assche2-8/+31
2012-12-01IB/srp: Process all error completionsBart Van Assche1-4/+6
2012-12-01IB/srp: Introduce srp_handle_qp_err()Bart Van Assche2-18/+21
2012-12-01IB/srp: Simplify SCSI error handlingBart Van Assche1-4/+0
2012-12-01IB/srp: Keep processing commands during host removalBart Van Assche1-7/+0
2012-12-01IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche2-12/+14
2012-12-01IB/srp: Increase block layer timeoutBart Van Assche2-0/+47
2012-11-30Merge branches 'cma' and 'mlx4' into for-nextRoland Dreier2-7/+6
2012-11-30RDMA/cm: Change return value from find_gid_port()shefty1-5/+4
2012-11-30IB/mlx4: Fix spinlock order to avoid lockdep warningsJack Morgenstein1-2/+2
2012-11-26Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'uapi' into for-nextRoland Dreier10-61/+93
2012-11-26RDMA/cxgb3: use WARNJulia Lawall1-4/+2
2012-11-26RDMA/cxgb4: use WARNJulia Lawall1-4/+2
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz4-14/+60
2012-11-22RDMA/amsol1100: Fix missing breakAlan Cox1-0/+1
2012-11-22IB/ipath: Remove unreachable codeAlan Cox1-10/+0
2012-11-22RDMA/nes: Use WARN()Julia Lawall2-9/+5
2012-11-22RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova1-6/+7
2012-11-22RDMA/nes: Fix for sending fpdus in order to hardwareTatyana Nikolova1-13/+10
2012-11-22RDMA/nes: Fix for unlinking skbs from empty listTatyana Nikolova1-4/+7
2012-11-22RDMA/nes: Fix incorrect address of IP headerTatyana Nikolova1-1/+1
2012-10-23Merge branches 'cxgb4' and 'mlx4' into for-nextRoland Dreier3-54/+51
2012-10-22RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo1-1/+1
2012-10-18IB/mlx4: Synchronize cleanup of MCGs in MCG paravirtualizationEli Cohen1-7/+8
2012-10-18IB/mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF)Jack Morgenstein2-46/+42
2012-10-18IB/mlx4: Fix build error on platforms where UL is not 64 bitsDoug Ledford1-1/+1
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-12/+0
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller12-103/+148
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-4/+4
2012-10-07Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds9-99/+144
2012-10-07infiniband: pass rdma_cm module to netlink_dump_startGao feng2-1/+3
2012-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds8-39/+33
2012-10-05idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2-2/+2
2012-10-05Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier8-96/+141
2012-10-05RDMA/cma: Check that retry count values are in rangeSean Hefty1-3/+3
2012-10-04IB/iser: Add more RX CQs to scale out processing of SCSI responsesAlex Tabachnik2-44/+103
2012-10-04RDMA/nes: Bump the version number of nes driverTatyana Nikolova1-1/+1
2012-10-04RDMA/nes: Remove unused module parameter "send_first"Tatyana Nikolova2-6/+0
2012-10-04RDMA/nes: Remove unnecessary if-else statementTatyana Nikolova1-12/+3
2012-10-04RDMA/nes: Add missing break to switch.Tatyana Nikolova1-0/+1