summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/ehca: Discard double CQE for one WRAlexander Schmidt2008-08-124-20/+78
* IB/ehca: Check idr_find() return valueAlexander Schmidt2008-08-121-1/+3
* IB/ehca: Repoll CQ on invalid opcodeAlexander Schmidt2008-08-121-1/+1
* IB/ehca: Rename goto label in ehca_poll_cq_one()Alexander Schmidt2008-08-121-3/+3
* IB/ehca: Update qp_state on cached modify_qp()Alexander Schmidt2008-08-121-4/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-08-0710-75/+56
|\
| *---. Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linusRoland Dreier2008-08-0710-75/+56
| |\ \ \
| | | | * IB/mlx4: Allow 4K messages for UD QPsAlex Naslednikov2008-08-071-1/+1
| | | | * mlx4_core: Add ethernet fields to CQE structYevgeny Petrilin2008-08-061-17/+16
| | |_|/ | |/| |
| | | * IB/ipath: Fix printk format warningsAlexander Beregalov2008-08-043-9/+15
| | | * IB/ipath: Use unsigned long for irq flagsVegard Nossum2008-07-301-3/+3
| | |/ | |/|
| | * RDMA/cxgb3: Fix deadlock initializing iw_cxgb3 deviceSteve Wise2008-08-041-25/+3
| | * RDMA/cxgb3: Fix up MW access rightsSteve Wise2008-08-043-4/+11
| | * RDMA/cxgb3: Fix QP capabilitiesSteve Wise2008-08-041-16/+7
| |/
* | powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell2008-08-041-1/+1
* | Remove newline from the description of module parametersNiels de Vos2008-08-011-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-2612-929/+1163
|\
| *-. Merge branches 'bkl-removal', 'ipoib', 'mlx4' and 'nes' into for-linusRoland Dreier2008-07-2612-929/+1163
| |\ \
| | | * RDMA/nes: CM connection setup/teardown reworkFaisal Latif2008-07-245-929/+1156
| | |/ | |/|
| | * mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein2008-07-257-0/+7
| |/
* | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-263-5/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-2412-15/+206
|\
| *---. Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' an...Roland Dreier2008-07-2412-15/+206
| |\ \ \
| | | | * IB/mthca: Keep free count for MTT buddy allocatorRoland Dreier2008-07-222-8/+19
| | |_|/ | |/| |
| | | * IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier2008-07-235-5/+175
| | | * IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_segRoland Dreier2008-07-221-1/+1
| | |/ | |/|
| | * IB/ehca: Release mutex in error path of alloc_small_queue_page()Julia Lawall2008-07-221-0/+1
| | * IB/ehca: Use default value for Local CA ACK Delay if FW returns 0Joachim Fenkes2008-07-221-1/+3
| | * IB/ehca: Filter PATH_MIG events if QP was never armedJoachim Fenkes2008-07-223-0/+7
| |/
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-2/+2
|\ \
| * \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1664-531/+706
| |\ \ | | |/
| * | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-0612-29/+53
| |\ \
| * | | infiniband: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* | | | device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+1
| |_|/ |/| |
* | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-152-2/+2
|\ \ \
| * \ \ Merge branch 'linus' into core/rcuIngo Molnar2008-07-111-0/+4
| |\ \ \
| * \ \ \ Merge commit 'v2.6.26-rc8' into core/rcuIngo Molnar2008-06-261-1/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-231-3/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into core/rcuIngo Molnar2008-06-1610-25/+47
| |\ \ \ \ \
| * | | | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-192-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen2008-07-141-13/+2
* | | | | | RDMA/cxgb3: Fixes for zero STagSteve Wise2008-07-144-26/+130
* | | | | | RDMA/core: Add local DMA L_Key supportSteve Wise2008-07-143-4/+6
* | | | | | IB/mthca: Fix check of max_send_sge for special QPsRoland Dreier2008-07-141-2/+2
* | | | | | IB/mthca: Use round_jiffies() for catastrophic error polling timerRoland Dreier2008-07-141-1/+1
* | | | | | IB/mthca: Remove "stop" flag for catastrophic error polling timerRoland Dreier2008-07-142-14/+2
* | | | | | IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell2008-07-142-4/+5
* | | | | | RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw()Steve Wise2008-07-141-0/+1
* | | | | | RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request()Roland Dreier2008-07-146-23/+19
* | | | | | RDMA/cxgb3: Propagate HW page size capabilitiesJon Mason2008-07-143-1/+3
OpenPOWER on IntegriCloud