summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IPoIB/CM: Fix indentation levelBart Van Assche2015-05-051-2/+2
* iw_cxgb4: Remove negative advice dmesg warningsHariprasad S2015-05-053-9/+32
* IB/core: Fix unaligned accessesDavid Ahern2015-05-052-14/+13
* IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-051-10/+3
* IB/qib: use arch_phys_wc_add()Luis R. Rodriguez2015-05-057-79/+39
* IB/qib: add acounting for MTRRLuis R. Rodriguez2015-05-051-1/+1
* IB/core: dma unmap optimizationsGuy Shapiro2015-05-051-2/+3
* IB/core: dma map/unmap locking optimizationsGuy Shapiro2015-05-051-5/+4
* RDMA/cxgb4: Report the actual address of the remote connecting peerSteve Wise2015-05-052-4/+51
* RDMA/nes: Report the actual address of the remote connecting peerTatyana Nikolova2015-05-052-17/+49
* RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2015-05-053-34/+262
* iw_cxgb4: enforce qp/cq id requirementsHariprasad S2015-05-051-0/+23
* iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQsHariprasad S2015-05-052-7/+15
* iw_cxgb4: 32b platform fixesHariprasad S2015-05-055-16/+15
* iw_cxgb4: Cleanup register defines/MACROSHariprasad S2015-05-052-3/+5
* RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe2015-05-051-10/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-18/+18
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-152-18/+18
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-243-366/+411
|\ \
| * | target: simplify the target template registration APIChristoph Hellwig2015-04-141-36/+13
| * | iser-target: Bump version to 1.0Sagi Grimberg2015-04-071-1/+1
| * | iser-target: Remove conn_ prefix from struct isert_conn membersSagi Grimberg2015-04-072-148/+148
| * | iser-target: Remove un-needed rdma_listen backlogSagi Grimberg2015-04-072-2/+1
| * | iser-target: Remove redundant check on the deviceSagi Grimberg2015-04-071-4/+5
| * | iser-target: Get rid of redundant max_acceptSagi Grimberg2015-04-071-4/+2
| * | iser-target: Split some logic in isert_connect_request to routinesSagi Grimberg2015-04-071-48/+70
| * | iser-target: Rename device find/release routinesSagi Grimberg2015-04-071-7/+6
| * | iser-target: Rename rend/recv completion routinesSagi Grimberg2015-04-071-5/+6
| * | iser-target: Remove redundant assignment to local variableSagi Grimberg2015-04-071-3/+2
| * | iser-target: Introduce isert_[alloc|free]_compsSagi Grimberg2015-04-071-46/+60
| * | iser-target: Split isert_setup_qpSagi Grimberg2015-04-071-14/+42
| * | iser-target: Remove redundant casting on void pointersSagi Grimberg2015-04-071-16/+16
| * | iser-target: Remove redundant local variableSagi Grimberg2015-04-071-2/+1
| * | iser-target: Remove dead codeSagi Grimberg2015-04-071-1/+0
| * | iser-target: Remove redundant check on recv completionSagi Grimberg2015-04-071-4/+0
| * | iser-target: Use a single DMA MR and PD per deviceSagi Grimberg2015-04-072-48/+55
| * | iser-target: Fix possible deadlock in RDMA_CM connection errorSagi Grimberg2015-04-071-5/+9
| * | iser-target: Fix session hang in case of an rdma read DIF errorSagi Grimberg2015-04-071-2/+4
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-2220-1113/+1426
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ...Doug Ledford2015-04-1519-1111/+1421
| |\ \ \ \ \ \ \
| | | | | | * | | ib_srpt: convert printk's to pr_* functionsDoug Ledford2015-04-151-97/+91
| | | | | | * | | IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche2015-04-151-4/+5
| | | | | * | | | IB/mlx4: Change alias guids default to be host assignedYishai Hadas2015-04-151-2/+2
| | | | | * | | | IB/mlx4: Request alias GUID on demandYishai Hadas2015-04-153-0/+75
| | | | | * | | | IB/mlx4: Change init flow to request alias GUIDs for active VFsYishai Hadas2015-04-153-79/+50
| | | | | * | | | IB/mlx4: Manage admin alias GUID upon admin requestYishai Hadas2015-04-152-9/+15
| | | | | * | | | IB/mlx4: Alias GUID adding persistency supportYishai Hadas2015-04-153-84/+245
| | | | | |/ / /
| | | | * | | | infiniband/mlx4: check for mapping errorSebastian Ott2015-04-152-0/+13
| | | | * | | | ib_uverbs: Fix pages leak when using XRC SRQsSébastien Dugué2015-04-151-11/+11
| | | | |/ / /
| | | * | | | IB/iser: Rewrite bounce buffer code pathSagi Grimberg2015-04-153-88/+137
OpenPOWER on IntegriCloud