aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca/ehca_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-02-12IB/ehca: Allow access for ib_query_qp()Alexander Schmidt1-3/+1
2009-06-03IB/ehca: Remove superfluous bitmasks from QP control blockJoachim Fenkes1-13/+5
2009-05-13IB/ehca: Remove unnecessary memory operations for userspace queue pairsStefan Roscher1-41/+53
2009-01-16IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell1-16/+16
2008-12-05IB/ehca: Replace modulus operations in flush error completion pathStefan Roscher1-6/+6
2008-12-01IB/ehca: Fix problem with generated flush work completionsStefan Roscher1-6/+20
2008-11-11IB/ehca: Remove reference to special QP in case of port activation failureStefan Roscher1-0/+5
2008-10-22IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapterStefan Roscher1-2/+2
2008-10-10IB/ehca: Don't allow creating UC QP with SRQHoang-Nam Nguyen1-0/+6
2008-09-20IB/ehca: Generate flush status CQ entriesAlexander Schmidt1-15/+210
2008-08-12IB/ehca: Discard double CQE for one WRAlexander Schmidt1-9/+25
2008-08-12IB/ehca: Update qp_state on cached modify_qp()Alexander Schmidt1-4/+10
2008-07-22IB/ehca: Filter PATH_MIG events if QP was never armedJoachim Fenkes1-0/+2
2008-05-07IB/ehca: Wait for async events to finish before destroying QPStefan Roscher1-0/+5
2008-04-29IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher1-2/+24
2008-04-23IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes1-6/+6
2008-04-23IB/ehca: Prevent posting of SQ WQEs if QP not in RTSJoachim Fenkes1-0/+3
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3
2008-04-16IB/ehca: Remove tgid checkingHoang-Nam Nguyen1-48/+0
2008-01-25IB/ehca: Prevent RDMA-related connection failures on some eHCA2 hardwareJoachim Fenkes1-4/+10
2008-01-25IB/ehca: Add "port connection autodetect mode"Hoang-Nam Nguyen1-5/+154
2008-01-25IB/ehca: Remove CQ-QP-link before destroying QP in error path of create_qp()Hoang-Nam Nguyen1-1/+4
2008-01-25drivers/infiniband: Add missing "space"Joe Perches1-3/+3
2007-12-12IB/ehca: Return correct number of SGEs for SRQJoachim Fenkes1-2/+2
2007-11-24IB/ehca: Fix static rate regressionJoachim Fenkes1-2/+2
2007-11-13IB/ehca: Fix static rate calculationJoachim Fenkes1-17/+12
2007-10-17IB/ehca: Supply QP token for SRQ base QPsJoachim Fenkes1-1/+3
2007-10-09IB/ehca: Return srq_attr->max_sge in ehca_query_srq()Joachim Fenkes1-0/+1
2007-10-09IB/ehca: Fix mem leak of firmware ctrlblock in ehca_create_srq()Hoang-Nam Nguyen1-0/+2
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