Age | Commit message (Expand) | Author | Files | Lines |
2013-06-04 | IB/iser: Add Mellanox copyright | Or Gerlitz | 5 | -0/+5 |
2013-06-04 | IB/iser: Fix device removal flow | Roi Dayan | 1 | -7/+8 |
2013-05-29 | ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session | Nicholas Bellinger | 2 | -8/+25 |
2013-05-20 | target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds | Joern Engel | 1 | -1/+1 |
2013-05-08 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 6 | -33/+58 |
2013-05-08 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 7 | -34/+59 |
2013-05-07 | drivers/infiniband/hw: rename random32() to prandom_u32() | Andrew Morton | 1 | -1/+1 |
2013-05-01 | IB/iser: Add support for iser CM REQ additional info | Or Gerlitz | 2 | -0/+16 |
2013-05-01 | IB/iser: Return error to upper layers on EAGAIN registration failures | Or Gerlitz | 1 | -1/+2 |
2013-05-01 | IB/iser: Move informational messages from error to info level | Roi Dayan | 3 | -25/+34 |
2013-05-01 | IB/iser: Add module version | Roi Dayan | 2 | -5/+4 |
2013-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+3 |
2013-04-30 | 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-16 | SRPT: Fix odd use of WARN_ON() | Grant Grundler | 1 | -1/+1 |
2013-04-16 | IPoIB: Fix ipoib_hard_header() return value | Doug Ledford | 1 | -1/+1 |
2013-04-16 | RDMA: Rename random32() to prandom_u32() | Akinobu Mita | 1 | -1/+1 |
2013-03-22 | 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-15 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -103/+76 |
2012-11-30 | IB/srp: Allow SRP disconnect through sysfs | Bart Van Assche | 1 | -0/+10 |
2012-11-30 | IB/srp: send disconnect request without waiting for CM timewait exit | Vu Pham | 1 | -4/+0 |
2012-11-30 | IB/srp: destroy and recreate QP and CQs when reconnecting | Ishai Rabinovitz | 1 | -31/+35 |
2012-11-30 | IB/srp: Eliminate state SRP_TARGET_DEAD | Bart Van Assche | 2 | -56/+32 |
2012-11-30 | IB/srp: Introduce the helper function srp_remove_target() | Bart Van Assche | 1 | -7/+12 |
2012-11-30 | IB/srp: Suppress superfluous error messages | Bart Van Assche | 2 | -8/+31 |
2012-11-30 | IB/srp: Process all error completions | Bart Van Assche | 1 | -4/+6 |
2012-11-30 | IB/srp: Introduce srp_handle_qp_err() | Bart Van Assche | 2 | -18/+21 |
2012-11-30 | IB/srp: Simplify SCSI error handling | Bart Van Assche | 1 | -4/+0 |
2012-11-30 | IB/srp: Keep processing commands during host removal | Bart Van Assche | 1 | -7/+0 |
2012-11-30 | IB/srp: Eliminate state SRP_TARGET_CONNECTING | Bart Van Assche | 2 | -12/+14 |
2012-11-30 | IB/srp: Increase block layer timeout | Bart Van Assche | 2 | -0/+47 |
2012-11-28 | ib_srpt: Convert TMR path to target_submit_tmr | Nicholas Bellinger | 1 | -19/+18 |
2012-11-28 | ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->kref | Nicholas Bellinger | 2 | -71/+52 |
2012-11-06 | target: pass sense_reason as a return value | Christoph Hellwig | 1 | -25/+18 |
2012-10-10 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -12/+0 |