aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-09IB/ehca: Path migration supportJoachim Fenkes1-24/+66
2007-10-09IB/ehca: Add check for max #SGE to create_qp()Joachim Fenkes1-1/+13
2007-10-09IB/ehca: Print return codes as signed decimal integersJoachim Fenkes1-21/+21
2007-10-09IB/ehca: Use remap_4k_pfn() to map firmware contexts to user spaceHoang-Nam Nguyen1-0/+2
2007-10-09IB/ehca: Support more than 4k QPs for userspace and kernelspaceStefan Roscher1-2/+7
2007-10-09IB/ehca: Small QP userspace supportStefan Roscher1-4/+3
2007-10-09IB/ehca: Make output clearer by removing some debug messagesAnton Blanchard1-2/+0
2007-08-31IB/ehca: Fix Small QP regressionsStefan Roscher1-4/+6
2007-07-20IB/ehca: Support small QP queuesStefan Roscher1-64/+97
2007-07-20IB/ehca: Make internal_create/destroy_qp() staticJoachim Fenkes1-8/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-17IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen1-19/+20
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes1-6/+6
2007-07-09IB/ehca: Lock renaming, static initializersJoachim Fenkes1-3/+3
2007-07-09IB/ehca: Report RDMA atomic attributes in query_qp()Hoang-Nam Nguyen1-0/+3
2007-07-09IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2Stefan Roscher1-0/+11
2007-07-09IB/ehca: Support UD low-latency QPsStefan Roscher1-27/+57
2007-07-09IB/ehca: add Shared Receive Queue supportJoachim Fenkes1-77/+374
2007-07-09IB/ehca: QP code restructuring in preparation for SRQJoachim Fenkes1-140/+114
2007-05-14IB/ehca: Fix AQP0/1 QP numberHoang-Nam Nguyen1-2/+3
2007-05-14IB/ehca: Correctly set GRH mask bit in ehca_modify_qp()Joachim Fenkes1-4/+8
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2007-02-04IB/ehca: Remove use of do_mmap()Hoang-Nam Nguyen1-64/+14
2007-01-09IB/ehca: Use proper GFP_ flags for get_zeroed_page()Hoang-Nam Nguyen1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-29IB/ehca: Use WQE offset instead of WQE addr for pending work reqsHoang-Nam Nguyen1-13/+9
2006-11-09IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen1-5/+5
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-1/+2
2006-09-22IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick1-0/+1506