summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> usesJoe Perches2015-05-123-5/+4Star
* IB/qib: fix test of unsigned variableMike Marciniszyn2015-05-122-2/+3
* RDMA/core: Fix for parsing netlink string attributeTatyana Nikolova2015-05-121-1/+1
* iw_cxgb4: use wildcard mapping for getting remote addr infoSteve Wise2015-05-111-8/+8
* IB/ehca: use correct destination for memcpyNicholas Mc Guire2015-05-111-2/+2
* 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/+13Star
* IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-051-10/+3Star
* IB/qib: use arch_phys_wc_add()Luis R. Rodriguez2015-05-057-79/+39Star
* 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/+4Star
* 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/+15Star
* 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-272-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/+13Star
| * | iser-target: Bump version to 1.0Sagi Grimberg2015-04-081-1/+1
| * | iser-target: Remove conn_ prefix from struct isert_conn membersSagi Grimberg2015-04-082-148/+148
| * | iser-target: Remove un-needed rdma_listen backlogSagi Grimberg2015-04-082-2/+1Star
| * | iser-target: Remove redundant check on the deviceSagi Grimberg2015-04-081-4/+5
| * | iser-target: Get rid of redundant max_acceptSagi Grimberg2015-04-081-4/+2Star
| * | iser-target: Split some logic in isert_connect_request to routinesSagi Grimberg2015-04-081-48/+70
| * | iser-target: Rename device find/release routinesSagi Grimberg2015-04-081-7/+6Star
| * | iser-target: Rename rend/recv completion routinesSagi Grimberg2015-04-081-5/+6
| * | iser-target: Remove redundant assignment to local variableSagi Grimberg2015-04-081-3/+2Star
| * | iser-target: Introduce isert_[alloc|free]_compsSagi Grimberg2015-04-081-46/+60
| * | iser-target: Split isert_setup_qpSagi Grimberg2015-04-081-14/+42
| * | iser-target: Remove redundant casting on void pointersSagi Grimberg2015-04-081-16/+16
| * | iser-target: Remove redundant local variableSagi Grimberg2015-04-081-2/+1Star
| * | iser-target: Remove dead codeSagi Grimberg2015-04-081-1/+0Star
| * | iser-target: Remove redundant check on recv completionSagi Grimberg2015-04-081-4/+0Star
| * | iser-target: Use a single DMA MR and PD per deviceSagi Grimberg2015-04-082-48/+55
| * | iser-target: Fix possible deadlock in RDMA_CM connection errorSagi Grimberg2015-04-081-5/+9
| * | iser-target: Fix session hang in case of an rdma read DIF errorSagi Grimberg2015-04-081-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/+91Star
| | | | | | * | | 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/+50Star