Age | Commit message (Expand) | Author | Files | Lines |
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-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-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 |
2013-05-02 | IB/iser: Move informational messages from error to info level | Roi Dayan | 3 | -25/+34 |
2013-05-02 | IB/iser: Add module version | Roi Dayan | 2 | -5/+4 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+3 |
2013-05-01 | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -0/+2473 |
2013-04-25 | iser-target: Add iSCSI Extensions for RDMA (iSER) target driver | Nicholas Bellinger | 5 | -0/+2473 |
2013-04-17 | IPoIB: add support for TIPC protocol | Patrick McHardy | 1 | -1/+3 |
2013-04-17 | SRPT: Fix odd use of WARN_ON() | Grant Grundler | 1 | -1/+1 |
2013-04-17 | IPoIB: Fix ipoib_hard_header() return value | Doug Ledford | 1 | -1/+1 |
2013-04-17 | RDMA: Rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
2013-03-23 | IPoIB: Fix send lockup due to missed TX completion | Mike Marciniszyn | 1 | -2/+6 |
2013-02-26 | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's... | Roland Dreier | 8 | -27/+72 |
2013-02-25 | IPoIB: Free ipoib neigh on path record failure so path rec queries are retried | Roland Dreier | 1 | -0/+3 |
2013-02-25 | IB/srp: Fail I/O requests if the transport is offline | Bart Van Assche | 2 | -0/+8 |
2013-02-25 | IB/srp: Avoid endless SCSI error handling loop | Bart Van Assche | 1 | -14/+15 |
2013-02-25 | IB/srp: Avoid sending a task management function needlessly | Bart Van Assche | 1 | -2/+3 |
2013-02-25 | IB/srp: Track connection state properly | Bart Van Assche | 1 | -1/+0 |
2013-02-22 | IB/iser: Enable iser when FMRs are not supported | Or Gerlitz | 2 | -5/+10 |
2013-02-22 | IB/iser: Avoid error prints on EAGAIN registration failures | Or Gerlitz | 1 | -1/+1 |
2013-02-22 | IB/iser: Use proper define for the commands per LUN value advertised to SCSI ML | Or Gerlitz | 1 | -1/+1 |
2013-02-19 | IPoIB: Don't attempt to release resources on error flow | Itai Garbi | 1 | -0/+2 |
2013-02-19 | IPoIB: Add version and firmware info to ethtool reporting | Yan Burman | 3 | -1/+25 |
2013-02-19 | IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets | Shlomo Pongratz | 2 | -2/+4 |
2013-02-05 | IPoIB: Fix crash due to skb double destruct | Shlomo Pongratz | 2 | -6/+6 |
2012-12-19 | IPoIB: Call skb_dst_drop() once skb is enqueued for sending | Roland Dreier | 2 | -1/+5 |
2012-12-16 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -103/+76 |
2012-12-01 | IB/srp: Allow SRP disconnect through sysfs | Bart Van Assche | 1 | -0/+10 |
2012-12-01 | IB/srp: send disconnect request without waiting for CM timewait exit | Vu Pham | 1 | -4/+0 |
2012-12-01 | IB/srp: destroy and recreate QP and CQs when reconnecting | Ishai Rabinovitz | 1 | -31/+35 |
2012-12-01 | IB/srp: Eliminate state SRP_TARGET_DEAD | Bart Van Assche | 2 | -56/+32 |
2012-12-01 | IB/srp: Introduce the helper function srp_remove_target() | Bart Van Assche | 1 | -7/+12 |
2012-12-01 | IB/srp: Suppress superfluous error messages | Bart Van Assche | 2 | -8/+31 |
2012-12-01 | IB/srp: Process all error completions | Bart Van Assche | 1 | -4/+6 |