| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2014-05-21 | 2 | -22/+18 |
|\ |
|
| * | Target/iscsi,iser: Avoid accepting transport connections during stop stage | Sagi Grimberg | 2014-05-15 | 1 | -1/+10 |
| * | Target/iser: Fix iscsit_accept_np and rdma_cm racy flow | Sagi Grimberg | 2014-05-15 | 2 | -20/+7 |
| * | Target/iser: Fix wrong connection requests list addition | Sagi Grimberg | 2014-05-15 | 1 | -1/+1 |
* | | RDMA/cxgb4: Update Kconfig to include Chelsio T5 adapter | Hariprasad S | 2014-04-28 | 1 | -3/+3 |
* | | RDMA/cxgb4: Only allow kernel db ringing for T4 devs | Steve Wise | 2014-04-28 | 1 | -0/+4 |
* | | RDMA/cxgb4: Force T5 connections to use TAHOE congestion control | Steve Wise | 2014-04-28 | 2 | -0/+22 |
* | | RDMA/cxgb4: Fix endpoint mutex deadlocks | Steve Wise | 2014-04-28 | 3 | -15/+26 |
|/ |
|
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-04-18 | 13 | -125/+268 |
|\ |
|
| *---. | Merge branches 'cxgb4', 'misc', 'mlx5' and 'qib' into for-next | Roland Dreier | 2014-04-11 | 4 | -33/+44 |
| |\ \ \ |
|
| | | | * | IB/qib: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev | 2014-04-10 | 1 | -27/+28 |
| | | * | | IB/mlx5: Add block multicast loopback support | Eli Cohen | 2014-04-10 | 2 | -0/+14 |
| | | |/ |
|
| | * | | IB/mthca: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 2014-04-10 | 1 | -6/+2 |
| | |/ |
|
| * | | RDMA/cxgb4: Fix over-dereference when terminating | Steve Wise | 2014-04-11 | 1 | -1/+1 |
| * | | RDMA/cxgb4: Use uninitialized_var() | Steve Wise | 2014-04-11 | 1 | -1/+1 |
| * | | RDMA/cxgb4: Add missing debug stats | Steve Wise | 2014-04-11 | 2 | -2/+10 |
| * | | RDMA/cxgb4: Initialize reserved fields in a FW work request | Steve Wise | 2014-04-11 | 1 | -0/+2 |
| * | | RDMA/cxgb4: Use pr_warn_ratelimited | Hariprasad Shenai | 2014-04-11 | 1 | -2/+2 |
| * | | RDMA/cxgb4: Max fastreg depth depends on DSGL support | Steve Wise | 2014-04-11 | 3 | -3/+11 |
| * | | RDMA/cxgb4: SQ flush fix | Steve Wise | 2014-04-11 | 2 | -17/+11 |
| * | | RDMA/cxgb4: rmb() after reading valid gen bit | Steve Wise | 2014-04-11 | 1 | -0/+3 |
| * | | RDMA/cxgb4: Endpoint timeout fixes | Steve Wise | 2014-04-11 | 1 | -33/+56 |
| * | | RDMA/cxgb4: Use the BAR2/WC path for kernel QPs and T5 devices | Steve Wise | 2014-04-11 | 4 | -33/+127 |
| |/ |
|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2014-04-12 | 3 | -203/+690 |
|\ \
| |/
|/| |
|
| * | ib_srpt: Use correct ib_sg_dma primitives | Mike Marciniszyn | 2014-04-11 | 1 | -6/+10 |
| * | target: Pass in transport supported PI at session initialization | Nicholas Bellinger | 2014-04-07 | 2 | -1/+14 |
| * | Target/iser: Use Fastreg only if device supports signature | Sagi Grimberg | 2014-04-07 | 1 | -1/+2 |
| * | iser-target: Add missing se_cmd put for WRITE_PENDING in tx_comp_err | Nicholas Bellinger | 2014-04-07 | 1 | -11/+26 |
| * | target: Add TFO->abort_task for aborted task resources release | Nicholas Bellinger | 2014-04-07 | 2 | -0/+28 |
| * | iser-target: Match FRMR descriptors to available session tags | Nicholas Bellinger | 2014-04-07 | 1 | -15/+23 |
| * | Target/iser: Fail SCSI WRITE command if device detected integrity error | Sagi Grimberg | 2014-04-07 | 1 | -2/+6 |
| * | Target/iser: Move check signature status to a function | Sagi Grimberg | 2014-04-07 | 1 | -65/+50 |
| * | Target/iser: Consider DIF and RDMA_READ completions when calculating post_sen... | Sagi Grimberg | 2014-04-07 | 1 | -6/+41 |
| * | Target/iser: Fix signature work requests accounting | Sagi Grimberg | 2014-04-07 | 1 | -0/+2 |
| * | IB/isert: Support T10-PI protected transactions | Sagi Grimberg | 2014-04-07 | 2 | -29/+311 |
| * | IB/isert: Accept RDMA_WRITE completions | Sagi Grimberg | 2014-04-07 | 1 | -2/+17 |
| * | IB/isert: Initialize T10-PI resources | Sagi Grimberg | 2014-04-07 | 2 | -17/+110 |
| * | IB/isert: Introduce isert_map/unmap_data_buf | Sagi Grimberg | 2014-04-07 | 2 | -125/+127 |
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rola... | Nicholas Bellinger | 2014-03-13 | 21 | -585/+1236 |
| |\ |
|
* | \ | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-04-03 | 72 | -1456/+4154 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-------------------. \ \ | Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc... | Roland Dreier | 2014-04-03 | 56 | -871/+2918 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | |
|
| | | | | | | | | | | | * | | IB/usnic: Remove '0x' when using %pa format | Fabio Estevam | 2014-03-17 | 1 | -1/+1 |
| | | | | | | | | | | * | | | 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/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads | Mike Marciniszyn | 2014-04-01 | 1 | -12/+0 |
| | | | | | | | | | * | | | IB/ipath: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads | Mike Marciniszyn | 2014-04-01 | 1 | -28/+15 |