summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-265-9/+9
|\
| * new helper: file_inode(file)Al Viro2013-02-225-9/+9
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-2631-161/+521
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------. \ Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier2013-02-2621-137/+351
| |\ \ \ \ \ \ \ \
| | | | | | | | * | IB/srp: Fail I/O requests if the transport is offlineBart Van Assche2013-02-252-0/+8
| | | | | | | | * | IB/srp: Avoid endless SCSI error handling loopBart Van Assche2013-02-251-14/+15
| | | | | | | | * | IB/srp: Avoid sending a task management function needlesslyBart Van Assche2013-02-251-2/+3
| | | | | | | | * | IB/srp: Track connection state properlyBart Van Assche2013-02-251-1/+0
| | | | | | | * | | IB/qib: Fix QP locate/remove raceMike Marciniszyn2013-02-141-2/+3
| | | | | | | |/ /
| | | | | | * | | IB/mlx4: Advertise MW supportShani Michaeli2013-02-251-0/+19
| | | | | | * | | IB/mlx4: Support memory window bindingShani Michaeli2013-02-253-3/+56
| | | | | | * | | mlx4: Implement memory windows allocation and deallocationShani Michaeli2013-02-252-0/+64
| | | | | | * | | IB/mlx4: Remove redundant NULL check before kfreeSyam Sidhardhan2013-02-251-2/+1
| | | | | | * | | IB/mlx4: Fix compiler warning about uninitialized 'vlan' variablePaul Bolle2013-02-251-1/+1
| | | | | | * | | IB/mlx4: Convert is_xxx variables in build_mlx_header() to boolRoland Dreier2013-02-252-6/+6
| | | | | | * | | mlx4_core: Propagate MR deregistration failures to callerShani Michaeli2013-02-211-5/+8
| | | | | | * | | IB/mlx4_ib: Remove local invalidate segment unused fieldsShani Michaeli2013-02-211-4/+2
| | | | | | * | | IB/mlx4: Adjust duplicate testJulia Lawall2013-02-151-1/+1
| | | | | | * | | IB/mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov()Dan Carpenter2013-02-151-3/+4
| | | | | | |/ /
| | | | | * | | RDMA/amso1100: Use module_pci_driver() to simplify the codeWei Yongjun2013-02-151-12/+1
| | | | | |/ /
| | | | * | | IB/iser: Enable iser when FMRs are not supportedOr Gerlitz2013-02-222-5/+10
| | | | * | | IB/iser: Avoid error prints on EAGAIN registration failuresOr Gerlitz2013-02-221-1/+1
| | | | * | | IB/iser: Use proper define for the commands per LUN value advertised to SCSI MLOr Gerlitz2013-02-221-1/+1
| | | | |/ /
| | | * | | IPoIB: Free ipoib neigh on path record failure so path rec queries are retriedRoland Dreier2013-02-251-0/+3
| | | * | | IPoIB: Don't attempt to release resources on error flowItai Garbi2013-02-191-0/+2
| | | * | | IPoIB: Add version and firmware info to ethtool reportingYan Burman2013-02-193-1/+25
| | | * | | IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz2013-02-192-2/+4
| | | |/ /
| | * | | RDMA/cxgb4: Fix cast warningStefan Hasko2013-02-151-1/+1
| | * | | RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle2013-02-141-2/+2
| | * | | RDMA/cxgb4: Address sparse warningsVipul Pandya2013-02-142-31/+40
| | * | | RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya2013-02-141-1/+1
| | * | | RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya2013-02-141-1/+11
| | * | | RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya2013-02-141-6/+5
| | * | | RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya2013-02-142-13/+17
| | * | | RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya2013-02-141-1/+1
| | * | | RDMA/cxgb4: Always log async errorsVipul Pandya2013-02-142-6/+8
| | * | | RDMA/cxgb4: Keep QP referenced until TID releasedVipul Pandya2013-02-142-4/+17
| | * | | RDMA/cxgb4: Display streaming mode error only if detected in RTSVipul Pandya2013-02-141-12/+14
| | * | | RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya2013-02-142-0/+2
| | * | | RDMA/cxgb4: Abort connections that receive unexpected streaming mode dataVipul Pandya2013-02-141-9/+10
| | |/ /
| * | | IB/uverbs: Implement memory windows support in uverbsShani Michaeli2013-02-213-2/+134
| * | | IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-218-22/+36
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \ \
| * | | IB: cxgb3: delay freeing mem untill entirely done with itJesper Juhl2013-01-291-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-083-14/+9
|\ \ \ | | |/ | |/|
| | |
| | \
| *-. \ Merge branches 'ipoib', 'mlx4' and 'qib' into for-nextRoland Dreier2013-02-051-8/+3
| |\ \ \ | | | |/ | | |/|
| | | * IB/qib: Fix for broken sparse warning fixMike Marciniszyn2013-02-051-8/+3
| | |/
| * | IPoIB: Fix crash due to skb double destructShlomo Pongratz2013-02-052-6/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-1510-39/+33
|\ \ | |/
| * Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman2013-01-0310-39/+33
OpenPOWER on IntegriCloud