summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak2007-08-031-0/+5
* IB/mad: Fix address handle leak in mad_rmppSean Hefty2007-08-031-4/+4
* IB/mad: agent_send_response() should be voidHal Rosenstock2007-08-032-17/+13
* IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+5
* IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+8
* IB/sa: Don't need to check for default P_Key twiceRoland Dreier2007-08-031-3/+1
* IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua2007-08-031-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+0
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* RDMA/cma: Remove local write permission from QP access flagsDotan Barak2007-07-171-1/+1
* IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier2007-07-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-1213-169/+262
|\
| * IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty2007-07-101-2/+1
| * IB/cm: Fix handling of duplicate SIDR REQsSean Hefty2007-07-101-1/+1
| * IB/cm: cm_msgs.h should include ib_cm.hSean Hefty2007-07-101-0/+1
| * IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-103-16/+57
| * IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty2007-07-101-96/+75
| * IB/sa: Make sure SA queries use default P_KeySean Hefty2007-07-101-35/+50
| * IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak2007-07-101-1/+1
| * IB: Fix ib_umem_get() when npages == 0Andrew Morton2007-07-091-0/+1
| * IB: Remove garbage non-ASCII characters from commentsRoland Dreier2007-07-093-3/+3
| * IB/mad: Enhance SMI for switch supportHal Rosenstock2007-07-094-15/+72
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
|/
* IB/umem: Fix possible hang on process exitRoland Dreier2007-06-211-7/+9
* RDMA/cma: Fix initialization of next_portSean Hefty2007-06-071-2/+2
* IB/cm: Fix stale connection detectionSean Hefty2007-05-291-11/+14
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-213-10/+133
|\
| * IB/cm: Improve local id allocationMichael S. Tsirkin2007-05-211-1/+3
| * IB/core: Use start_port() and end_port()Roland Dreier2007-05-191-8/+2
| * IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin2007-05-191-0/+125
| * IB/core: Free umem when mm is already goneEli Cohen2007-05-191-1/+3
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-213-0/+3
|/
* RDMA/cma: Add check to validate that cm_id is bound to a deviceSean Hefty2007-05-141-4/+8
* RDMA/cma: Fix synchronization with device removal in cma_iw_handlerSean Hefty2007-05-141-2/+3
* RDMA/cma: Simplify device removal handling codeSean Hefty2007-05-141-41/+48
* IB: Put rlimit accounting struct in struct ib_umemRoland Dreier2007-05-081-28/+13
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-086-99/+120
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-075-19/+22
|\
| * IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-064-4/+5
| * IB/fmr_pool: Add prefix to all printksRoland Dreier2007-05-061-15/+17
* | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-026-6/+0
|/
* IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes2007-04-241-0/+1
* IB/mad: Change SMI to use enums rather than magic return codesHal Rosenstock2007-04-243-72/+82
* IB/umad: Implement GRH handling for sent/received MADsSean Hefty2007-04-241-6/+12
* IB/sa: Set src_path_bits correctly in ib_init_ah_from_path()Sean Hefty2007-04-241-1/+23
* IB/ucm: Simplify ib_ucm_event()Sean Hefty2007-04-241-17/+6
* RDMA/ucma: Simplify ucma_get_event()Sean Hefty2007-04-241-15/+7
* IB/umad: Fix declaration of dev_map[]Hal Rosenstock2007-04-181-1/+1
* RDMA/ucma: Avoid sending reject if backlog is fullSean Hefty2007-03-061-1/+1
* RDMA/cma: Initialize rdma_bind_list in cma_alloc_any_port()Sean Hefty2007-03-061-1/+1