summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-0372-1456/+4154
|\
| *-------------------. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-0356-871/+2918
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * IB/usnic: Remove '0x' when using %pa formatFabio Estevam2014-03-171-1/+1
| | | | | | | | | | | * | IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche2014-03-241-11/+22
| | | | | | | | | | | * | IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche2014-03-241-0/+1
| | | | | | | | | | | * | IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche2014-03-241-2/+8
| | | | | | | | | | | * | IB/srp: Avoid duplicate connectionsBart Van Assche2014-03-242-3/+10
| | | | | | | | | | | * | IB/srp: Add more loggingBart Van Assche2014-03-241-11/+12
| | | | | | | | | | | * | IB/srp: Check ib_query_gid return valueSagi Grimberg2014-03-241-1/+3
| | | | | | | | | | | |/
| | | | | | | | | | * | IB/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn2014-04-011-12/+0
| | | | | | | | | | * | IB/ipath: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn2014-04-011-28/+15
| | | | | | | | | | * | IB/qib: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn2014-04-011-17/+4
| | | | | | | | | | |/
| | | | | | | | | * | IB/qib: Cleanup qib_register_observer()Dan Carpenter2014-03-201-15/+10
| | | | | | | | | * | IB/qib: Change SDMA progression mode depending on single- or multi-railCQ Tang2014-03-201-13/+123
| | | | | | | | | * | IB/qib: Remove duplicate check in get_a_ctxt()Dan Carpenter2014-03-171-1/+1
| | | | | | | | | * | IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud2014-03-171-1/+1
| | | | | | | | | * | IB/qib: Fix memory leak of recv context when driver fails to initialize.Dennis Dalessandro2014-03-171-8/+5
| | | | | | | | | * | IB/qib: fixup indentation in qib_ib_rcv()Yann Droneaud2014-03-171-2/+2
| | | | | | | | | * | IB/qib: add missing braces in do_qib_user_sdma_queue_create()Yann Droneaud2014-03-171-1/+2
| | | | | | | | | * | IB/qib: Modify software pma counters to use percpu variablesMike Marciniszyn2014-03-1711-28/+83
| | | | | | | | | * | IB/qib: Add percpu counter replacing qib_devdata int_counterMike Marciniszyn2014-03-176-34/+59
| | | | | | | | | * | IB/qib: Fix debugfs ordering issue with multiple HCAsMike Marciniszyn2014-03-171-14/+11
| | | | | | | | | * | IB/ipath: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro2014-03-171-41/+25
| | | | | | | | | * | IB/qib: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro2014-03-171-11/+16
| | | | | | | | | |/
| | | | | | | | * | RDMA/ocrdma: Unregister inet notifier when unloading ocrdmaSelvin Xavier2014-04-031-2/+14
| | | | | | | | * | RDMA/ocrdma: Fix warnings about pointer <-> integer castsRoland Dreier2014-04-031-3/+4
| | | | | | | | * | RDMA/ocrdma: Code clean-upDevesh Sharma2014-04-037-47/+24
| | | | | | | | * | RDMA/ocrdma: Display FW versionSelvin Xavier2014-04-031-1/+41
| | | | | | | | * | RDMA/ocrdma: Query controller informationSelvin Xavier2014-04-038-2/+1135
| | | | | | | | * | RDMA/ocrdma: Support non-embedded mailbox commandsSelvin Xavier2014-04-031-8/+47
| | | | | | | | * | RDMA/ocrdma: Handle CQ overrun errorSelvin Xavier2014-04-031-1/+4
| | | | | | | | * | RDMA/ocrdma: Display proper value for max_mwSelvin Xavier2014-04-033-1/+3
| | | | | | | | * | RDMA/ocrdma: Use non-zero tag in SRQ postingSelvin Xavier2014-04-031-10/+18
| | | | | | | | * | RDMA/ocrdma: Memory leak fix in ocrdma_dereg_mr()Selvin Xavier2014-04-031-2/+1
| | | | | | | | * | RDMA/ocrdma: Increment abi version countDevesh Sharma2014-04-031-1/+1
| | | | | | | | * | RDMA/ocrdma: Update version stringDevesh Sharma2014-04-032-3/+5
| | | | | | | | * | RDMA/ocrdma: ABI versioning between ocrdma and be2netDevesh Sharma2014-04-032-0/+2
| | | | | | | | * | RDMA/ocrdma: Allow DPP QP creationDevesh Sharma2014-04-031-2/+1
| | | | | | | | * | RDMA/ocrdma: Read ASIC_ID register to select asic_genDevesh Sharma2014-04-035-9/+35
| | | | | | | | * | RDMA/ocrdma: SQ and RQ doorbell offset clean upDevesh Sharma2014-04-033-24/+11
| | | | | | | | * | RDMA/ocrdma: EQ full catastrophe avoidanceDevesh Sharma2014-04-034-50/+103
| | | | | | | | * | RDMA/ocrdma: Fix compiler warningPrarit Bhargava2014-03-173-8/+5
| | | | | | | | |/
| | | | | | | * | RDMA/nes: Clean up a conditionDan Carpenter2014-03-171-3/+1
| | | | | | | * | RDMA/nes: Fix for passing a valid QP pointer to the user space libraryTatyana Nikolova2014-03-174-3/+7
| | | | | | | * | RDMA/nes: Fixes for IRD/ORD negotiation with MPA v2Tatyana Nikolova2014-03-172-29/+93
| | | | | | | |/
| | | | | | * | IB/mlx4: Fix a sparse endianness warningBart Van Assche2014-03-171-1/+1
| | | | | | |/
| | | | | * | mlx4_core: Make buffer larger to avoid overflow warningDan Carpenter2014-04-011-3/+3
| | | | | * | mlx4_core: Fix some indenting in mlx4_ib_add()Dan Carpenter2014-04-011-2/+3
| | | | | * | IB/mad: Check and handle potential DMA mapping errorsYan Burman2014-04-011-0/+14
| | | | | * | IB/ehca: Returns an error on ib_copy_to_udata() failureYann Droneaud2014-04-011-0/+1
OpenPOWER on IntegriCloud