summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-05-134-3/+11
|\
| * Merge branches 'cxgb3' and 'mlx4' into for-linusRoland Dreier2009-05-133-3/+10
| |\
| | * IB/mlx4: Don't overwrite fast registration page list when posting work requestJack Morgenstein2009-05-073-3/+10
| * | RDMA/cxgb3: Don't complete flushed send work requests twiceSteve Wise2009-04-291-0/+1
| |/
* | Fix deadlock in ipathfs ->get_sb()Al Viro2009-05-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-05-021-0/+1
|\ \ | |/ |/|
| * [SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie2009-04-271-0/+1
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'cxgb3', 'ipoib', 'mthca', 'mlx4' and 'nes' into for-linusRoland Dreier2009-04-289-93/+121
|\ \ \ \ \ | | | | |/ | | | |/|
| | | | * RDMA/nes: Update iw_nes versionChien Tung2009-04-271-3/+1
| | | | * RDMA/nes: Fix error path in nes_accept()Faisal Latif2009-04-271-1/+4
| | | | * RDMA/nes: Fix hang issues for large cluster dynamic connectionsFaisal Latif2009-04-271-31/+25
| | | | * RDMA/nes: Increase rexmit timeout intervalFaisal Latif2009-04-272-1/+6
| | | | * RDMA/nes: Check for sequence number wrap-aroundFaisal Latif2009-04-271-1/+2
| | | | * RDMA/nes: Do not set apbvt entry for loopbackFaisal Latif2009-04-271-4/+6
| | | | * RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=nChien Tung2009-04-271-4/+0
| | | | * RDMA/nes: Fix fw_ver in /sysChien Tung2009-04-271-4/+3
| | | | * RDMA/nes: Set trace length to 1 inch for SFP_DChien Tung2009-04-271-1/+2
| | | | * RDMA/nes: Enable repause timer for port 1Chien Tung2009-04-271-0/+6
| | | | * RDMA/nes: Correct CDR loop filter setting for port 1Chien Tung2009-04-271-6/+8
| | | | * RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internalChien Tung2009-04-271-5/+2
| | | | * RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()Miroslaw Walukiewicz2009-04-212-1/+26
| | | | * RDMA/nes: Remove root_256()'s unused pbl_count_256 parameterMatt Kraai2009-04-211-3/+2
| | | | * RDMA/nes: Fix bugs in nes_reg_phys_mr()Don Wood2009-04-201-14/+13
| | | | * RDMA/nes: Fix compiler warning at nes_verbs.c:1955Chien Tung2009-04-201-1/+1
| | | |/
| | * | IB/mthca: Fix timeout for INIT_HCA and a few other commandsJack Morgenstein2009-04-201-7/+9
| | |/
| * | IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-202-6/+5
| |/
* | RDMA/cxgb3: Don't zero QP attrs when moving to IDLESteve Wise2009-04-201-1/+0
* | RDMA/cxgb3: Adjust ORD/IRD (if needed) for peer2peer connectionsSteve Wise2009-04-201-0/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-04-0916-304/+394
|\
| *-----. Merge branches 'cma', 'cxgb3', 'ipoib', 'mlx4' and 'nes' into for-nextRoland Dreier2009-04-0815-290/+363
| |\ \ \ \
| | | | | * RDMA/nes: Add support for new SFP+ PHYChien Tung2009-04-083-28/+44
| | | | | * RDMA/nes: Add wide_ppm_offset parm for switch compatibilityChien Tung2009-04-082-31/+67
| | | | | * RDMA/nes: Fix SFP+ PHY initializationChien Tung2009-04-081-167/+122
| | | | | * RDMA/nes: Fix nes_nic_cm_xmit() error handlingFaisal Latif2009-04-081-7/+1
| | | | | * RDMA/nes: Fix error handling issuesFaisal Latif2009-04-082-3/+6
| | | | | * RDMA/nes: Fix incorrect casts on 32-bit architecturesDon Wood2009-04-082-4/+6
| | | | * | IB/mlx4: Use pgprot_writecombine() for BlueFlame pagesRoland Dreier2009-03-301-2/+1
| | | | |/
| | | * | IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier2009-03-311-10/+15
| | | |/
| | * | RDMA/cxgb3: Release dependent resources only when endpoint memory is freed.Steve Wise2009-03-302-12/+17
| | * | RDMA/cxgb3: Handle EEH eventsSteve Wise2009-03-306-34/+92
| | |/
| * | RDMA/cma: Create cm id even when IB port is downYossi Etigin2009-04-081-14/+27
| * | RDMA/cma: Use rate from IPoIB broadcast when joining IPoIB multicast groupsYossi Etigin2009-04-011-0/+4
| |/
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-074-7/+7
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-074-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-283-11/+10
|\ \ | |/ |/|
| * [SCSI] iscsi class: remove host no argument from session creation calloutMike Christie2009-03-131-2/+1
| * [SCSI] iscsi lib: remove qdepth param from iscsi host allocationMike Christie2009-03-131-1/+1
| * [SCSI] iscsi lib: have lib create work queue for transmitting IOMike Christie2009-03-132-2/+2
| * [SCSI] libiscsi: don't cap queue depth in iscsi modulesMike Christie2009-03-132-3/+3
| * [SCSI] iser: have iser use its own loggingMike Christie2009-03-131-5/+5
OpenPOWER on IntegriCloud