summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2017-01-11IB/rxe: Remove a pointless indirection layerBart Van Assche8-67/+42
2017-01-11IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2-0/+2
2017-01-11IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-01-11IB/rxe: Generate a completion for all failed work requestsBart Van Assche4-14/+20
2017-01-11IB/rxe: Introduce functions for queue drainingBart Van Assche2-53/+38
2017-01-11IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1
2017-01-11IB/rxe: Issue warnings onceBart Van Assche3-9/+10
2017-01-11IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche7-15/+17
2017-01-11IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche1-2/+10
2017-01-11IB/rxe: Remove superfluous castsBart Van Assche1-2/+2
2017-01-11IB/rxe: Remove an unused variable and an unused argumentBart Van Assche1-8/+3
2017-01-11IB/rxe: Remove an unused functionBart Van Assche1-7/+0
2017-01-11IB/rxe: Constify the pool nameBart Van Assche2-2/+2
2017-01-11IB/rxe: Suppress sparse warningsBart Van Assche2-5/+5
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier8-17/+8
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein1-2/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds6-6/+6
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds14-41/+86
2016-12-22IB/rxe: Don't check for null ptr in send()Andrew Boyer1-2/+1
2016-12-22IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer1-1/+1
2016-12-22IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer1-1/+2
2016-12-22qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram1-1/+1
2016-12-22qedr: clear the vendor error field in the work completionAmrani, Ram1-0/+3
2016-12-22qedr: post_send/recv according to QP stateAmrani, Ram1-4/+4
2016-12-22qedr: ignore inline flag in read verbsAmrani, Ram1-1/+3
2016-12-22qedr: modify QP state to error when destroying itAmrani, Ram1-2/+4
2016-12-22qedr: return correct value on modify qpAmrani, Ram1-1/+1
2016-12-22qedr: return error if destroy CQ failedAmrani, Ram1-1/+6
2016-12-22qedr: configure the number of CQEs on CQ creationAmrani, Ram1-0/+3
2016-12-22i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung8-25/+53
2016-12-18IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche1-0/+1
2016-12-18iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise1-2/+3
2016-12-15rdma: fix buggy code that the compiler warns aboutLinus Torvalds1-1/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds180-2638/+11640
2016-12-15mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-14Merge branch 'vmw_pvrdma' into merge-testDoug Ledford16-0/+5710
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive16-0/+5710
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford29-139/+367
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford35-318/+740
2016-12-14Merge branch 'hfi1' into merge-testDoug Ledford42-648/+1677
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford76-1531/+3143
2016-12-14IB/mlx4: fix improper return valuePan Bian1-1/+2
2016-12-14IB/ocrdma: fix bad initializationPan Bian1-1/+1
2016-12-14infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou1-2/+6
2016-12-14IB/core: fix unmap_sg argumentSebastian Ott1-1/+1
2016-12-14IB/mthca: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-4/+2
2016-12-14mlx5, calc_sq_size(): Make a debug message more informativeBart Van Assche1-1/+2
2016-12-14mlx5: Remove a set-but-not-used variableBart Van Assche1-7/+0
2016-12-14mlx5: Use { } instead of { 0 } to init structBart Van Assche1-1/+1
2016-12-14IB/srp: Make writing the add_target sysfs attr interruptibleBart Van Assche1-1/+4