Age | Commit message (Expand) | Author | Files | Lines |
2013-08-13 | IB/qib: Clean up unnecessary MSI/MSI-X capability find | Yijing Wang | 1 | -5/+5 |
2013-08-13 | IB/qib: Make qib_driver static | Paul Bolle | 2 | -2/+1 |
2013-08-13 | IB/qib: Improve SDMA performance | CQ Tang | 5 | -227/+728 |
2013-08-12 | RDMA/cma: Add IPv6 support for iWARP | Steve Wise | 6 | -148/+184 |
2013-08-12 | RDMA/ocrdma: Cache recv DB until QP moved to RTR | Naresh Gottumukkala | 4 | -7/+29 |
2013-08-12 | RDMA/ocrdma: Remove __packed | Naresh Gottumukkala | 2 | -80/+84 |
2013-08-12 | RDMA/ocrdma: Remove driver QP state machine | Naresh Gottumukkala | 3 | -96/+11 |
2013-08-12 | RDMA/ocrdma: Don't allow zero/invalid sgid usage | Naresh Gottumukkala | 1 | -1/+7 |
2013-08-12 | RDMA/ocrdma: Remove redundant dev reference | Naresh Gottumukkala | 5 | -63/+57 |
2013-08-12 | RDMA/ocrdma: Style and redundant code cleanup | Naresh Gottumukkala | 4 | -90/+96 |
2013-08-10 | IB/iser: Introduce fast memory registration model (FRWR) | Sagi Grimberg | 3 | -12/+287 |
2013-08-10 | IB/iser: Place the fmr pool into a union in iser's IB conn struct | Sagi Grimberg | 3 | -41/+48 |
2013-08-10 | IB/iser: Handle unaligned SG in separate function | Sagi Grimberg | 1 | -23/+43 |
2013-08-10 | IB/iser: Generalize rdma memory registration | Sagi Grimberg | 3 | -20/+40 |
2013-08-10 | IB/iser: Accept session->cmds_max from user space | Shlomo Pongratz | 4 | -27/+46 |
2013-08-10 | IB/iser: Restructure allocation/deallocation of connection resources | Shlomo Pongratz | 3 | -71/+151 |
2013-08-10 | IB/iser: Use proper debug level value for info prints | Or Gerlitz | 2 | -9/+8 |
2013-08-01 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes... | Roland Dreier | 15 | -28/+110 |
2013-08-01 | IPoIB: Fix pkey change flow for virtualization environments | Erez Shitrit | 1 | -13/+63 |
2013-08-01 | IPoIB: Make sure child devices use valid/proper pkeys | Or Gerlitz | 2 | -1/+10 |
2013-08-01 | IB/core: Create QP1 using the pkey index which contains the default pkey | Jack Morgenstein | 1 | -1/+7 |
2013-08-01 | mlx5_core: Variable may be used uninitialized | Andi Shyti | 1 | -1/+1 |
2013-08-01 | IB/mlx5: Fix stack info leak in mlx5_ib_alloc_ucontext() | Dan Carpenter | 1 | -1/+2 |
2013-08-01 | IB/mlx5: Fix error return code in init_one() | Wei Yongjun | 1 | -3/+5 |
2013-07-31 | IB/mlx4: Use default pkey when creating tunnel QPs | Jack Morgenstein | 1 | -2/+8 |
2013-07-31 | RDMA/cma: Only call cma_save_ib_info() for CM REQs | Sean Hefty | 1 | -1/+2 |
2013-07-31 | RDMA/cma: Fix accessing invalid private data for UD | Sean Hefty | 1 | -8/+11 |
2013-07-31 | RDMA/cma: Fix gcc warning | Paul Bolle | 1 | -4/+3 |
2013-07-31 | Revert "RDMA/nes: Fix compilation error when nes_debug is enabled" | Roland Dreier | 1 | -2/+2 |
2013-07-30 | IB/qib: Add err_decode() call for ring dump | Mike Marciniszyn | 2 | -1/+3 |
2013-07-30 | RDMA/cxgb3: Fix stack info leak in iwch_create_cq() | Dan Carpenter | 1 | -0/+1 |
2013-07-30 | RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq() | Dan Carpenter | 1 | -1/+2 |
2013-07-30 | RDMA/ocrdma: Fix several stack info leaks | Dan Carpenter | 1 | -1/+4 |
2013-07-30 | RDMA/cxgb4: Fix stack info leak in c4iw_create_qp() | Dan Carpenter | 1 | -0/+2 |
2013-07-26 | RDMA/ocrdma: Remove unused include | Roland Dreier | 1 | -1/+0 |
2013-07-15 | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. | Rusty Russell | 1 | -1/+1 |
2013-07-13 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 47 | -786/+9961 |
2013-07-12 | Merge branches 'mlx5', 'qib' and 'srp' into for-next | Roland Dreier | 6 | -10/+179 |
2013-07-12 | mlx5: Return -EFAULT instead of -EPERM | Dan Carpenter | 1 | -4/+4 |
2013-07-12 | IB/qib: Log all SDMA errors unconditionally | Dean Luick | 3 | -1/+171 |
2013-07-12 | IB/qib: Fix module-level leak | Mike Marciniszyn | 1 | -3/+3 |
2013-07-12 | IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline | Bart Van Assche | 1 | -2/+1 |
2013-07-11 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 3 | -55/+245 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -3/+3 |
2013-07-08 | Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' in... | Roland Dreier | 42 | -355/+8962 |
2013-07-08 | IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd() | Roland Dreier | 1 | -2/+2 |
2013-07-08 | IB/mlx5: Make profile[] static in main.c | Roland Dreier | 1 | -1/+1 |
2013-07-08 | mlx5: Add driver for Mellanox Connect-IB adapters | Eli Cohen | 15 | -0/+7525 |
2013-07-08 | iser-target: Ignore non TEXT + LOGOUT opcodes for discovery | Nicholas Bellinger | 1 | -0/+8 |
2013-07-08 | target: make queue_tm_rsp() return void | Joern Engel | 1 | -10/+17 |