summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-20/+0
|\
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-264-55/+52
| |\
| * | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-20/+0
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-12-152-103/+76
|\ \ \
| * | | ib_srpt: Convert TMR path to target_submit_tmrNicholas Bellinger2012-11-281-19/+18
| * | | ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger2012-11-282-71/+52
| * | | target: pass sense_reason as a return valueChristoph Hellwig2012-11-061-25/+18
| | |/ | |/|
* | | Merge branch 'nes' into for-nextRoland Dreier2012-12-084-26/+17
|\ \ \
| * | | RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova2012-12-081-0/+5
| * | | RDMA/nes: Fix for terminate timer crashTatyana Nikolova2012-12-083-8/+6
| * | | RDMA/nes: Fix for BUG_ON due to adding already-pending timerTatyana Nikolova2012-12-081-18/+6
* | | | Merge branch 'srp' into for-nextRoland Dreier2012-11-302-134/+191
|\ \ \ \
| * | | | IB/srp: Allow SRP disconnect through sysfsBart Van Assche2012-11-301-0/+10
| * | | | IB/srp: send disconnect request without waiting for CM timewait exitVu Pham2012-11-301-4/+0
| * | | | IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz2012-11-301-31/+35
| * | | | IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche2012-11-302-56/+32
| * | | | IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche2012-11-301-7/+12
| * | | | IB/srp: Suppress superfluous error messagesBart Van Assche2012-11-302-8/+31
| * | | | IB/srp: Process all error completionsBart Van Assche2012-11-301-4/+6
| * | | | IB/srp: Introduce srp_handle_qp_err()Bart Van Assche2012-11-302-18/+21
| * | | | IB/srp: Simplify SCSI error handlingBart Van Assche2012-11-301-4/+0
| * | | | IB/srp: Keep processing commands during host removalBart Van Assche2012-11-301-7/+0
| * | | | IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche2012-11-302-12/+14
| * | | | IB/srp: Increase block layer timeoutBart Van Assche2012-11-302-0/+47
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'cma' and 'mlx4' into for-nextRoland Dreier2012-11-292-7/+6
|\ \ \ \ \
| | * | | | IB/mlx4: Fix spinlock order to avoid lockdep warningsJack Morgenstein2012-11-291-2/+2
| * | | | | RDMA/cm: Change return value from find_gid_port()shefty2012-11-291-5/+4
| | |/ / / | |/| | |
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'uapi' into for-nextRoland Dreier2012-11-2610-61/+93
|\ \ \ \ \ \ \ \ | | | | |/ / / / | | | |_| / / / | | |/| | / / | | | | | / / | | | | |/ / | | | |/| |
| | | * | | RDMA/nes: Use WARN()Julia Lawall2012-11-222-9/+5
| | | * | | RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova2012-11-221-6/+7
| | | * | | RDMA/nes: Fix for sending fpdus in order to hardwareTatyana Nikolova2012-11-221-13/+10
| | | * | | RDMA/nes: Fix for unlinking skbs from empty listTatyana Nikolova2012-11-221-4/+7
| | | * | | RDMA/nes: Fix incorrect address of IP headerTatyana Nikolova2012-11-221-1/+1
| | | |/ /
| | * | | mlx4: 64-byte CQE/EQE supportOr Gerlitz2012-11-264-14/+60
| | |/ /
| * | | RDMA/cxgb3: use WARNJulia Lawall2012-11-261-4/+2
| * | | RDMA/amsol1100: Fix missing breakAlan Cox2012-11-221-0/+1
| * | | IB/ipath: Remove unreachable codeAlan Cox2012-11-221-10/+0
| |/ /
* | | RDMA/cxgb4: use WARNJulia Lawall2012-11-261-4/+2
|/ /
* | Merge branches 'cxgb4' and 'mlx4' into for-nextRoland Dreier2012-10-233-54/+51
|\ \
| * | IB/mlx4: Synchronize cleanup of MCGs in MCG paravirtualizationEli Cohen2012-10-181-7/+8
| * | IB/mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF)Jack Morgenstein2012-10-182-46/+42
| * | IB/mlx4: Fix build error on platforms where UL is not 64 bitsDoug Ledford2012-10-181-1/+1
| |/
* | RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo2012-10-221-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-10-101-12/+0
|\
| * target: Simplify fabric sense data length handlingRoland Dreier2012-09-171-6/+0
| * target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier2012-09-171-6/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2012-10-0912-103/+148
|\ \
| * | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-093-4/+4
| * | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-079-99/+144
| |\ \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-----. \ Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier2012-10-048-96/+141
| | |\ \ \ \ \
OpenPOWER on IntegriCloud