aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iser_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-04IB/iser: Use separate buffers for the login request/responseOr Gerlitz1-7/+26
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2010-05-12IB/iser: Fix error flow in iser_create_ib_conn_res()Dan Carpenter1-16/+9
2010-05-12IB/iser: Enhance disconnection logic for multi-pathingOr Gerlitz1-32/+40
2010-05-12IB/iser: Remove buggy back-pointer settingOr Gerlitz1-2/+0
2010-05-12IB/iser: Add asynchronous event handlerOr Gerlitz1-1/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-24IB/iser: Remove unnecessary connection checksOr Gerlitz1-11/+0
2010-02-24IB/iser: Simplify send flow/descriptorsOr Gerlitz1-62/+13
2010-02-24IB/iser: Use different CQ for send completionsOr Gerlitz1-36/+74
2010-02-24IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz1-8/+8
2010-02-24IB/iser: New receive buffer posting logicOr Gerlitz1-49/+85
2010-02-24IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"Or Gerlitz1-1/+0
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-02-27IB/iser: Remove hard setting of path MTUOr Gerlitz1-7/+0
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+4
2008-12-21IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUsDavid Disseldorp1-0/+1
2008-10-31drivers: replace NIPQUAD()Harvey Harrison1-4/+4
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-22IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE eventOr Gerlitz1-0/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-13/+15
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-07-12[SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and session setupMike Christie1-12/+2
2008-07-12[SCSI] iser: fix handling of scsi cmnds during recovery.Mike Christie1-1/+13
2008-04-16IB/iser: Release connection resources on RDMA_CM_EVENT_DEVICE_REMOVAL eventErez Zilber1-4/+1
2008-03-10IB/iser: Handle iser_device allocation error gracefullyArne Redlich1-4/+9
2008-03-10IB/iser: Fix list iteration bugArne Redlich1-20/+16
2008-01-25IB/iser: Print information about unhandled RDMA CM eventsErez Zilber1-4/+2
2008-01-25IB/iser: Typo fix (s/destory/destroy/)Oliver Pinter1-1/+1
2007-10-09IB/iser: Remove unnecessary includesRoland Dreier1-1/+0
2007-07-17IB/iser: Make a couple of functions staticRoland Dreier1-24/+23
2007-06-02[SCSI] libiscsi: make can_queue configurableMike Christie1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+1
2007-04-05IB/iser: Don't defer connection failure notification to workqueueErez Zilber1-24/+16
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+5
2006-09-28IB/iser: Have iSER data transaction object point to iSER connErez Zilber1-3/+5
2006-09-22IB/iser: Do not use FMR for a single dma entry sgErez Zilber1-2/+4
2006-09-22IB/iser: make FMR "page size" be 4K and not PAGE_SIZEErez Zilber1-2/+2
2006-07-14[PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin1-1/+1
2006-06-22IB/iser: iSER RDMA CM (CMA) and IB verbs interactionOr Gerlitz1-0/+827