summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/mthca: Factor out setting WQE remote address and atomic segment entriesRoland Dreier2007-07-181-59/+40
* IB/mlx4: Factor out setting other WQE segmentsRoland Dreier2007-07-181-31/+36
* IB/mlx4: Factor out setting WQE data segment entriesRoland Dreier2007-07-181-6/+9
* IB/mthca: Factor out setting WQE data segment entriesRoland Dreier2007-07-183-54/+30
* IB/mlx4: Return receive queue sizes for userspace QPs from query QPRoland Dreier2007-07-181-8/+16
* IB/mthca: Use uninitialized_var() for f0Roland Dreier2007-07-181-2/+14
* IB/ipath: Remove ipath_get_user_pages_nocopy()Roland Dreier2007-07-182-27/+0
* IB/ipath: Make a few functions staticRoland Dreier2007-07-187-11/+6
* IB/mthca: Fix printk format used for firmware version in warningRoland Dreier2007-07-181-1/+1
* IB/mthca: Schedule MSI support for removalRoland Dreier2007-07-181-4/+16
* IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen2007-07-1822-242/+261
* IB/ehca: Restructure ehca_set_pagebuf()Hoang-Nam Nguyen2007-07-181-331/+200
* IB/ehca: MR/MW structure refactoringHoang-Nam Nguyen2007-07-182-277/+284
* IB/ehca: Use macro to calculate number of chunks in a mem blockHoang-Nam Nguyen2007-07-181-23/+24
* IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded valueHoang-Nam Nguyen2007-07-181-8/+11
* IB/ehca: Use common error code mapping instead of specific onesHoang-Nam Nguyen2007-07-183-197/+15
* IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()Hoang-Nam Nguyen2007-07-181-0/+1
* IB/ehca: Fix HW level autodetectionJoachim Fenkes2007-07-181-12/+17
* IB/mlx4: Take sizeof the correct pointer in call to memset()Dotan Barak2007-07-181-1/+1
* IB/mlx4: Fix port returned from query QP for QPs in INIT stateJack Morgenstein2007-07-181-1/+4
* IB/mlx4: Fix flow label returned from query QPJack Morgenstein2007-07-181-1/+1
* RDMA/cxgb3: Remove cm_id reference on listen failuresSteve Wise2007-07-181-0/+1
* drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik2007-07-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-1369-853/+2448
|\
| * IB/mlx4: Implement query SRQJack Morgenstein2007-07-133-0/+21
| * IB/mlx4: Implement query QPJack Morgenstein2007-07-133-0/+141
| * IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen2007-07-102-2/+2
| * IB/ehca: Improve latency by unlocking after triggering the hardwareHoang-Nam Nguyen2007-07-101-3/+2
| * IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive eventsJoachim Fenkes2007-07-104-31/+101
| * IB/ehca: Return QP pointer in poll_cq()Joachim Fenkes2007-07-101-3/+8
| * IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes2007-07-106-32/+28
| * IB/ehca: Refactor sync between completions and destroy_cq using atomic_tJoachim Fenkes2007-07-105-39/+29
| * IB/ehca: Lock renaming, static initializersJoachim Fenkes2007-07-106-36/+27
| * IB/ehca: Report RDMA atomic attributes in query_qp()Hoang-Nam Nguyen2007-07-101-0/+3
| * IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2Stefan Roscher2007-07-101-0/+11
| * IB/ehca: Support UD low-latency QPsStefan Roscher2007-07-101-27/+57
| * IB/ehca: add Shared Receive Queue supportJoachim Fenkes2007-07-109-107/+480
| * IB/ehca: QP code restructuring in preparation for SRQJoachim Fenkes2007-07-104-170/+166
| * IB/ehca: HW level, HW caps and MTU autodetectionJoachim Fenkes2007-07-105-11/+104
| * IB/ehca: Change scaling_code parameter description to match default valueHoang-Nam Nguyen2007-07-101-1/+1
| * IB/ipath: return correct PortGUID in NodeInfoSean Hefty2007-07-101-1/+1
| * IB/ipath: Remove bogus RD_ATOMIC checks from modify_qpArthur Jones2007-07-101-8/+0
| * IB/ipath: Test interrupts at driver startupArthur Jones2007-07-103-0/+31
| * IB/ipath: Remove support for preproduction HTX InfiniPath cardsRalph Campbell2007-07-104-48/+12
| * IB/ipath: Change version wording to be less confusing with release numberDave Olson2007-07-101-1/+1
| * IB/ipath: Lower default number of kernel send buffersRalph Campbell2007-07-101-1/+1
| * IB/ipath: Be more cautious about coming out of freeze modeDave Olson2007-07-104-20/+80
| * IB/ipath: Add barrier before updating WC head in shared memoryRalph Campbell2007-07-105-1/+12
| * IB: Use menuconfig for InfiniBand menuJan Engelhardt2007-07-106-6/+5
| * RDMA/cxgb3: Check return of kmalloc() in iwch_register_device()WANG Cong2007-07-101-3/+4