summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-29IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam4-51/+32
2017-08-29IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2-3/+4
2017-08-29IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref()Mike Marciniszyn1-5/+1
2017-08-24IB/mlx5: Report mlx5 enhanced multi packet WQE capabilityBodong Wang3-1/+7
2017-08-24IB/mlx5: Allow posting multi packet send WQEs if hardware supportsBodong Wang4-3/+11
2017-08-24IB/mlx5: Add support for multi underlay QPYishai Hadas2-9/+48
2017-08-24IB/mlx5: Fix integer overflow when page_shift == 31Ilya Lesokhin1-4/+5
2017-08-24IB/mlx5: Fix memory leak in clean_mr error pathKamal Heib1-4/+4
2017-08-24IB/mlx5: Decouple MR allocation and population flowsIlya Lesokhin1-30/+45
2017-08-24IB/mlx5: Enable UMR for MRs created with reg_createIlya Lesokhin3-21/+16
2017-08-24IB/mlx5: Expose software parsing for Raw Ethernet QPNoa Osherovich3-0/+41
2017-08-24RDMA/i40iw: Remove unused argumentYuval Shaia1-12/+6
2017-08-24RDMA/qedr: fix spelling mistake: "invlaid" -> "invalid"Colin Ian King1-1/+1
2017-08-24IB: Avoid ib_modify_port() failure for RoCE devicesSelvin Xavier1-4/+7
2017-08-24RDMA/vmw_pvrdma: Update device query parameters and port capsAdit Ranadive2-1/+17
2017-08-24RDMA/vmw_pvrdma: Add RoCEv2 supportBryan Tan4-22/+51
2017-08-24IB/ipoib: Enable ioctl for to IPoIB rdma netdevsFeras Daoud1-0/+15
2017-08-24RDMA/nes: Remove zeroed parameter from port query callbackLeon Romanovsky1-5/+0
2017-08-24RDMA/mlx4: Properly annotate link layer variableLeon Romanovsky1-4/+2
2017-08-24RDMA/mlx5: Limit scope of get vector affinity local functionLeon Romanovsky1-2/+2
2017-08-24IB/rxe: Make rxe_counter_name staticKamal Heib1-1/+1
2017-08-24IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit4-5/+31
2017-08-24IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zeroGuy Levi1-0/+3
2017-08-24IB/mlx4: Remove redundant attribute in mlx4_ib_create_qp_rss structGuy Levi1-2/+1
2017-08-24IB/mlx4: Fix struct mlx4_ib_create_wq alignmentGuy Levi2-6/+4
2017-08-24IB/mlx4: Fix RSS QP type in creation verbGuy Levi1-1/+1
2017-08-24IB/mlx5: Add necessary delay drop assignmentMaor Gottlieb1-0/+2
2017-08-24IB/mlx5: Fix some spelling mistakesTalat Batheesh2-2/+2
2017-08-24IB/mlx4: Fix some spelling mistakesTalat Batheesh2-2/+2
2017-08-24RDMA/mthca: Make explicit conversion to 64bit valueLeon Romanovsky1-1/+1
2017-08-24RDMA/usnic: Fix remove address space warningLeon Romanovsky3-15/+9
2017-08-24RDMA/mlx4: Remove gfp_mask argument from acquire_group callLeon Romanovsky1-5/+4
2017-08-24RDMA/core: Refactor get link layer wrapperLeon Romanovsky1-9/+5
2017-08-24RDMA/core: Delete BUG() from unreachable flowLeon Romanovsky1-13/+7
2017-08-24RDMA/core: Cleanup device capability enumLeon Romanovsky1-3/+3
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky9-59/+20
2017-08-24RDMA/mlx4: Fix create qp command alignmentMaor Gottlieb1-1/+1
2017-08-24RDMA/mlx4: Don't use uninitialized variableLeon Romanovsky1-1/+1
2017-08-24IB/uverbs: Introduce and use helper functions to copy ah attributesParav Pandit1-76/+51
2017-08-24IB/cma: Fix erroneous validation of supported default GID typeLeon Romanovsky1-2/+2
2017-08-24IB/mlx5: Always return success for RoCE modify portMajd Dibbiny1-0/+6
2017-08-24IB/mlx5: Fix Raw Packet QP event handler assignmentMajd Dibbiny1-0/+1
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich3-5/+14
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe6-0/+30
2017-08-22rdma: Allow demand loading of NETLINK_RDMAJason Gunthorpe1-0/+3
2017-08-22IB/mlx4: use kvmalloc_array to allocate wridLi Dongyang2-20/+8
2017-08-22IB/mlx5: use kvmalloc_array for mlx5_ib_wqLi Dongyang2-17/+22
2017-08-22RDMA: Fix return value check for ib_get_eth_speed()Selvin Xavier2-4/+4
2017-08-22IB/pvrdma: Remove unused functionYuval Shaia1-17/+0
2017-08-22i40iw: Improve CQP timeout logicShiraz Saleem4-13/+39