aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2005-07-07[PATCH] IB uverbs: add mthca user QP supportGravatar Roland Dreier 3-85/+212
2005-07-07[PATCH] IB uverbs: add mthca user CQ supportGravatar Roland Dreier 4-37/+110
2005-07-07[PATCH] IB uverbs: add mthca user MR supportGravatar Roland Dreier 1-0/+82
2005-07-07[PATCH] IB uverbs: add mthca user PD supportGravatar Roland Dreier 5-12/+28
2005-07-07[PATCH] IB uverbs: add mthca mmap supportGravatar Roland Dreier 1-0/+18
2005-07-07[PATCH] IB uverbs: add mthca user context supportGravatar Roland Dreier 2-0/+72
2005-07-07[PATCH] IB uverbs: add mthca user doorbell record supportGravatar Roland Dreier 2-6/+149
2005-07-07[PATCH] IB uverbs: add mthca ABI headerGravatar Roland Dreier 1-0/+81
2005-07-07[PATCH] IB uverbs: hook up Kconfig/MakefileGravatar Roland Dreier 2-1/+14
2005-07-07[PATCH] IB uverbs: memory pinning implementationGravatar Roland Dreier 1-0/+221
2005-07-07[PATCH] IB uverbs: core implementationGravatar Roland Dreier 3-0/+1836
2005-07-07[PATCH] IB uverbs: add user verbs ABI headerGravatar Roland Dreier 1-0/+389
2005-07-07[PATCH] IB uverbs: update mthca for new APIGravatar Roland Dreier 1-3/+10
2005-07-07[PATCH] IB uverbs: update kernel midlayer for new APIGravatar Roland Dreier 1-12/+20
2005-07-07[PATCH] IB uverbs: core API extensionsGravatar Roland Dreier 1-18/+106
2005-06-27[PATCH] IB: Fix pack/unpack when size_bits == 64Gravatar Roland Dreier 1-2/+2
2005-06-27[PATCH] IB: Fix race in sa_queryGravatar Roland Dreier 1-5/+13
2005-06-27[PATCH] IB/mthca: Bump versionGravatar Roland Dreier 1-2/+2
2005-06-27[PATCH] IB/mthca: Align FW command mailboxes to 4KGravatar Roland Dreier 8-422/+329
2005-06-27[PATCH] IB/mthca: Encapsulate command interface initGravatar Roland Dreier 3-16/+30
2005-06-27[PATCH] IB/mthca: Fix memory leak on error pathGravatar Roland Dreier 1-0/+1
2005-06-27[PATCH] IB/mthca: Split off MTT allocationGravatar Roland Dreier 3-168/+177
2005-06-27[PATCH] IB/mthca: Move mthca_is_memfree checksGravatar Roland Dreier 4-19/+22
2005-06-27[PATCH] IB/mthca: Fix memset sizeGravatar Roland Dreier 1-1/+1
2005-06-27[PATCH] IB/mthca: Enable unreliable connected transportGravatar Roland Dreier 1-1/+78
2005-06-27[PATCH] IB/mthca: Set RDMA/atomic capabilities correctlyGravatar Roland Dreier 1-8/+8
2005-06-27[PATCH] IB/mthca: Set QP static rate correctlyGravatar Roland Dreier 1-1/+1
2005-06-27[PATCH] IB/mthca: Use dma_alloc_coherent instead of pci_alloc_consistentGravatar Roland Dreier 3-27/+29
2005-06-27[PATCH] IB/mthca: Clean up CQ debugGravatar Roland Dreier 1-21/+18
2005-06-27[PATCH] IB/mthca: Clean up error messagesGravatar Bernhard Fischer 2-10/+7
2005-06-27[PATCH] IB/mthca: Add Sun copyright noticeGravatar Tom Duffy 6-0/+6
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIOGravatar Dmitry Torokhov 1-1/+1
2005-06-20[PATCH] Make attributes names const char *Gravatar Dmitry Torokhov 1-71/+49
2005-05-25[PATCH] IB: fix endianness of path record MTU fieldGravatar Roland Dreier 1-2/+2
2005-05-25[PATCH] IB: fix potential ib_umad leakGravatar Roland Dreier 1-0/+4
2005-05-25[PATCH] IB: allow NULL sa_query callbacksGravatar Roland Dreier 1-17/+18
2005-05-01[PATCH] fix include order in mthca_memfree.cGravatar Roland Dreier 1-1/+2
2005-04-24[PATCH] missing include in mthcaGravatar Al Viro 1-0/+1
2005-04-16[PATCH] drivers/infiniband/hw/mthca/mthca_main.c: remove an unused labelGravatar Roland Dreier 1-1/+1
2005-04-16[PATCH] IB/mthca: add support for new MT25204 HCAGravatar Roland Dreier 4-26/+73
2005-04-16[PATCH] IB/mthca: map context for RDMA responder in mem-free modeGravatar Roland Dreier 3-3/+29
2005-04-16[PATCH] IB/mthca: update receive queue initialization for new HCAsGravatar Roland Dreier 1-10/+23
2005-04-16[PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree()Gravatar Roland Dreier 11-57/+62
2005-04-16[PATCH] IB/mthca: tweaks to mthca_cmd.cGravatar Roland Dreier 1-3/+2
2005-04-16[PATCH] IB/mthca: add fast memory region implementationGravatar Michael S. Tsirkin 7-24/+526
2005-04-16[PATCH] IB/mthca: split MR key munging routinesGravatar Michael S. Tsirkin 1-4/+24
2005-04-16[PATCH] IB/mthca: add mthca_table_find() functionGravatar Michael S. Tsirkin 2-0/+35
2005-04-16[PATCH] IB/mthca: add SYNC_TPT firmware commandGravatar Michael S. Tsirkin 2-0/+6
2005-04-16[PATCH] IB/mthca: add mthca_write64_raw() for writing to MTT table directlyGravatar Michael S. Tsirkin 1-0/+11
2005-04-16[PATCH] IB/mthca: encapsulate MTT buddy allocatorGravatar Michael S. Tsirkin 2-74/+95