summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-076-7/+7
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-072-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
|\
| * [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-041-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0530-187/+281
|\|
| * IB/ucm: Fix deadlock in cleanupMichael S. Tsirkin2006-11-291-0/+2
| * IB/cm: Fix automatic path migration supportSean Hefty2006-11-292-33/+94
| * IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin2006-11-293-8/+15
| * IB/srp: Fix memory leak on reconnectVu Pham2006-11-291-3/+5
| * RDMA/addr: list_move() cleanupsRoland Dreier2006-11-291-4/+2
| * RDMA/addr: Fix some cancellation problems in process_req()Krishna Kumar2006-11-291-6/+5
| * RDMA/amso1100: Prevent deadlock in destroy QPKrishna Kumar2006-11-291-8/+28
| * IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein2006-11-291-1/+1
| * IB/ehca: Use WQE offset instead of WQE addr for pending work reqsHoang-Nam Nguyen2006-11-294-15/+39
| * RDMA/iwcm: Fix comment for iwcm_deref_id() to match codeKrishna Kumar2006-11-291-2/+3
| * RDMA/iwcm: Remove unnecessary function argumentKrishna Kumar2006-11-291-7/+6
| * RDMA/iwcm: Remove unnecessary initializationsKrishna Kumar2006-11-291-4/+4
| * RDMA/iwcm: Fix memory leakKrishna Kumar2006-11-291-3/+4
| * RDMA/iwcm: Fix memory corruption bug in cm_work_handler()Krishna Kumar2006-11-291-3/+4
| * IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier2006-11-293-3/+3
| * IB/ipath: Fix typo in pma_counter_select subscriptRoland Dreier2006-11-291-1/+1
| * RDMA/amso1100: Fix section mismatchesRoland Dreier2006-11-291-2/+2
| * IB/mthca: Fix section mismatchesRoland Dreier2006-11-2910-41/+33
| * IB/srp: Increase supported CDB sizeArne Redlich2006-11-291-1/+2
| * RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak2006-11-292-3/+2
| * IB: kmemdup() cleanupEric Sesterhenn2006-11-294-10/+5
| * RDMA/cma: Rewrite cma_req_handler() to encapsulate common codeKrishna Kumar2006-11-291-14/+13
| * RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()Krishna Kumar2006-11-291-1/+1
| * RDMA/cma: Remove redundant check in cma_add_oneKrishna Kumar2006-11-291-5/+0
| * RDMA/cma: Optimize cma_bind_loopback() to check for empty listKrishna Kumar2006-11-291-8/+7
* | WorkStruct: make allyesconfigDavid Howells2006-11-2218-99/+113
|/
* IB/ipath: Depend on CONFIG_NETBryan O'Sullivan2006-11-201-1/+1
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-11-201-8/+7
|\
| * IPoIB: Clear high octet in QP numberMichael S. Tsirkin2006-11-161-8/+7
* | [PATCH] IB/ipath - fix driver build for platforms with PCI, but not HTBryan O'Sullivan2006-11-163-3/+8
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-11-1313-61/+111
|\
| * IB/mad: Fix race between cancel and receive completionRoland Dreier2006-11-131-1/+1
| * RDMA/amso1100: Fix && typoJean Delvare2006-11-131-2/+2
| * RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_deviceTom Tucker2006-11-132-20/+22
| * IB/ehca: Activate scaling code by defaultHoang-Nam Nguyen2006-11-131-0/+1
| * IB/ehca: Use named constant for max mtuHoang-Nam Nguyen2006-11-132-3/+4
| * IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen2006-11-096-35/+81
* | [PATCH] IB/ipath - program intconfig register using new HT irq hookBryan O'Sullivan2006-11-085-82/+74
|/
* RDMA/addr: Use client registration to fix module unload raceSean Hefty2006-11-022-3/+33
* IB/mthca: Fix MAD extended header format for MAD_IFC firmware commandMichael S. Tsirkin2006-10-311-7/+7
* IB/uverbs: Return sq_draining value in query_qp responseJack Morgenstein2006-10-301-1/+1
* IB/amso1100: Fix incorrect pr_debug()Steve Wise2006-10-301-2/+2
* IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_singleSteve Wise2006-10-303-50/+33
* IB/ehca: Fix eHCA driver compilation for uniprocessorPaul Mackerras2006-10-301-0/+1
* RDMA/cma: rdma_bind_addr() leaks a cma_dev reference countKrishna Kumar2006-10-301-8/+15