| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | IB/core: Export ib_create/destroy_flow through uverbs | Hadar Hen Zion | 2013-08-28 | 3 | -1/+229 |
| | * | | | IB/core: Infrastructure for extensible uverbs commands | Igor Ivanov | 2013-08-28 | 1 | -5/+24 |
| | * | | | IB/core: Add receive flow steering support | Hadar Hen Zion | 2013-08-28 | 1 | -0/+27 |
| | |/ / |
|
| * | | | RDMA/cxgb4: Issue RI.FINI before closing when entering TERM | Steve Wise | 2013-08-13 | 1 | -1/+6 |
| * | | | RDMA/cxgb4: Advertise ~0ULL as max MR size | Steve Wise | 2013-08-13 | 1 | -1/+1 |
| * | | | RDMA/cxgb4: Always do GTS write if cidx_inc == CIDXINC_MASK | Steve Wise | 2013-08-13 | 1 | -1/+1 |
| * | | | RDMA/cxgb4: Set arp error handler for PASS_ACCEPT_RPL messages | Steve Wise | 2013-08-13 | 1 | -0/+2 |
| * | | | RDMA/cxgb4: Fix accounting for unsignaled SQ WRs to deal with wrap | Steve Wise | 2013-08-13 | 1 | -2/+5 |
| * | | | RDMA/cxgb4: Fix QP flush logic | Steve Wise | 2013-08-13 | 4 | -136/+254 |
| * | | | RDMA/cxgb4: Handle newer firmware changes | Steve Wise | 2013-08-13 | 2 | -13/+2 |
| * | | | RDMA/cxgb4: Use correct bit shift macros for vlan filter tuples | Steve Wise | 2013-08-13 | 1 | -1/+1 |
| * | | | RDMA/cxgb4: Add support for active and passive open connection with IPv6 address | Vipul Pandya | 2013-08-13 | 4 | -300/+636 |
| * | | | RDMA/cma: Add IPv6 support for iWARP | Steve Wise | 2013-08-12 | 6 | -148/+184 |
| |/ / |
|
* | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-09-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 2013-07-15 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | [SCSI] IB/iser: Add Discovery support | Or Gerlitz | 2013-08-26 | 2 | -2/+12 |
| |/
|/| |
|
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*---------------. \ | 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-31 | 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-31 | 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-12 | 6 | -10/+179 |
| |\ \ \ |
|
| | | | * | IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline | Bart Van Assche | 2013-07-12 | 1 | -2/+1 |
| | | * | | IB/qib: Log all SDMA errors unconditionally | Dean Luick | 2013-07-12 | 3 | -1/+171 |
| | | * | | IB/qib: Fix module-level leak | Mike Marciniszyn | 2013-07-12 | 1 | -3/+3 |
| | * | | | mlx5: Return -EFAULT instead of -EPERM | Dan Carpenter | 2013-07-12 | 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-28 | 1 | -0/+1 |
| | | | | | | * | IB/srp: Avoid skipping srp_reset_host() after a transport error | Bart Van Assche | 2013-06-28 | 1 | -3/+8 |
| | | | | | | * | IB/srp: Fix remove_one crash due to resource exhaustion | Dotan Barak | 2013-06-28 | 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-22 | 3 | -1/+161 |