summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2008-02-19IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana1-4/+6
2008-02-14IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberEli Cohen1-1/+0
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein1-0/+1
2008-02-09IPoIB: Add send gather supportEli Cohen4-30/+83
2008-02-09IPoIB: Add high DMA feature flagEli Cohen1-1/+3
2008-02-05IB/srp: Retry stale connectionsDavid Dillow2-12/+42
2008-02-05IPoIB: Remove a misleading debug printOr Gerlitz1-4/+2
2008-02-05IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz1-6/+7
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-11/+8
2008-01-26IPoIB: Constify seq_operations function pointer tablesJan Engelhardt1-2/+2
2008-01-26IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar1-10/+0
2008-01-26IB/iser: Add change_queue_depth methodErez Zilber1-0/+1
2008-01-26IB/iser: Print information about unhandled RDMA CM eventsErez Zilber1-4/+2
2008-01-26IB/srp: Add identifying information to log messagesDavid Dillow1-46/+71
2008-01-26IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana3-14/+49
2008-01-26IB/srp: Enable SG list chainingDavid Dillow1-0/+1
2008-01-26IB/srp: Respect target credit limitDavid Dillow2-4/+14
2008-01-26IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-4/+0
2008-01-26IB/iser: Typo fix (s/destory/destroy/)Oliver Pinter1-1/+1
2008-01-26IB/iser: update URLs of iSER docsErez Zilber1-2/+2
2008-01-26drivers/infiniband: Add missing "space"Joe Perches1-1/+1
2008-01-26IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana4-43/+200
2008-01-26IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Roland Dreier1-22/+21
2008-01-26IPoIB/cm: Factor out ipoib_cm_create_srq()Roland Dreier1-17/+30
2008-01-26IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Roland Dreier1-9/+19
2008-01-26IPoIB: Trivial formatting cleanupsRoland Dreier6-130/+130
2008-01-23[SCSI] IB/iSER: add logical unit reset supportErez Zilber1-0/+1
2008-01-12[SCSI] iscsi: convert xmit path to iscsi chunksOlaf Kirch1-1/+2
2008-01-12[SCSI] libiscsi: fix nop handlingMike Christie1-1/+3
2008-01-12[SCSI] libiscsi: do not block session during logoutMike Christie1-3/+1
2008-01-12[SCSI] libiscsi,iser: patch for AHS supportBoaz Harrosh1-0/+1
2008-01-12[SCSI] libiscsi, iscsi_tcp: add device supportMike Christie1-6/+0
2008-01-08IB/srp: Release transport before removing hostDave Dillow1-1/+1
2008-01-03IB/srp: Fix list corruption/oops on module reloadDavid Dillow1-0/+1
2007-11-28IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein1-0/+3
2007-11-25IB/iser: Add missing counter increment in iser_data_buf_aligned_len()Erez Zilber1-2/+4
2007-10-27IPoIB/cm: Fix receive QP cleanupRoland Dreier1-1/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-98/+87
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+4
2007-10-20IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin4-95/+82
2007-10-18IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier1-1/+1
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard1-2/+4
2007-10-16infiniband: sg chaining supportJens Axboe1-34/+41
2007-10-15IB/ipoib: Verify address handle validity on sendMoni Shoua1-2/+3
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua3-11/+20
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-0/+29
2007-10-12[SCSI] transport_srp: add rport roles attributeFUJITA Tomonori1-0/+1
2007-10-12[SCSI] ib_srp: convert to use the srp transport classFUJITA Tomonori2-0/+28
2007-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds11-42/+95