aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Gravatar Roland Dreier 2-7/+10
2008-03-11IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Gravatar Roland Dreier 1-0/+1
2008-03-11IPoIB: Don't drop multicast sends when they can be queuedGravatar Or Gerlitz 1-1/+1
2008-03-10IB/iser: Handle iser_device allocation error gracefullyGravatar Arne Redlich 1-4/+9
2008-03-10IB/iser: Fix list iteration bugGravatar Arne Redlich 1-20/+16
2008-02-19IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outGravatar Pradeep Satyanarayana 1-4/+6
2008-02-14IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberGravatar Eli Cohen 1-1/+0
2008-02-14IPoIB: On P_Key change event, reset state properlyGravatar Jack Morgenstein 1-0/+1
2008-02-08IPoIB: Add send gather supportGravatar Eli Cohen 4-30/+83
2008-02-08IPoIB: Add high DMA feature flagGravatar Eli Cohen 1-1/+3
2008-02-04IB/srp: Retry stale connectionsGravatar David Dillow 2-12/+42
2008-02-04IPoIB: Remove a misleading debug printGravatar Or Gerlitz 1-4/+2
2008-02-04IPoIB: Handle bonding failover race for connected neighbours tooGravatar Or Gerlitz 1-6/+7
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-1/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 2-11/+8
2008-01-25IPoIB: Constify seq_operations function pointer tablesGravatar Jan Engelhardt 1-2/+2
2008-01-25IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerGravatar Krishna Kumar 1-10/+0
2008-01-25IB/iser: Add change_queue_depth methodGravatar Erez Zilber 1-0/+1
2008-01-25IB/iser: Print information about unhandled RDMA CM eventsGravatar Erez Zilber 1-4/+2
2008-01-25IB/srp: Add identifying information to log messagesGravatar David Dillow 1-46/+71
2008-01-25IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesGravatar Pradeep Satyanarayana 3-14/+49
2008-01-25IB/srp: Enable SG list chainingGravatar David Dillow 1-0/+1
2008-01-25IB/srp: Respect target credit limitGravatar David Dillow 2-4/+14
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsGravatar Rolf Manderscheid 1-4/+0
2008-01-25IB/iser: Typo fix (s/destory/destroy/)Gravatar Oliver Pinter 1-1/+1
2008-01-25IB/iser: update URLs of iSER docsGravatar Erez Zilber 1-2/+2
2008-01-25drivers/infiniband: Add missing "space"Gravatar Joe Perches 1-1/+1
2008-01-25IPoIB/cm: Add connected mode support for devices without SRQsGravatar Pradeep Satyanarayana 4-43/+200
2008-01-25IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Gravatar Roland Dreier 1-22/+21
2008-01-25IPoIB/cm: Factor out ipoib_cm_create_srq()Gravatar Roland Dreier 1-17/+30
2008-01-25IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Gravatar Roland Dreier 1-9/+19
2008-01-25IPoIB: Trivial formatting cleanupsGravatar Roland Dreier 6-130/+130
2008-01-23[SCSI] IB/iSER: add logical unit reset supportGravatar Erez Zilber 1-0/+1
2008-01-11[SCSI] iscsi: convert xmit path to iscsi chunksGravatar Olaf Kirch 1-1/+2
2008-01-11[SCSI] libiscsi: fix nop handlingGravatar Mike Christie 1-1/+3
2008-01-11[SCSI] libiscsi: do not block session during logoutGravatar Mike Christie 1-3/+1
2008-01-11[SCSI] libiscsi,iser: patch for AHS supportGravatar Boaz Harrosh 1-0/+1
2008-01-11[SCSI] libiscsi, iscsi_tcp: add device supportGravatar Mike Christie 1-6/+0
2008-01-08IB/srp: Release transport before removing hostGravatar Dave Dillow 1-1/+1
2008-01-03IB/srp: Fix list corruption/oops on module reloadGravatar David Dillow 1-0/+1
2007-11-27IPoIB: Fix oops if xmit is called when priv->broadcast is NULLGravatar Jack Morgenstein 1-0/+3
2007-11-24IB/iser: Add missing counter increment in iser_data_buf_aligned_len()Gravatar Erez Zilber 1-2/+4
2007-10-26IPoIB/cm: Fix receive QP cleanupGravatar Roland Dreier 1-1/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 4-98/+87
2007-10-22[SG] Update drivers to use sg helpersGravatar Jens Axboe 1-4/+4
2007-10-19IPoIB/cm: Use common CQ for CM send completionsGravatar Michael S. Tsirkin 4-95/+82
2007-10-17IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Gravatar Roland Dreier 1-1/+1
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskGravatar Anton Blanchard 1-2/+4
2007-10-16infiniband: sg chaining supportGravatar Jens Axboe 1-34/+41
2007-10-15IB/ipoib: Verify address handle validity on sendGravatar Moni Shoua 1-2/+3