aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2005-08-26[PATCH] IB: fix userspace CM deadlockSean Hefty2-313/+160
2005-08-26[PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier1-0/+12
2005-08-26[PATCH] IB/mthca: Add SRQ implementationRoland Dreier13-25/+857
2005-08-26[PATCH] IB/mthca: Handle context tables smaller than our chunk sizeRoland Dreier1-1/+6
2005-08-26[PATCH] IB/mthca: Move WQE structures into their own headerRoland Dreier2-74/+115
2005-08-26[PATCH] IB/mthca: Simplify handling of completions with errorRoland Dreier2-9/+9
2005-08-26[PATCH] IB/mthca: Factor out common queue alloc codeRoland Dreier5-224/+141
2005-08-26[PATCH] IB: userspace SRQ supportRoland Dreier4-4/+238
2005-08-26[PATCH] IB: Add SRQ support to midlayerRoland Dreier2-5/+158
2005-08-26[PATCH] IB/mthca: Report correct max_msg_szRoland Dreier1-0/+3
2005-08-26[PATCH] IB/mthca: Use correct port width capability valueRoland Dreier5-13/+10
2005-08-26[PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering4-4/+0
2005-08-26[PATCH] IB: Fix ib_mad_thread_completion_handler declarationHal Rosenstock1-3/+2
2005-08-26[PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...Guy German1-1/+1
2005-08-26[PATCH] IB: unmap FMRs when destroying FMR poolRoland Dreier1-0/+6
2005-08-26[PATCH] IB/mthca: add HCA board ID to sysfs infoMichael S. Tsirkin5-69/+109
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty34-562/+565
2005-08-26[PATCH] IB: Eliminate redundant NULL checksHal Rosenstock1-8/+4
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier39-17/+69
2005-08-26[PATCH] IB: Update current firmware versions in mthca driverTziporet Koren1-3/+3
2005-08-26[PATCH] IB: fix use-after-free in user verbs cleanupRoland Dreier1-1/+2
2005-08-23[PATCH] Kconfig fix (infiniband and PCI)Al Viro1-0/+1
2005-07-28[PATCH] [IPoIB] Handle sending of unicast RARP responsesHal Rosenstock1-2/+3
2005-07-28[PATCH] [IB/cm]: Correct CM port redirect reject codesRoland Dreier1-1/+2
2005-07-27[IB/ucm]: Clean up userspace CMHal Rosenstock1-47/+41
2005-07-27Merge /scratch/Ksrc/linux-git/Roland Dreier22-468/+8448
2005-07-27[PATCH] IB: Eliminate sparse warnings in SA clientHal Rosenstock2-8/+8
2005-07-27[PATCH] IB: Hook up userspace CM to the make systemHal Rosenstock1-1/+3
2005-07-27[PATCH] Add kernel portion of user CM implementation (fix)Tom Duffy1-8/+5
2005-07-27[PATCH] IB: Add kernel portion of user CM implementationHal Rosenstock2-0/+1485
2005-07-27[PATCH] IB: Add the header file for user space CMHal Rosenstock1-0/+328
2005-07-27[PATCH] IB: Implementation for RMPP support in user MADHal Rosenstock1-106/+194
2005-07-27[PATCH] IB: User MAD ABI changes to support RMPPHal Rosenstock1-6/+22
2005-07-27[PATCH] IB: Add the kernel CM implementationHal Rosenstock3-1/+4147
2005-07-27[PATCH] IB: Add the header file for kernel CM (Communications Manager)Hal Rosenstock1-0/+568
2005-07-27[PATCH] IB: Add Service Record support to SA clientHal Rosenstock2-5/+236
2005-07-27[PATCH] IB: Add RMPP implementationHal Rosenstock5-50/+966
2005-07-27[PATCH] IB: Introduce RMPP APIsHal Rosenstock4-35/+125
2005-07-27[PATCH] IB: A couple of IB core bug fixesHal Rosenstock2-5/+5
2005-07-27[PATCH] IB: Add ib_create_ah_from_wc to IB verbsHal Rosenstock3-9/+59
2005-07-27[PATCH] IB: Fix a couple of MAD code pathsHal Rosenstock1-14/+14
2005-07-27[PATCH] IB: Optimize canceling a MADHal Rosenstock1-8/+13
2005-07-27[PATCH] IB: Add ib_modify_mad API to MADHal Rosenstock3-59/+40
2005-07-27[PATCH] IB: Eliminate MAD cache leak associated with local completionsHal Rosenstock1-1/+6
2005-07-27[PATCH] IB: Simplify calling of list_del in MADHal Rosenstock1-2/+1
2005-07-27[PATCH] IB: Add automatic retries to MAD layerHal Rosenstock5-2/+31
2005-07-27[PATCH] IB: Add ib_coalesce_recv_mad to MADHal Rosenstock2-10/+2
2005-07-27[PATCH] IB: Minor cleanup during MAD startup and shutdownHal Rosenstock1-35/+9
2005-07-27[PATCH] IB: Fix timeout/cancelled MAD handlingHal Rosenstock2-2/+13
2005-07-27[PATCH] IB: Change ib_mad_send_wr_private structHal Rosenstock2-14/+12
2005-07-27[PATCH] IB: Change saving of user's send wr_id in MADHal Rosenstock1-2/+2
2005-07-27[PATCH] IB: Combine some MAD routinesHal Rosenstock1-78/+27
2005-07-27[PATCH] IB: Add MAD helper functionsHal Rosenstock2-0/+136
2005-07-27[PATCH] IB: Update MAD client APIHal Rosenstock5-40/+24
2005-07-27[PATCH] IB: Update FMR functionsHal Rosenstock2-6/+6
2005-07-27[IB/mthca]: Use io_remap_pfn_range for PCI spaceMichael S. Tsirkin1-3/+3
2005-07-27[IB/ipoib]: Fix unsigned comparisons to handle wraparoundRoland Dreier1-3/+3
2005-07-27[IB/uverbs]: Add O_ASYNC supportGleb Natapov2-1/+14
2005-07-27[IB/mthca]: Fix error CQ entry handling on mem-free HCAsRoland Dreier1-1/+5
2005-07-07[PATCH] IB uverbs: add mthca user QP supportRoland Dreier3-85/+212
2005-07-07[PATCH] IB uverbs: add mthca user CQ supportRoland Dreier4-37/+110
2005-07-07[PATCH] IB uverbs: add mthca user MR supportRoland Dreier1-0/+82
2005-07-07[PATCH] IB uverbs: add mthca user PD supportRoland Dreier5-12/+28
2005-07-07[PATCH] IB uverbs: add mthca mmap supportRoland Dreier1-0/+18
2005-07-07[PATCH] IB uverbs: add mthca user context supportRoland Dreier2-0/+72
2005-07-07[PATCH] IB uverbs: add mthca user doorbell record supportRoland Dreier2-6/+149
2005-07-07[PATCH] IB uverbs: add mthca ABI headerRoland Dreier1-0/+81
2005-07-07[PATCH] IB uverbs: hook up Kconfig/MakefileRoland Dreier2-1/+14
2005-07-07[PATCH] IB uverbs: memory pinning implementationRoland Dreier1-0/+221
2005-07-07[PATCH] IB uverbs: core implementationRoland Dreier3-0/+1836
2005-07-07[PATCH] IB uverbs: add user verbs ABI headerRoland Dreier1-0/+389
2005-07-07[PATCH] IB uverbs: update mthca for new APIRoland Dreier1-3/+10
2005-07-07[PATCH] IB uverbs: update kernel midlayer for new APIRoland Dreier1-12/+20
2005-07-07[PATCH] IB uverbs: core API extensionsRoland Dreier1-18/+106
2005-06-27[PATCH] IB: Fix pack/unpack when size_bits == 64Roland Dreier1-2/+2
2005-06-27[PATCH] IB: Fix race in sa_queryRoland Dreier1-5/+13
2005-06-27[PATCH] IB/mthca: Bump versionRoland Dreier1-2/+2
2005-06-27[PATCH] IB/mthca: Align FW command mailboxes to 4KRoland Dreier8-422/+329
2005-06-27[PATCH] IB/mthca: Encapsulate command interface initRoland Dreier3-16/+30
2005-06-27[PATCH] IB/mthca: Fix memory leak on error pathRoland Dreier1-0/+1
2005-06-27[PATCH] IB/mthca: Split off MTT allocationRoland Dreier3-168/+177
2005-06-27[PATCH] IB/mthca: Move mthca_is_memfree checksRoland Dreier4-19/+22
2005-06-27[PATCH] IB/mthca: Fix memset sizeRoland Dreier1-1/+1
2005-06-27[PATCH] IB/mthca: Enable unreliable connected transportRoland Dreier1-1/+78
2005-06-27[PATCH] IB/mthca: Set RDMA/atomic capabilities correctlyRoland Dreier1-8/+8
2005-06-27[PATCH] IB/mthca: Set QP static rate correctlyRoland Dreier1-1/+1
2005-06-27[PATCH] IB/mthca: Use dma_alloc_coherent instead of pci_alloc_consistentRoland Dreier3-27/+29
2005-06-27[PATCH] IB/mthca: Clean up CQ debugRoland Dreier1-21/+18
2005-06-27[PATCH] IB/mthca: Clean up error messagesBernhard Fischer2-10/+7
2005-06-27[PATCH] IB/mthca: Add Sun copyright noticeTom Duffy6-0/+6
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov1-1/+1
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov1-71/+49
2005-05-25[PATCH] IB: fix endianness of path record MTU fieldRoland Dreier1-2/+2
2005-05-25[PATCH] IB: fix potential ib_umad leakRoland Dreier1-0/+4
2005-05-25[PATCH] IB: allow NULL sa_query callbacksRoland Dreier1-17/+18
2005-05-01[PATCH] fix include order in mthca_memfree.cRoland Dreier1-1/+2
2005-04-24[PATCH] missing include in mthcaAl Viro1-0/+1
2005-04-16[PATCH] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused labelRoland Dreier1-1/+1
2005-04-16[PATCH] IB/mthca: add support for new MT25204 HCARoland Dreier4-26/+73
2005-04-16[PATCH] IB/mthca: map context for RDMA responder in mem-free modeRoland Dreier3-3/+29
2005-04-16[PATCH] IB/mthca: update receive queue initialization for new HCAsRoland Dreier1-10/+23
2005-04-16[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Roland Dreier11-57/+62
2005-04-16[PATCH] IB/mthca: tweaks to mthca_cmd.cRoland Dreier1-3/+2
2005-04-16[PATCH] IB/mthca: add fast memory region implementationMichael S. Tsirkin7-24/+526
2005-04-16[PATCH] IB/mthca: split MR key munging routinesMichael S. Tsirkin1-4/+24
2005-04-16[PATCH] IB/mthca: add mthca_table_find() functionMichael S. Tsirkin2-0/+35
2005-04-16[PATCH] IB/mthca: add SYNC_TPT firmware commandMichael S. Tsirkin2-0/+6
2005-04-16[PATCH] IB/mthca: add mthca_write64_raw() for writing to MTT table directlyMichael S. Tsirkin1-0/+11
2005-04-16[PATCH] IB/mthca: encapsulate MTT buddy allocatorMichael S. Tsirkin2-74/+95
2005-04-16[PATCH] IB/mthca: allow address handle creation in interrupt contextRoland Dreier2-4/+4
2005-04-16[PATCH] IB/mthca: fill in opcode field for send completionsMichael S. Tsirkin3-14/+48
2005-04-16[PATCH] IB/mthca: fix MTT allocation in mem-free modeRoland Dreier6-11/+6
2005-04-16[PATCH] IB/mthca: implement RDMA/atomic operations for mem-free modeRoland Dreier1-0/+47
2005-04-16[PATCH] IB/mthca: fix format of CQ number for CQ eventsRoland Dreier1-2/+2
2005-04-16[PATCH] IB/mthca: only free doorbell records in mem-free modeRoland Dreier1-2/+4
2005-04-16[PATCH] IB/mthca: print assigned IRQ when interrupt test failsRoland Dreier1-1/+4
2005-04-16[PATCH] IB/mthca: release mutex on doorbell alloc error pathRoland Dreier1-1/+2
2005-04-16[PATCH] IB/mthca: fix MR allocation error pathMichael S. Tsirkin1-2/+2
2005-04-16[PATCH] IB/mthca: allocate correct number of doorbell pagesRoland Dreier1-1/+1
2005-04-16[PATCH] IB/mthca: clean up mthca_dereg_mr()Roland Dreier1-2/+3
2005-04-16[PATCH] IB/mthca: allow unaligned memory regionsMichael S. Tsirkin1-1/+1
2005-04-16[PATCH] IB/mthca: fix posting sends with immediate dataRoland Dreier1-2/+2
2005-04-16[PATCH] IB/mthca: fix calculation of RDB shiftRoland Dreier1-2/+1
2005-04-16[PATCH] IB/mthca: fill in more device query fieldsRoland Dreier2-4/+20
2005-04-16[PATCH] IB/mthca: map MPT/MTT context in mem-free modeRoland Dreier4-12/+105
2005-04-16[PATCH] IB: Remove incorrect commentsHal Rosenstock2-3/+0
2005-04-16[PATCH] IB: Fix user MAD registrations with class 0Roland Dreier1-6/+8
2005-04-16[PATCH] IB: Trivial FMR printk cleanupLibor Michalek1-1/+1
2005-04-16[PATCH] IB: Fix FMR pool crashRoland Dreier1-3/+2
2005-04-16[PATCH] IB: remove unneeded includesHal Rosenstock1-3/+0
2005-04-16[PATCH] IB: Keep MAD work completion validSean Hefty2-1/+3
2005-04-16[PATCH] IPoIB: convert to debugfsRoland Dreier2-130/+18
2005-04-16[PATCH] IPoIB: fix static rate calculationRoland Dreier2-8/+6
2005-04-16[PATCH] IPoIB: set skb->mac.raw on receiveHal Rosenstock1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds62-0/+26781