summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2007-04-25IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-0/+1
2007-04-25IB/mad: Change SMI to use enums rather than magic return codesHal Rosenstock3-72/+82
2007-04-25IB/umad: Implement GRH handling for sent/received MADsSean Hefty1-6/+12
2007-04-25IB/sa: Set src_path_bits correctly in ib_init_ah_from_path()Sean Hefty1-1/+23
2007-04-25IB/ucm: Simplify ib_ucm_event()Sean Hefty1-17/+6
2007-04-25RDMA/ucma: Simplify ucma_get_event()Sean Hefty1-15/+7
2007-04-19IB/umad: Fix declaration of dev_map[]Hal Rosenstock1-1/+1
2007-03-07RDMA/ucma: Avoid sending reject if backlog is fullSean Hefty1-1/+1
2007-03-06RDMA/cma: Initialize rdma_bind_list in cma_alloc_any_port()Sean Hefty1-1/+1
2007-02-23RDMA/cma: Remove unused node_guid from cma_device structureSean Hefty1-2/+0
2007-02-23IB/cm: Remove ca_guid from cm_device structureSean Hefty1-6/+4
2007-02-23RDMA/cma: Request reversible paths onlySean Hefty1-1/+3
2007-02-23IB/core: Set hop limit in ib_init_ah_from_wc correctlySean Hefty1-1/+1
2007-02-23IB/uverbs: Return correct error for invalid PD in register MRRoland Dreier1-1/+3
2007-02-17IB/core: Set static rate in ib_init_ah_from_path()Roland Dreier1-0/+1
2007-02-17IB/core: Fix sparse warnings about shadowed declarationsRoland Dreier2-4/+2
2007-02-17RDMA/cma: Add multicast communication supportSean Hefty2-47/+516
2007-02-17IB/sa: Track multicast join/leave requestsSean Hefty4-15/+919
2007-02-17RDMA/iwcm: iw_cm_id destruction race fixesSteve Wise1-22/+25
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-14Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds3-13/+60
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven4-7/+7
2007-02-10IB: Remove redundant "_wq" from workqueue namesSean Hefty2-2/+2
2007-02-10RDMA/cma: Increment port number after close to avoid re-useSean Hefty1-10/+56
2007-02-10IB/core: Use ARRAY_SIZE macro for mandatory_tableAhmed S. Darwish1-1/+2
2007-02-05RDMA/addr: Handle ethernet neighbour updates during route resolutionSteve Wise1-2/+1
2007-02-05IB: Return qp pointer as part of ib_wcMichael S. Tsirkin2-5/+8
2007-01-08RDMA/ucma: Don't report events with invalid user contextSean Hefty1-0/+10
2007-01-08RDMA/ucma: Fix struct ucma_event leak when backlog is fullSean Hefty1-0/+1
2007-01-08RDMA/iwcm: iWARP connection timeouts shouldn't be reported as rejectsSteve Wise1-3/+14
2006-12-13IB/core: Use the new verbs DMA mapping functionsRalph Campbell3-55/+53
2006-12-12RDMA/cma: Export rdma cm interface to userspaceSean Hefty3-3/+882
2006-12-12RDMA/cma: Add support for RDMA_PS_UDPSean Hefty1-16/+204
2006-12-12RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty2-24/+48
2006-12-12RDMA/cma: Report connect info with connect eventsSean Hefty1-57/+85
2006-12-12RDMA/cma: Remove unneeded qp_type parameter from rdma_cmSean Hefty1-5/+1
2006-12-12IB/fmr: ib_flush_fmr_pool() may wait too longRoland Dreier1-10/+2
2006-12-08[PATCH] struct path: convert infinibandJosef Sipek1-3/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells6-103/+152
2006-11-30IB/ucm: Fix deadlock in cleanupMichael S. Tsirkin1-0/+2
2006-11-30IB/cm: Fix automatic path migration supportSean Hefty2-33/+94
2006-11-30RDMA/addr: list_move() cleanupsRoland Dreier1-4/+2
2006-11-30RDMA/addr: Fix some cancellation problems in process_req()Krishna Kumar1-6/+5
2006-11-30RDMA/iwcm: Fix comment for iwcm_deref_id() to match codeKrishna Kumar1-2/+3
2006-11-30RDMA/iwcm: Remove unnecessary function argumentKrishna Kumar1-7/+6
2006-11-30RDMA/iwcm: Remove unnecessary initializationsKrishna Kumar1-4/+4
2006-11-30RDMA/iwcm: Fix memory leakKrishna Kumar1-3/+4
2006-11-30RDMA/iwcm: Fix memory corruption bug in cm_work_handler()Krishna Kumar1-3/+4
2006-11-30IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier1-1/+1
2006-11-30RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak2-3/+2