Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-12-01 | IB/srp: Introduce srp_handle_qp_err() | Bart Van Assche | 2 | -18/+21 |
2012-12-01 | IB/srp: Simplify SCSI error handling | Bart Van Assche | 1 | -4/+0 |
2012-12-01 | IB/srp: Keep processing commands during host removal | Bart Van Assche | 1 | -7/+0 |
2012-12-01 | IB/srp: Eliminate state SRP_TARGET_CONNECTING | Bart Van Assche | 2 | -12/+14 |
2012-12-01 | 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-07 | 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 |
2012-10-05 | Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next | Roland Dreier | 5 | -77/+136 |
2012-10-04 | IB/iser: Add more RX CQs to scale out processing of SCSI responses | Alex Tabachnik | 2 | -44/+103 |
2012-10-03 | IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n | Roland Dreier | 3 | -33/+33 |
2012-10-03 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 3 | -11/+13 |