summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-278-16/+20
|\
| * Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-03-258-16/+20
| |\
| | *-. Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier2013-03-227-15/+17
| | |\ \
| | | | * IB/qib: change QLogic to IntelVinit Agnihotri2013-03-226-14/+16
| | | | * IB/ipath: Silence a static checker warningDan Carpenter2013-03-221-1/+1
| | | |/
| | * | RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun2013-03-221-1/+3
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-202-1/+12
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-191-0/+12
| |\ \ | | |/ | |/|
| | * Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou2013-03-151-0/+12
| * | mlx4: remove leftover idr_pre_get() callTejun Heo2013-03-131-1/+0
| |/
* | tcp: Remove TCPCTChristoph Paasch2013-03-171-1/+1
* | RDMA/cxgb4: Fix onchip queue support for T5Vipul Pandya2013-03-141-8/+5
* | RDMA/cxgb4: Bump tcam_full stat and WR reply timeoutVipul Pandya2013-03-142-2/+2
* | RDMA/cxgb4: Map pbl buffers for dma if using DSGL.Vipul Pandya2013-03-141-6/+23
* | RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya2013-03-144-36/+182
* | RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5Vipul Pandya2013-03-143-6/+30
* | RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-141-4/+16
* | RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya2013-03-146-35/+77
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-032-0/+2
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-1/+1
* IB/qib: convert to idr_alloc()Tejun Heo2013-02-271-13/+8
* IB/ocrdma: convert to idr_alloc()Tejun Heo2013-02-271-13/+1
* IB/mlx4: convert to idr_alloc()Tejun Heo2013-02-271-17/+15
* IB/ipath: convert to idr_alloc()Tejun Heo2013-02-271-12/+4
* IB/ehca: convert to idr_alloc()Tejun Heo2013-02-272-39/+22
* IB/cxgb4: convert to idr_alloc()Tejun Heo2013-02-271-13/+14
* IB/cxgb3: convert to idr_alloc()Tejun Heo2013-02-271-13/+11
* IB/amso1100: convert to idr_alloc()Tejun Heo2013-02-271-8/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-264-8/+8
|\
| * new helper: file_inode(file)Al Viro2013-02-224-8/+8
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-2619-130/+312
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier2013-02-2613-110/+279
| |\ \ \ \ \ \
| | | | | | * | 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
| | | |/ /
| | * | | 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
OpenPOWER on IntegriCloud