| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending |  Linus Torvalds | 2 | -75/+112 |
| 2014-03-04 | iser-target: Fix command leak for tx_desc->comp_llnode_batch |  Nicholas Bellinger | 2 | -6/+46 |
| 2014-03-04 | iser-target: Ignore completions for FRWRs in isert_cq_tx_work |  Nicholas Bellinger | 2 | -2/+7 |
| 2014-03-04 | iser-target: Fix post_send_buf_count for RDMA READ/WRITE |  Nicholas Bellinger | 1 | -6/+8 |
| 2014-03-04 | iscsi/iser-target: Fix isert_conn->state hung shutdown issues |  Nicholas Bellinger | 2 | -60/+50 |
| 2014-03-04 | iscsi/iser-target: Use list_del_init for ->i_conn_node |  Nicholas Bellinger | 1 | -3/+3 |
| 2014-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending |  Linus Torvalds | 2 | -7/+8 |
| 2014-02-14 | IB/iser: Fix use after free in iser_snd_completion() |  Dan Carpenter | 1 | -1/+2 |
| 2014-02-14 | IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connection |  Roi Dayan | 1 | -3/+7 |
| 2014-02-12 | IB/srpt: replace strict_strtoul() with kstrtoul() |  Jingoo Han | 1 | -7/+7 |
| 2014-02-12 | iser-target: Fix leak on failure in isert_conn_create_fastreg_pool |  Nicholas Bellinger | 1 | -0/+1 |
| 2014-01-31 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending |  Linus Torvalds | 2 | -111/+121 |
| 2014-01-25 | iscsi-target: Convert gfp_t parameter to task state bitmask |  Nicholas Bellinger | 1 | -7/+7 |
| 2014-01-22 | Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next |  Roland Dreier | 3 | -2/+6 |
| 2014-01-22 | IPoIB: Report operstate consistently when brought up without a link |  Michal Schmidt | 1 | -2/+2 |
| 2014-01-21 | scsi_transport_srp: Fix a race condition |  Bart Van Assche | 1 | -0/+1 |
| 2014-01-19 | IB/isert: pass scatterlist instead of cmd to fast_reg_mr routine |  Sagi Grimberg | 1 | -16/+12 |
| 2014-01-19 | IB/isert: Move fastreg descriptor creation to a function |  Sagi Grimberg | 1 | -20/+32 |
| 2014-01-19 | IB/isert: Avoid frwr notation, user fastreg |  Sagi Grimberg | 2 | -45/+47 |
| 2014-01-19 | IB/isert: seperate connection protection domains and dma MRs |  Sagi Grimberg | 2 | -24/+24 |
| 2014-01-14 | IB/core: Add flow steering support for IPoIB UD traffic |  Matan Barak | 1 | -0/+3 |
| 2014-01-03 | infiniband: make sure the src net is infiniband when create new link |  Hangbin Liu | 1 | -1/+2 |
| 2013-12-19 | iser-target: Move INIT_WORK setup into isert_create_device_ib_res |  Nicholas Bellinger | 1 | -2/+4 |
| 2013-12-11 | iser-target: fix error return code in isert_create_device_ib_res() |  Wei Yongjun | 1 | -4/+12 |
| 2013-11-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending |  Linus Torvalds | 3 | -38/+77 |
| 2013-11-18 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 9 | -146/+472 |
| 2013-11-17 | Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-next |  Roland Dreier | 9 | -146/+472 |
| 2013-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 1 | -2/+2 |
| 2013-11-12 | ib_isert: Avoid duplicate iscsit_increment_maxcmdsn call |  Nicholas Bellinger | 1 | -5/+1 |
| 2013-11-12 | iser-target: Avoid using FRMR for single dma entry requests |  Vu Pham | 1 | -11/+19 |
| 2013-11-08 | IB/srp: Report receive errors correctly |  Bart Van Assche | 1 | -5/+4 |
| 2013-11-08 | IB/srp: Avoid offlining operational SCSI devices |  Bart Van Assche | 1 | -1/+1 |
| 2013-11-08 | IB/srp: Remove target from list before freeing Scsi_Host structure |  Vu Pham | 1 | -4/+5 |
| 2013-11-08 | IB/srp: Add change_queue_depth and change_queue_type support |  Jack Wang | 1 | -0/+54 |
| 2013-11-08 | IB/srp: Make queue size configurable |  Bart Van Assche | 2 | -39/+103 |
| 2013-11-08 | IB/srp: Introduce srp_alloc_req_data() |  Bart Van Assche | 1 | -24/+40 |
| 2013-11-08 | IB/srp: Export sgid to sysfs |  Bart Van Assche | 1 | -0/+10 |
| 2013-11-08 | IB/srp: Add periodic reconnect functionality |  Bart Van Assche | 1 | -6/+46 |
| 2013-11-08 | scsi_transport_srp: Add periodic reconnect support |  Bart Van Assche | 1 | -2/+2 |
| 2013-11-08 | IB/srp: Start timers if a transport layer error occurs |  Bart Van Assche | 2 | -0/+20 |
| 2013-11-08 | IB/srp: Use SRP transport layer error recovery |  Bart Van Assche | 2 | -41/+101 |
| 2013-11-08 | IB/srp: Keep rport as long as the IB transport layer |  Bart Van Assche | 2 | -0/+4 |
| 2013-11-08 | IB/srp: Make transport layer retry count configurable |  Vu Pham | 2 | -1/+24 |
| 2013-11-08 | IPoIB: lower NAPI weight |  Michal Schmidt | 1 | -1/+1 |
| 2013-11-08 | IPoIB: Start multicast join process only on active ports |  Erez Shitrit | 1 | -0/+8 |
| 2013-11-08 | IPoIB: Add path query flushing in ipoib_ib_dev_cleanup |  Erez Shitrit | 1 | -0/+5 |
| 2013-11-08 | IPoIB: Fix usage of uninitialized multicast objects |  Erez Shitrit | 2 | -4/+19 |
| 2013-11-08 | IPoIB: Avoid flushing the driver workqueue on dev_down |  Erez Shitrit | 1 | -3/+1 |
| 2013-11-08 | IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush() |  Erez Shitrit | 5 | -14/+16 |
| 2013-11-08 | IPoIB: Change CM skb memory allocation to be non-atomic during init |  Tal Alon | 1 | -5/+9 |