aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
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