aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-09IB/sa: Error handling thinko fixAli Ayoub1-1/+1
2007-10-09IB/fmr_pool: Clean up some error messages in fmr_pool.cAnton Blanchard1-11/+11
2007-10-09IB: find_first_zero_bit() takes unsigned pointerRoland Dreier1-2/+2
2007-08-03IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak1-0/+5
2007-08-03IB/mad: Fix address handle leak in mad_rmppSean Hefty1-4/+4
2007-08-03IB/mad: agent_send_response() should be voidHal Rosenstock2-17/+13
2007-08-03IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock1-6/+5
2007-08-03IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock1-6/+8
2007-08-03IB/sa: Don't need to check for default P_Key twiceRoland Dreier1-3/+1
2007-08-03IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+0
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17RDMA/cma: Remove local write permission from QP access flagsDotan Barak1-1/+1
2007-07-17IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier1-1/+1
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