aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds13-169/+262
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-07-10IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty1-2/+1
2007-07-10IB/cm: Fix handling of duplicate SIDR REQsSean Hefty1-1/+1
2007-07-10IB/cm: cm_msgs.h should include ib_cm.hSean Hefty1-0/+1
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty3-16/+57
2007-07-10IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty1-96/+75
2007-07-10IB/sa: Make sure SA queries use default P_KeySean Hefty1-35/+50
2007-07-10IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak1-1/+1
2007-07-09IB: Fix ib_umem_get() when npages == 0Andrew Morton1-0/+1
2007-07-09IB: Remove garbage non-ASCII characters from commentsRoland Dreier3-3/+3
2007-07-09IB/mad: Enhance SMI for switch supportHal Rosenstock4-15/+72
2007-06-21IB/umem: Fix possible hang on process exitRoland Dreier1-7/+9
2007-06-07RDMA/cma: Fix initialization of next_portSean Hefty1-2/+2
2007-05-29IB/cm: Fix stale connection detectionSean Hefty1-11/+14
2007-05-21Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-10/+133
2007-05-21IB/cm: Improve local id allocationMichael S. Tsirkin1-1/+3
2007-05-21Detach sched.h from mm.hAlexey Dobriyan3-0/+3
2007-05-19IB/core: Use start_port() and end_port()Roland Dreier1-8/+2
2007-05-19IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin1-0/+125
2007-05-19IB/core: Free umem when mm is already goneEli Cohen1-1/+3
2007-05-14RDMA/cma: Add check to validate that cm_id is bound to a deviceSean Hefty1-4/+8
2007-05-14RDMA/cma: Fix synchronization with device removal in cma_iw_handlerSean Hefty1-2/+3
2007-05-14RDMA/cma: Simplify device removal handling codeSean Hefty1-41/+48
2007-05-08IB: Put rlimit accounting struct in struct ib_umemRoland Dreier1-28/+13
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier6-99/+120
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-19/+22
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin4-4/+5
2007-05-06IB/fmr_pool: Add prefix to all printksRoland Dreier1-15/+17
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare6-6/+0
2007-04-24IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-0/+1
2007-04-24IB/mad: Change SMI to use enums rather than magic return codesHal Rosenstock3-72/+82
2007-04-24IB/umad: Implement GRH handling for sent/received MADsSean Hefty1-6/+12
2007-04-24IB/sa: Set src_path_bits correctly in ib_init_ah_from_path()Sean Hefty1-1/+23
2007-04-24IB/ucm: Simplify ib_ucm_event()Sean Hefty1-17/+6
2007-04-24RDMA/ucma: Simplify ucma_get_event()Sean Hefty1-15/+7
2007-04-18IB/umad: Fix declaration of dev_map[]Hal Rosenstock1-1/+1
2007-03-06RDMA/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-22RDMA/cma: Remove unused node_guid from cma_device structureSean Hefty1-2/+0
2007-02-22IB/cm: Remove ca_guid from cm_device structureSean Hefty1-6/+4
2007-02-22RDMA/cma: Request reversible paths onlySean Hefty1-1/+3
2007-02-22IB/core: Set hop limit in ib_init_ah_from_wc correctlySean Hefty1-1/+1
2007-02-22IB/uverbs: Return correct error for invalid PD in register MRRoland Dreier1-1/+3
2007-02-16IB/core: Set static rate in ib_init_ah_from_path()Roland Dreier1-0/+1
2007-02-16IB/core: Fix sparse warnings about shadowed declarationsRoland Dreier2-4/+2
2007-02-16RDMA/cma: Add multicast communication supportSean Hefty2-47/+516
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty4-15/+919
2007-02-16RDMA/iwcm: iw_cm_id destruction race fixesSteve Wise1-22/+25
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0