Age | Commit message (Expand) | Author | Files | Lines |
2013-09-11 | iser-target: move rdma wr processing to a shared function | Vu Pham | 2 | -152/+114 |
2013-09-10 | iscsi/iser-target: Convert to command priv_size usage | Nicholas Bellinger | 2 | -75/+41 |
2013-09-10 | iser-target: Updates for login negotiation multi-plexing support | Nicholas Bellinger | 1 | -1/+13 |
2013-09-05 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 7 | -174/+592 |
2013-09-03 | Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q... | Roland Dreier | 7 | -174/+592 |
2013-09-03 | IB/iser: Fix redundant pointer check in dealloc flow | Sagi Grimberg | 1 | -1/+1 |
2013-09-03 | IB/iser: Fix possible memory leak in iser_create_frwr_pool() | Roi Dayan | 1 | -3/+7 |
2013-08-26 | [SCSI] IB/iser: Add Discovery support | Or Gerlitz | 2 | -2/+12 |
2013-08-13 | IPoIB: Fix race in deleting ipoib_neigh entries | Jim Foraker | 2 | -9/+3 |
2013-08-10 | IB/iser: Introduce fast memory registration model (FRWR) | Sagi Grimberg | 3 | -12/+287 |
2013-08-10 | IB/iser: Place the fmr pool into a union in iser's IB conn struct | Sagi Grimberg | 3 | -41/+48 |
2013-08-10 | IB/iser: Handle unaligned SG in separate function | Sagi Grimberg | 1 | -23/+43 |
2013-08-10 | IB/iser: Generalize rdma memory registration | Sagi Grimberg | 3 | -20/+40 |
2013-08-10 | IB/iser: Accept session->cmds_max from user space | Shlomo Pongratz | 4 | -27/+46 |
2013-08-10 | IB/iser: Restructure allocation/deallocation of connection resources | Shlomo Pongratz | 3 | -71/+151 |
2013-08-10 | IB/iser: Use proper debug level value for info prints | Or Gerlitz | 2 | -9/+8 |
2013-08-01 | IPoIB: Fix pkey change flow for virtualization environments | Erez Shitrit | 1 | -13/+63 |
2013-08-01 | IPoIB: Make sure child devices use valid/proper pkeys | Or Gerlitz | 2 | -1/+10 |
2013-07-13 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -9/+81 |
2013-07-12 | IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline | Bart Van Assche | 1 | -2/+1 |
2013-07-11 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 3 | -55/+245 |
2013-07-08 | iser-target: Ignore non TEXT + LOGOUT opcodes for discovery | Nicholas Bellinger | 1 | -0/+8 |
2013-07-08 | target: make queue_tm_rsp() return void | Joern Engel | 1 | -10/+17 |
2013-07-08 | iser-target: Add support for ISCSI_OP_TEXT opcode + payload handling | Nicholas Bellinger | 1 | -1/+88 |
2013-07-08 | iser-target: Rename sense_buf_[dma,len] to pdu_[dma,len] | Nicholas Bellinger | 2 | -17/+17 |
2013-07-08 | iser-target: Add vendor_err debug output | Nicholas Bellinger | 1 | -2/+5 |
2013-07-08 | iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED | Nicholas Bellinger | 2 | -10/+61 |
2013-07-07 | iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser | Nicholas Bellinger | 1 | -8/+8 |
2013-07-07 | iscsi-target: Fix iscsit_sequence_cmd reject handling for iser | Nicholas Bellinger | 1 | -1/+1 |
2013-07-07 | iscsi-target: Fix iscsit_add_reject* usage for iser | Nicholas Bellinger | 1 | -5/+0 |
2013-07-07 | iser-target: Fix isert_put_reject payload buffer post | Nicholas Bellinger | 1 | -4/+22 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-07-01 | IB/srp: Bump driver version and release date | Vu Pham | 1 | -2/+2 |
2013-07-01 | IB/srp: Make HCA completion vector configurable | Bart Van Assche | 2 | -2/+25 |
2013-07-01 | IB/srp: Maintain a single connection per I_T nexus | Bart Van Assche | 1 | -2/+42 |
2013-07-01 | IB/srp: Fail I/O fast if target offline | Bart Van Assche | 1 | -0/+2 |
2013-06-28 | IB/srp: Skip host settle delay | Bart Van Assche | 1 | -0/+1 |
2013-06-28 | IB/srp: Avoid skipping srp_reset_host() after a transport error | Bart Van Assche | 1 | -3/+8 |
2013-06-28 | IB/srp: Fix remove_one crash due to resource exhaustion | Dotan Barak | 1 | -0/+2 |
2013-06-25 | iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handling | Nicholas Bellinger | 1 | -1/+22 |
2013-06-05 | IB/iser: Add Mellanox copyright | Or Gerlitz | 5 | -0/+5 |
2013-06-05 | IB/iser: Fix device removal flow | Roi Dayan | 1 | -7/+8 |
2013-05-30 | ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session | Nicholas Bellinger | 2 | -8/+25 |
2013-05-28 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
2013-05-21 | target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds | Joern Engel | 1 | -1/+1 |
2013-05-09 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 6 | -33/+58 |
2013-05-09 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 7 | -34/+59 |
2013-05-08 | drivers/infiniband/hw: rename random32() to prandom_u32() | Andrew Morton | 1 | -1/+1 |
2013-05-02 | IB/iser: Add support for iser CM REQ additional info | Or Gerlitz | 2 | -0/+16 |
2013-05-02 | IB/iser: Return error to upper layers on EAGAIN registration failures | Or Gerlitz | 1 | -1/+2 |