summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2017-01-094-280/+330
|\
| * IB/mlx5: Support 4k UAR for libmlx5Eli Cohen2017-01-091-2/+19
| * IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2017-01-094-153/+198
| * IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-094-69/+51Star
| * IB/mlx5: Fix retrieval of index to first hi class bfregEli Cohen2017-01-081-10/+14
| * mlx5: Fix naming convention with respect to UARsEli Cohen2017-01-084-133/+135
| * IB/mlx5: Fix error handling order in create_kernel_qpEli Cohen2017-01-081-2/+2
| * IB/mlx5: Fix kernel to user leak prevention logicEli Cohen2017-01-081-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-2/+12
|\ \ | |/ |/|
| * net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2016-12-291-2/+12
* | IB/mlx5: Improve MR checkArtemy Kovalyov2017-01-022-2/+12
* | IB/mlx5: Add ODP atomics supportArtemy Kovalyov2017-01-021-38/+50
* | {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-024-274/+115Star
* | IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov2017-01-025-247/+219Star
* | IB/mlx5: Add support for big MRsArtemy Kovalyov2017-01-023-3/+11
* | IB/mlx5: Refactor UMR post send formatArtemy Kovalyov2017-01-024-114/+91Star
* | IB/mlx5: Add helper mlx5_ib_post_send_waitBinoy Jayan2017-01-021-83/+32Star
* | IB/mlx5: Reorder code in query device commandLeon Romanovsky2017-01-021-11/+11
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-246-6/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-2314-41/+86
|\
| * IB/rxe: Don't check for null ptr in send()Andrew Boyer2016-12-221-2/+1Star
| * IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer2016-12-221-1/+1
| * IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer2016-12-221-1/+2
| * qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram2016-12-221-1/+1
| * qedr: clear the vendor error field in the work completionAmrani, Ram2016-12-221-0/+3
| * qedr: post_send/recv according to QP stateAmrani, Ram2016-12-221-4/+4
| * qedr: ignore inline flag in read verbsAmrani, Ram2016-12-221-1/+3
| * qedr: modify QP state to error when destroying itAmrani, Ram2016-12-221-2/+4
| * qedr: return correct value on modify qpAmrani, Ram2016-12-221-1/+1
| * qedr: return error if destroy CQ failedAmrani, Ram2016-12-221-1/+6
| * qedr: configure the number of CQEs on CQ creationAmrani, Ram2016-12-221-0/+3
| * i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung2016-12-228-25/+53
| * IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche2016-12-181-0/+1
| * iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise2016-12-181-2/+3
* | rdma: fix buggy code that the compiler warns aboutLinus Torvalds2016-12-151-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-15180-2638/+11640
|\|
| * Merge branch 'vmw_pvrdma' into merge-testDoug Ledford2016-12-1416-0/+5710
| |\
| | * IB: Add vmw_pvrdma driverAdit Ranadive2016-12-1416-0/+5710
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-1429-139/+367
| |\ \ \ \ \ \
| | | | | | * | IB/srp: Make writing the add_target sysfs attr interruptibleBart Van Assche2016-12-141-1/+4
| | | | | | * | IB/srp: Make mapping failures easier to debugBart Van Assche2016-12-141-2/+10
| | | | | | * | IB/srp: Make login failures easier to debugBart Van Assche2016-12-141-0/+3
| | | | | | * | IB/srp: Introduce a local variable in srp_add_one()Bart Van Assche2016-12-141-8/+9
| | | | | | * | IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n buildBart Van Assche2016-12-141-5/+6
| | | | | | |/
| | | | | * | IB/rxe: Hold refs when running taskletsAndrew Boyer2016-12-123-1/+11
| | | | | * | IB/rxe: Wait for tasklets to finish before tearing down QPAndrew Boyer2016-12-122-0/+20
| | | | | * | IB/rxe: Fix ref leak in duplicate_request()Andrew Boyer2016-12-121-0/+1
| | | | | * | IB/rxe: Fix ref leak in rxe_create_qp()Andrew Boyer2016-12-121-3/+4
| | | | | * | IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTSAndrew Boyer2016-12-121-1/+9
| | | | | * | IB/rxe: Add support for zero-byte operationsAndrew Boyer2016-12-122-3/+18