summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-192-4/+2
* IB/mthca: Simplify use of size0 in work request postingRoland Dreier2007-07-181-17/+24
* IB/mthca: Factor out setting WQE UD segment entriesRoland Dreier2007-07-181-18/+22
* 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-171-8/+16
* RDMA/cma: Remove local write permission from QP access flagsDotan Barak2007-07-171-1/+1
* IB/mthca: Use uninitialized_var() for f0Roland Dreier2007-07-171-2/+14
* IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier2007-07-171-1/+1
* IB/ipath: Remove ipath_get_user_pages_nocopy()Roland Dreier2007-07-172-27/+0
* IB/ipath: Make a few functions staticRoland Dreier2007-07-177-11/+6
* IB/iser: Make a couple of functions staticRoland Dreier2007-07-173-31/+25
* IB/mthca: Fix printk format used for firmware version in warningRoland Dreier2007-07-171-1/+1
* IB/mthca: Schedule MSI support for removalRoland Dreier2007-07-171-4/+16
* IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen2007-07-1722-242/+261
* IB/ehca: Restructure ehca_set_pagebuf()Hoang-Nam Nguyen2007-07-171-331/+200
* IB/ehca: MR/MW structure refactoringHoang-Nam Nguyen2007-07-172-277/+284
* IB/ehca: Use macro to calculate number of chunks in a mem blockHoang-Nam Nguyen2007-07-171-23/+24
* IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded valueHoang-Nam Nguyen2007-07-171-8/+11
* IB/ehca: Use common error code mapping instead of specific onesHoang-Nam Nguyen2007-07-173-197/+15
* IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()Hoang-Nam Nguyen2007-07-171-0/+1
* IB/ehca: Fix HW level autodetectionJoachim Fenkes2007-07-171-12/+17
* IB/mlx4: Take sizeof the correct pointer in call to memset()Dotan Barak2007-07-171-1/+1
* IB/mlx4: Fix port returned from query QP for QPs in INIT stateJack Morgenstein2007-07-171-1/+4
* IB/mlx4: Fix flow label returned from query QPJack Morgenstein2007-07-171-1/+1
* RDMA/cxgb3: Remove cm_id reference on listen failuresSteve Wise2007-07-171-0/+1
* drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik2007-07-171-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-156-76/+54
|\
| * [SCSI] iscsi_iser: convert to use the data buffer accessorsFUJITA Tomonori2007-06-182-12/+6
| * [SCSI] ib_srp: convert to use the data buffer accessorsFUJITA Tomonori2007-06-072-48/+20
| * [SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attrMike Christie2007-06-021-0/+1
| * [SCSI] libiscsi: make can_queue configurableMike Christie2007-06-023-6/+13
| * [SCSI] libiscsi: fix iscsi cmdsn allocationMike Christie2007-06-021-10/+8
| * [SCSI] iscsi class, iscsi_tcp, ib_iser: add sysfs chap fileMike Christie2007-06-011-2/+3
| * [SCSI] iscsi: Some fixes in preparation for bidirectional support - total_lengthMike Christie2007-06-011-2/+2
| * [SCSI] iscsi class, qla4xxx, iscsi_tcp, ib_iser: export/set initiator nameMike Christie2007-06-011-1/+2
| * [SCSI] libiscsi, iscsi_tcp, ib_iser : add sw iscsi host get/set params helpersMike Christie2007-06-011-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-1288-1052/+2738
|\ \
| * | IB/mlx4: Implement query SRQJack Morgenstein2007-07-123-0/+21
| * | IB/mlx4: Implement query QPJack Morgenstein2007-07-123-0/+141
| * | IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty2007-07-101-2/+1
| * | IB/cm: Fix handling of duplicate SIDR REQsSean Hefty2007-07-101-1/+1
| * | IB/cm: cm_msgs.h should include ib_cm.hSean Hefty2007-07-101-0/+1
| * | IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-104-17/+57
| * | IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty2007-07-101-96/+75
| * | IB/sa: Make sure SA queries use default P_KeySean Hefty2007-07-101-35/+50
| * | IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier2007-07-101-16/+17
| * | IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen2007-07-102-2/+2
OpenPOWER on IntegriCloud