| Commit message (Expand) | Author | Age | Files | Lines |
*---------------. | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes... | Roland Dreier | 2013-07-31 | 15 | -28/+110 |
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | * | IB/qib: Add err_decode() call for ring dump | Mike Marciniszyn | 2013-07-30 | 2 | -1/+3 |
| | | | | | | | * | | RDMA/ocrdma: Fix several stack info leaks | Dan Carpenter | 2013-07-30 | 1 | -1/+4 |
| | | | | | | | * | | RDMA/ocrdma: Remove unused include | Roland Dreier | 2013-07-26 | 1 | -1/+0 |
| | | | | | | | |/ |
|
| | | | | | | * | | Revert "RDMA/nes: Fix compilation error when nes_debug is enabled" | Roland Dreier | 2013-07-30 | 1 | -2/+2 |
| | | | | | | * | | RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq() | Dan Carpenter | 2013-07-30 | 1 | -1/+2 |
| | | | | | | |/ |
|
| | | | | | * | | mlx5_core: Variable may be used uninitialized | Andi Shyti | 2013-07-31 | 1 | -1/+1 |
| | | | | | * | | IB/mlx5: Fix stack info leak in mlx5_ib_alloc_ucontext() | Dan Carpenter | 2013-07-31 | 1 | -1/+2 |
| | | | | | * | | IB/mlx5: Fix error return code in init_one() | Wei Yongjun | 2013-07-31 | 1 | -3/+5 |
| | | | | | |/ |
|
| | | | | * / | IB/mlx4: Use default pkey when creating tunnel QPs | Jack Morgenstein | 2013-07-31 | 1 | -2/+8 |
| | | | | |/ |
|
| | | | * / | IB/core: Create QP1 using the pkey index which contains the default pkey | Jack Morgenstein | 2013-07-31 | 1 | -1/+7 |
| | | | |/ |
|
| | | * | | IPoIB: Fix pkey change flow for virtualization environments | Erez Shitrit | 2013-07-31 | 1 | -13/+63 |
| | | * | | IPoIB: Make sure child devices use valid/proper pkeys | Or Gerlitz | 2013-07-31 | 2 | -1/+10 |
| | | |/ |
|
| | * / | RDMA/cxgb4: Fix stack info leak in c4iw_create_qp() | Dan Carpenter | 2013-07-30 | 1 | -0/+2 |
| | |/ |
|
| * / | RDMA/cxgb3: Fix stack info leak in iwch_create_cq() | Dan Carpenter | 2013-07-30 | 1 | -0/+1 |
| |/ |
|
* | | RDMA/cma: Only call cma_save_ib_info() for CM REQs | Sean Hefty | 2013-07-31 | 1 | -1/+2 |
* | | RDMA/cma: Fix accessing invalid private data for UD | Sean Hefty | 2013-07-31 | 1 | -8/+11 |
* | | RDMA/cma: Fix gcc warning | Paul Bolle | 2013-07-30 | 1 | -4/+3 |
|/ |
|
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-07-13 | 47 | -786/+9961 |
|\ |
|
| *---. | Merge branches 'mlx5', 'qib' and 'srp' into for-next | Roland Dreier | 2013-07-11 | 6 | -10/+179 |
| |\ \ \ |
|
| | | | * | IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline | Bart Van Assche | 2013-07-11 | 1 | -2/+1 |
| | | * | | IB/qib: Log all SDMA errors unconditionally | Dean Luick | 2013-07-11 | 3 | -1/+171 |
| | | * | | IB/qib: Fix module-level leak | Mike Marciniszyn | 2013-07-11 | 1 | -3/+3 |
| | * | | | mlx5: Return -EFAULT instead of -EPERM | Dan Carpenter | 2013-07-11 | 1 | -4/+4 |
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---------. \ \ \ | Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' in... | Roland Dreier | 2013-07-08 | 42 | -355/+8962 |
| |\ \ \ \ \ \ \ \ \
| | | | | |_|_|/ / /
| | | | |/| | | / /
| | | | | | | |/ /
| | | | | | |/| /
| | | | | | | |/ |
|
| | | | | | | * | IB/srp: Bump driver version and release date | Vu Pham | 2013-07-01 | 1 | -2/+2 |
| | | | | | | * | IB/srp: Make HCA completion vector configurable | Bart Van Assche | 2013-07-01 | 2 | -2/+25 |
| | | | | | | * | IB/srp: Maintain a single connection per I_T nexus | Bart Van Assche | 2013-07-01 | 1 | -2/+42 |
| | | | | | | * | IB/srp: Fail I/O fast if target offline | Bart Van Assche | 2013-07-01 | 1 | -0/+2 |
| | | | | | | * | IB/srp: Skip host settle delay | Bart Van Assche | 2013-06-27 | 1 | -0/+1 |
| | | | | | | * | IB/srp: Avoid skipping srp_reset_host() after a transport error | Bart Van Assche | 2013-06-27 | 1 | -3/+8 |
| | | | | | | * | IB/srp: Fix remove_one crash due to resource exhaustion | Dotan Barak | 2013-06-27 | 1 | -0/+2 |
| | | | | | * | | IB/qib: New transmitter tunning settings for Dell 1.1 backplane | Mitko Haralanov | 2013-06-26 | 1 | -22/+37 |
| | | | | | * | | IB/qib: Add qp_stats debug file | Mike Marciniszyn | 2013-06-21 | 3 | -1/+161 |
| | | | | | * | | IB/qib: Add per-context stats interface | Mike Marciniszyn | 2013-06-21 | 1 | -0/+63 |
| | | | | | * | | IB/qib: Convert opcode counters to per-context | Mike Marciniszyn | 2013-06-21 | 8 | -23/+284 |
| | | | | | * | | IB/qib: Optimize CQ callbacks | Mike Marciniszyn | 2013-06-21 | 4 | -24/+76 |
| | | | | | * | | IB/qib: Add dual-rail NUMA awareness for PSM processes | Ramkrishna Vepa | 2013-06-21 | 1 | -49/+125 |
| | | | | | * | | IB/qib: Add optional NUMA affinity | Ramkrishna Vepa | 2013-06-21 | 3 | -9/+43 |
| | | | | | * | | IB/qib: Update minor version number | Vinit Agnihotri | 2013-06-21 | 1 | -1/+1 |
| | | | | | * | | IB/qib: Remove atomic_inc_not_zero() from QP RCU | Mike Marciniszyn | 2013-06-21 | 1 | -14/+15 |
| | | | | | * | | IB/qib: Add DCA support | Mike Marciniszyn | 2013-06-21 | 6 | -12/+404 |
| | | | | | |/ |
|
| | | | | * | | RDMA/ocrdma: Fix error return code in ocrdma_set_create_qp_rq_cmd() | Wei Yongjun | 2013-06-24 | 1 | -1/+1 |
| | | | | * | | RDMA/ocrdma: Reorg structures to avoid padding | Naresh Gottumukkala | 2013-06-20 | 1 | -6/+8 |
| | | | | * | | RDMA/ocrdma: Change macros to inline funtions | Naresh Gottumukkala | 2013-06-20 | 3 | -20/+40 |
| | | | | * | | RDMA/ocrdma: Set bad_wr in error case | Naresh Gottumukkala | 2013-06-20 | 1 | -0/+2 |
| | | | | * | | RDMA/ocrdma: Replace ocrdma_err with pr_err | Naresh Gottumukkala | 2013-06-20 | 4 | -74/+70 |
| | | | | * | | RDMA/ocrdma: Use MCC_CREATE_EXT_V1 for MCC create | Naresh Gottumukkala | 2013-06-20 | 2 | -44/+15 |
| | | | | * | | RDMA/ocrdma: Remove use_cnt for queues | Gottumukkala, Naresh | 2013-06-20 | 3 | -43/+1 |
| | | | | |/ |
|
| | | | * | | IB/mlx5: Make profile[] static in main.c | Roland Dreier | 2013-07-08 | 1 | -1/+1 |