| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | IB/iser: Fix use after free in iser_snd_completion() | Dan Carpenter | 2014-02-14 | 1 | -1/+2 |
* | IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co... | Roi Dayan | 2014-02-14 | 1 | -3/+7 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-09-05 | 5 | -165/+589 |
|\ |
|
| * | IB/iser: Fix redundant pointer check in dealloc flow | Sagi Grimberg | 2013-09-02 | 1 | -1/+1 |
| * | IB/iser: Fix possible memory leak in iser_create_frwr_pool() | Roi Dayan | 2013-09-02 | 1 | -3/+7 |
| * | IB/iser: Introduce fast memory registration model (FRWR) | Sagi Grimberg | 2013-08-09 | 3 | -12/+287 |
| * | IB/iser: Place the fmr pool into a union in iser's IB conn struct | Sagi Grimberg | 2013-08-09 | 3 | -41/+48 |
| * | IB/iser: Handle unaligned SG in separate function | Sagi Grimberg | 2013-08-09 | 1 | -23/+43 |
| * | IB/iser: Generalize rdma memory registration | Sagi Grimberg | 2013-08-09 | 3 | -20/+40 |
| * | IB/iser: Accept session->cmds_max from user space | Shlomo Pongratz | 2013-08-09 | 4 | -27/+46 |
| * | IB/iser: Restructure allocation/deallocation of connection resources | Shlomo Pongratz | 2013-08-09 | 3 | -71/+151 |
| * | IB/iser: Use proper debug level value for info prints | Or Gerlitz | 2013-08-09 | 2 | -9/+8 |
* | | [SCSI] IB/iser: Add Discovery support | Or Gerlitz | 2013-08-26 | 2 | -2/+12 |
|/ |
|
* | IB/iser: Add Mellanox copyright | Or Gerlitz | 2013-06-04 | 5 | -0/+5 |
* | IB/iser: Fix device removal flow | Roi Dayan | 2013-06-04 | 1 | -7/+8 |
* | IB/iser: Add support for iser CM REQ additional info | Or Gerlitz | 2013-05-01 | 2 | -0/+16 |
* | IB/iser: Return error to upper layers on EAGAIN registration failures | Or Gerlitz | 2013-05-01 | 1 | -1/+2 |
* | IB/iser: Move informational messages from error to info level | Roi Dayan | 2013-05-01 | 3 | -25/+34 |
* | IB/iser: Add module version | Roi Dayan | 2013-05-01 | 2 | -5/+4 |
* | IB/iser: Enable iser when FMRs are not supported | Or Gerlitz | 2013-02-22 | 2 | -5/+10 |
* | IB/iser: Avoid error prints on EAGAIN registration failures | Or Gerlitz | 2013-02-22 | 1 | -1/+1 |
* | IB/iser: Use proper define for the commands per LUN value advertised to SCSI ML | Or Gerlitz | 2013-02-22 | 1 | -1/+1 |
* | IB/iser: Add more RX CQs to scale out processing of SCSI responses | Alex Tabachnik | 2012-10-03 | 2 | -44/+103 |
* | IB/iser: Fix error flow in iser ep connection establishment | Or Gerlitz | 2012-05-18 | 2 | -4/+4 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-03-21 | 4 | -39/+34 |
|\ |
|
| * | IB/iser: Post initial receive buffers before sending the final login request | Or Gerlitz | 2012-03-05 | 3 | -27/+22 |
| * | IB/iser: Free IB connection resources in the proper place | Doug Ledford | 2012-03-05 | 2 | -12/+12 |
* | | infiniband: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -4/+4 |
|/ |
|
* | switch ->is_visible() to returning umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -0/+1 |
|\ |
|
| * | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers | Or Gerlitz | 2011-11-04 | 2 | -4/+8 |
* | | IB/iser: Use separate buffers for the login request/response | Or Gerlitz | 2011-11-04 | 3 | -15/+52 |
|/ |
|
* | [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs | Mike Christie | 2011-08-27 | 1 | -3/+9 |
* | [SCSI] iscsi class: sysfs group is_visible callout for session attrs | Mike Christie | 2011-08-27 | 1 | -13/+19 |
* | [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs | Mike Christie | 2011-08-27 | 1 | -11/+27 |
* | IB/iser: Support iSCSI PDU padding | Or Gerlitz | 2011-08-17 | 2 | -4/+8 |
* | IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) | Or Gerlitz | 2011-08-17 | 1 | -1/+1 |
* | iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi | Nicholas Bellinger | 2011-07-25 | 1 | -1/+1 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 1 | -0/+1 |
* | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 2011-05-25 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | [SCSI] iser: export addr and port | Mike Christie | 2011-02-24 | 1 | -0/+26 |
* | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -1/+1 |
* | IB/iser: Make needlessly global iser_alloc_rx_descriptors() static | Or Gerlitz | 2010-08-04 | 1 | -1/+1 |
* | IB/iser: Fix error flow in iser_create_ib_conn_res() | Dan Carpenter | 2010-05-12 | 1 | -16/+9 |
* | IB/iser: Enhance disconnection logic for multi-pathing | Or Gerlitz | 2010-05-12 | 3 | -38/+46 |
* | IB/iser: Remove buggy back-pointer setting | Or Gerlitz | 2010-05-12 | 1 | -2/+0 |
* | IB/iser: Add asynchronous event handler | Or Gerlitz | 2010-05-12 | 2 | -1/+16 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |