| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-04-03 | 7 | -340/+871 |
|\ |
|
| *-. | Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc... | Roland Dreier | 2014-04-03 | 7 | -340/+871 |
| |\ \ |
|
| | | * | IB/srp: Fix a race condition between failing I/O and I/O completion | Bart Van Assche | 2014-03-24 | 1 | -11/+22 |
| | | * | IB/srp: Avoid that writing into "add_target" hangs due to a cable pull | Bart Van Assche | 2014-03-24 | 1 | -0/+1 |
| | | * | IB/srp: Make writing into the "add_target" sysfs attribute interruptible | Bart Van Assche | 2014-03-24 | 1 | -2/+8 |
| | | * | IB/srp: Avoid duplicate connections | Bart Van Assche | 2014-03-24 | 2 | -3/+10 |
| | | * | IB/srp: Add more logging | Bart Van Assche | 2014-03-24 | 1 | -11/+12 |
| | | * | IB/srp: Check ib_query_gid return value | Sagi Grimberg | 2014-03-24 | 1 | -1/+3 |
| | |/
| |/| |
|
| | * | IB/iser: Bump driver version to 1.3 | Or Gerlitz | 2014-04-01 | 1 | -1/+1 |
| | * | IB/iser: Update Mellanox copyright note | Or Gerlitz | 2014-04-01 | 5 | -5/+5 |
| | * | IB/iser: Print QP information once connection is established | Or Gerlitz | 2014-04-01 | 1 | -2/+7 |
| | * | IB/iser: Remove struct iscsi_iser_conn | Ariel Nahum | 2014-04-01 | 5 | -79/+59 |
| | * | IB/iser: Drain the tx cq once before looping on the rx cq | Roi Dayan | 2014-04-01 | 1 | -3/+6 |
| | * | IB/iser: Fix sector_t format warning | Randy Dunlap | 2014-04-01 | 1 | -2/+3 |
| | * | IB/iser: Publish T10-PI support to SCSI midlayer | Sagi Grimberg | 2014-03-17 | 1 | -1/+22 |
| | * | IB/iser: Implement check_protection | Sagi Grimberg | 2014-03-17 | 3 | -0/+62 |
| | * | IB/iser: Support T10-PI operations | Sagi Grimberg | 2014-03-17 | 4 | -27/+304 |
| | * | IB/iser: Initialize T10-PI resources | Alex Tabachnik | 2014-03-17 | 2 | -8/+90 |
| | * | IB/iser: Introduce pi_enable, pi_guard module parameters | Alex Tabachnik | 2014-03-17 | 3 | -0/+24 |
| | * | IB/iser: Generalize fall_to_bounce_buf routine | Sagi Grimberg | 2014-03-17 | 1 | -24/+29 |
| | * | IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg | Sagi Grimberg | 2014-03-17 | 3 | -38/+48 |
| | * | IB/iser: Replace fastreg descriptor valid bool with indicators container | Sagi Grimberg | 2014-03-17 | 3 | -5/+9 |
| | * | IB/iser: Keep IB device attributes under iser_device | Sagi Grimberg | 2014-03-17 | 2 | -12/+7 |
| | * | IB/iser: Move fast_reg_descriptor initialization to a function | Sagi Grimberg | 2014-03-17 | 1 | -18/+40 |
| | * | IB/iser: Push the decision what memory key to use into fast_reg_mr routine | Sagi Grimberg | 2014-03-17 | 1 | -42/+59 |
| | * | IB/iser: Avoid FRWR notation, use fastreg instead | Sagi Grimberg | 2014-03-17 | 3 | -65/+67 |
| | * | IB/iser: Suppress completions for fast registration work requests | Sagi Grimberg | 2014-03-17 | 3 | -19/+12 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2014-03-09 | 2 | -75/+112 |
|\ \
| |/
|/| |
|
| * | iser-target: Fix command leak for tx_desc->comp_llnode_batch | Nicholas Bellinger | 2014-03-04 | 2 | -6/+46 |
| * | iser-target: Ignore completions for FRWRs in isert_cq_tx_work | Nicholas Bellinger | 2014-03-04 | 2 | -2/+7 |
| * | iser-target: Fix post_send_buf_count for RDMA READ/WRITE | Nicholas Bellinger | 2014-03-04 | 1 | -6/+8 |
| * | iscsi/iser-target: Fix isert_conn->state hung shutdown issues | Nicholas Bellinger | 2014-03-04 | 2 | -60/+50 |
| * | iscsi/iser-target: Use list_del_init for ->i_conn_node | Nicholas Bellinger | 2014-03-04 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2014-02-15 | 2 | -7/+8 |
|\| |
|
| * | IB/srpt: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2014-02-12 | 1 | -7/+7 |
| * | iser-target: Fix leak on failure in isert_conn_create_fastreg_pool | Nicholas Bellinger | 2014-02-12 | 1 | -0/+1 |
* | | IB/iser: Fix use after free in iser_snd_completion() | Dan Carpenter | 2014-02-14 | 1 | -1/+2 |
* | | IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co... | Roi Dayan | 2014-02-14 | 1 | -3/+7 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2014-01-31 | 2 | -111/+121 |
|\ |
|
| * | iscsi-target: Convert gfp_t parameter to task state bitmask | Nicholas Bellinger | 2014-01-25 | 1 | -7/+7 |
| * | IB/isert: pass scatterlist instead of cmd to fast_reg_mr routine | Sagi Grimberg | 2014-01-19 | 1 | -16/+12 |
| * | IB/isert: Move fastreg descriptor creation to a function | Sagi Grimberg | 2014-01-19 | 1 | -20/+32 |
| * | IB/isert: Avoid frwr notation, user fastreg | Sagi Grimberg | 2014-01-19 | 2 | -45/+47 |
| * | IB/isert: seperate connection protection domains and dma MRs | Sagi Grimberg | 2014-01-19 | 2 | -24/+24 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ... | Roland Dreier | 2014-01-22 | 3 | -2/+6 |
|\ \ \ \ |
|
| | | * | | scsi_transport_srp: Fix a race condition | Bart Van Assche | 2014-01-21 | 1 | -0/+1 |
| |_|/ /
|/| | | |
|
| | * | | IPoIB: Report operstate consistently when brought up without a link | Michal Schmidt | 2014-01-22 | 1 | -2/+2 |
| |/ /
|/| | |
|
| * | | IB/core: Add flow steering support for IPoIB UD traffic | Matan Barak | 2014-01-14 | 1 | -0/+3 |
|/ / |
|
* | | infiniband: make sure the src net is infiniband when create new link | Hangbin Liu | 2014-01-03 | 1 | -1/+2 |
* | | iser-target: Move INIT_WORK setup into isert_create_device_ib_res | Nicholas Bellinger | 2013-12-19 | 1 | -2/+4 |