| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| *-----. | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 2013-05-08 | 7 | -34/+59 |
| |\ \ \ \ |
|
| | | | | * | SRPT: Fix odd use of WARN_ON() | Grant Grundler | 2013-04-17 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
| | | | * | RDMA: Rename random32() to prandom_u32() | Akinobu Mita | 2013-04-17 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
| | | * | IB/iser: Add support for iser CM REQ additional info | Or Gerlitz | 2013-05-02 | 2 | -0/+16 |
| | | * | IB/iser: Return error to upper layers on EAGAIN registration failures | Or Gerlitz | 2013-05-02 | 1 | -1/+2 |
| | | * | IB/iser: Move informational messages from error to info level | Roi Dayan | 2013-05-02 | 3 | -25/+34 |
| | | * | IB/iser: Add module version | Roi Dayan | 2013-05-02 | 2 | -5/+4 |
| | |/
| |/| |
|
| | * | IPoIB: Fix ipoib_hard_header() return value | Doug Ledford | 2013-04-17 | 1 | -1/+1 |
| |/ |
|
* | | drivers/infiniband/hw: rename random32() to prandom_u32() | Andrew Morton | 2013-05-08 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -1/+3 |
|\ \ |
|
| * | | IPoIB: add support for TIPC protocol | Patrick McHardy | 2013-04-17 | 1 | -1/+3 |
| |/ |
|
* | | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-04-30 | 5 | -0/+2473 |
|\ \
| |/
|/| |
|
| * | iser-target: Add iSCSI Extensions for RDMA (iSER) target driver | Nicholas Bellinger | 2013-04-25 | 5 | -0/+2473 |
* | | IPoIB: Fix send lockup due to missed TX completion | Mike Marciniszyn | 2013-03-23 | 1 | -2/+6 |
|/ |
|
*---. | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's... | Roland Dreier | 2013-02-26 | 8 | -27/+72 |
|\ \ \ |
|
| | | * | IB/srp: Fail I/O requests if the transport is offline | Bart Van Assche | 2013-02-25 | 2 | -0/+8 |
| | | * | IB/srp: Avoid endless SCSI error handling loop | Bart Van Assche | 2013-02-25 | 1 | -14/+15 |
| | | * | IB/srp: Avoid sending a task management function needlessly | Bart Van Assche | 2013-02-25 | 1 | -2/+3 |
| | | * | IB/srp: Track connection state properly | Bart Van Assche | 2013-02-25 | 1 | -1/+0 |
| |_|/
|/| | |
|
| | * | 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 |
| |/
|/| |
|
| * | IPoIB: Free ipoib neigh on path record failure so path rec queries are retried | Roland Dreier | 2013-02-25 | 1 | -0/+3 |
| * | IPoIB: Don't attempt to release resources on error flow | Itai Garbi | 2013-02-19 | 1 | -0/+2 |
| * | IPoIB: Add version and firmware info to ethtool reporting | Yan Burman | 2013-02-19 | 3 | -1/+25 |
| * | IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets | Shlomo Pongratz | 2013-02-19 | 2 | -2/+4 |
|/ |
|
* | IPoIB: Fix crash due to skb double destruct | Shlomo Pongratz | 2013-02-05 | 2 | -6/+6 |
* | IPoIB: Call skb_dst_drop() once skb is enqueued for sending | Roland Dreier | 2012-12-19 | 2 | -1/+5 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-12-15 | 2 | -103/+76 |
|\ |
|
| * | ib_srpt: Convert TMR path to target_submit_tmr | Nicholas Bellinger | 2012-11-28 | 1 | -19/+18 |
| * | ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->kref | Nicholas Bellinger | 2012-11-28 | 2 | -71/+52 |
| * | target: pass sense_reason as a return value | Christoph Hellwig | 2012-11-07 | 1 | -25/+18 |
* | | IB/srp: Allow SRP disconnect through sysfs | Bart Van Assche | 2012-12-01 | 1 | -0/+10 |
* | | IB/srp: send disconnect request without waiting for CM timewait exit | Vu Pham | 2012-12-01 | 1 | -4/+0 |
* | | IB/srp: destroy and recreate QP and CQs when reconnecting | Ishai Rabinovitz | 2012-12-01 | 1 | -31/+35 |
* | | IB/srp: Eliminate state SRP_TARGET_DEAD | Bart Van Assche | 2012-12-01 | 2 | -56/+32 |
* | | IB/srp: Introduce the helper function srp_remove_target() | Bart Van Assche | 2012-12-01 | 1 | -7/+12 |
* | | IB/srp: Suppress superfluous error messages | Bart Van Assche | 2012-12-01 | 2 | -8/+31 |
* | | IB/srp: Process all error completions | Bart Van Assche | 2012-12-01 | 1 | -4/+6 |
* | | IB/srp: Introduce srp_handle_qp_err() | Bart Van Assche | 2012-12-01 | 2 | -18/+21 |
* | | IB/srp: Simplify SCSI error handling | Bart Van Assche | 2012-12-01 | 1 | -4/+0 |
* | | IB/srp: Keep processing commands during host removal | Bart Van Assche | 2012-12-01 | 1 | -7/+0 |
* | | IB/srp: Eliminate state SRP_TARGET_CONNECTING | Bart Van Assche | 2012-12-01 | 2 | -12/+14 |
* | | IB/srp: Increase block layer timeout | Bart Van Assche | 2012-12-01 | 2 | -0/+47 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-10-10 | 1 | -12/+0 |
|\ |
|
| * | target: Simplify fabric sense data length handling | Roland Dreier | 2012-09-18 | 1 | -6/+0 |
| * | target: Remove unused target_core_fabric_ops.get_fabric_sense_len method | Roland Dreier | 2012-09-18 | 1 | -6/+0 |
| | | |
| \ | |
*-. \ | Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next | Roland Dreier | 2012-10-05 | 5 | -77/+136 |
|\ \ \ |
|
| | * | | IB/iser: Add more RX CQs to scale out processing of SCSI responses | Alex Tabachnik | 2012-10-04 | 2 | -44/+103 |
| |/ /
|/| | |
|
| * | | IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n | Roland Dreier | 2012-10-03 | 3 | -33/+33 |
|/ / |
|