summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-27IB/qib: convert to idr_alloc()Tejun Heo
2013-02-27IB/ocrdma: convert to idr_alloc()Tejun Heo
2013-02-27IB/mlx4: convert to idr_alloc()Tejun Heo
2013-02-27IB/ipath: convert to idr_alloc()Tejun Heo
2013-02-27IB/ehca: convert to idr_alloc()Tejun Heo
2013-02-27IB/cxgb4: convert to idr_alloc()Tejun Heo
2013-02-27IB/cxgb3: convert to idr_alloc()Tejun Heo
2013-02-27IB/amso1100: convert to idr_alloc()Tejun Heo
2013-02-27IB/core: convert to idr_alloc()Tejun Heo
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-02-26Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier
2013-02-25IB/mlx4: Advertise MW supportShani Michaeli
2013-02-25IB/mlx4: Support memory window bindingShani Michaeli
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli
2013-02-25IPoIB: Free ipoib neigh on path record failure so path rec queries are retriedRoland Dreier
2013-02-25IB/srp: Fail I/O requests if the transport is offlineBart Van Assche
2013-02-25IB/srp: Avoid endless SCSI error handling loopBart Van Assche
2013-02-25IB/srp: Avoid sending a task management function needlesslyBart Van Assche
2013-02-25IB/srp: Track connection state properlyBart Van Assche
2013-02-25IB/mlx4: Remove redundant NULL check before kfreeSyam Sidhardhan
2013-02-25IB/mlx4: Fix compiler warning about uninitialized 'vlan' variablePaul Bolle
2013-02-25IB/mlx4: Convert is_xxx variables in build_mlx_header() to boolRoland Dreier
2013-02-22new helper: file_inode(file)Al Viro
2013-02-22IB/iser: Enable iser when FMRs are not supportedOr Gerlitz
2013-02-22IB/iser: Avoid error prints on EAGAIN registration failuresOr Gerlitz
2013-02-22IB/iser: Use proper define for the commands per LUN value advertised to SCSI MLOr Gerlitz
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli
2013-02-21mlx4_core: Propagate MR deregistration failures to callerShani Michaeli
2013-02-21IB/mlx4_ib: Remove local invalidate segment unused fieldsShani Michaeli
2013-02-19IPoIB: Don't attempt to release resources on error flowItai Garbi
2013-02-19IPoIB: Add version and firmware info to ethtool reportingYan Burman
2013-02-19IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz
2013-02-15IB/mlx4: Adjust duplicate testJulia Lawall
2013-02-15IB/mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov()Dan Carpenter
2013-02-15RDMA/amso1100: Use module_pci_driver() to simplify the codeWei Yongjun
2013-02-15RDMA/cxgb4: Fix cast warningStefan Hasko
2013-02-14IB/qib: Fix QP locate/remove raceMike Marciniszyn
2013-02-14RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle
2013-02-14RDMA/cxgb4: Address sparse warningsVipul Pandya
2013-02-14RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya
2013-02-14RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya
2013-02-14RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya
2013-02-14RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya
2013-02-14RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya
2013-02-14RDMA/cxgb4: Always log async errorsVipul Pandya