summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds8-16/+20
2013-03-22Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier7-15/+17
2013-03-22IB/qib: change QLogic to IntelVinit Agnihotri6-14/+16
2013-03-22IB/ipath: Silence a static checker warningDan Carpenter1-1/+1
2013-03-22RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun1-1/+3
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+12
2013-03-15Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou1-0/+12
2013-03-13mlx4: remove leftover idr_pre_get() callTejun Heo1-1/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2-0/+2
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-1/+1
2013-02-27IB/qib: convert to idr_alloc()Tejun Heo1-13/+8
2013-02-27IB/ocrdma: convert to idr_alloc()Tejun Heo1-13/+1
2013-02-27IB/mlx4: convert to idr_alloc()Tejun Heo1-17/+15
2013-02-27IB/ipath: convert to idr_alloc()Tejun Heo1-12/+4
2013-02-27IB/ehca: convert to idr_alloc()Tejun Heo2-39/+22
2013-02-27IB/cxgb4: convert to idr_alloc()Tejun Heo1-13/+14
2013-02-27IB/cxgb3: convert to idr_alloc()Tejun Heo1-13/+11
2013-02-27IB/amso1100: convert to idr_alloc()Tejun Heo1-8/+11
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-8/+8
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds19-130/+312
2013-02-26Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier13-110/+279
2013-02-25IB/mlx4: Advertise MW supportShani Michaeli1-0/+19
2013-02-25IB/mlx4: Support memory window bindingShani Michaeli3-3/+56
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli2-0/+64
2013-02-25IB/mlx4: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-02-25IB/mlx4: Fix compiler warning about uninitialized 'vlan' variablePaul Bolle1-1/+1
2013-02-25IB/mlx4: Convert is_xxx variables in build_mlx_header() to boolRoland Dreier2-6/+6
2013-02-22new helper: file_inode(file)Al Viro4-8/+8
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli7-20/+33
2013-02-21mlx4_core: Propagate MR deregistration failures to callerShani Michaeli1-5/+8
2013-02-21IB/mlx4_ib: Remove local invalidate segment unused fieldsShani Michaeli1-4/+2
2013-02-15IB/mlx4: Adjust duplicate testJulia Lawall1-1/+1
2013-02-15IB/mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov()Dan Carpenter1-3/+4
2013-02-15RDMA/amso1100: Use module_pci_driver() to simplify the codeWei Yongjun1-12/+1
2013-02-15RDMA/cxgb4: Fix cast warningStefan Hasko1-1/+1
2013-02-14IB/qib: Fix QP locate/remove raceMike Marciniszyn1-2/+3
2013-02-14RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle1-2/+2
2013-02-14RDMA/cxgb4: Address sparse warningsVipul Pandya2-31/+40
2013-02-14RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya1-1/+1
2013-02-14RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya1-1/+11
2013-02-14RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya1-6/+5
2013-02-14RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya2-13/+17
2013-02-14RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya1-1/+1
2013-02-14RDMA/cxgb4: Always log async errorsVipul Pandya2-6/+8
2013-02-14RDMA/cxgb4: Keep QP referenced until TID releasedVipul Pandya2-4/+17
2013-02-14RDMA/cxgb4: Display streaming mode error only if detected in RTSVipul Pandya1-12/+14
2013-02-14RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya2-0/+2
2013-02-14RDMA/cxgb4: Abort connections that receive unexpected streaming mode dataVipul Pandya1-9/+10
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3