summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* infiniband: remove unneeded header search pathsMasahiro Yamada2019-01-252-2/+0Star
* IB/core: Destroy QP if XRC QP failsYuval Avnery2019-01-241-17/+24
* RDMA/qib: Use GUP longterm for PSM page piningIra Weiny2019-01-241-4/+4
* RDMA/hns: Add timer allocation support for hip08Yangyang Li2019-01-247-2/+227
* RDMA/hns: Add SCC context clr support for hip08Yangyang Li2019-01-244-1/+85
* RDMA/hns: Add SCC context allocation support for hip08Yangyang Li2019-01-248-8/+146
* IB/mlx5: Ranges in implicit ODP MR inherit its write accessMoni Shoua2019-01-242-3/+4
* RDMA/iw_cxgb4: Drop __GFP_NOFAILJason Gunthorpe2019-01-241-1/+1
* IB/mlx5: Declare local functions 'static'Bart Van Assche2019-01-241-1/+1
* IB/core: Declare local functions 'static'Bart Van Assche2019-01-241-1/+1
* infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-243-11/+4Star
* infiniband: usnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-26/+0Star
* infiniband: ocrdma: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-45/+22Star
* infiniband: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-244-64/+19Star
* infiniband: qib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-19/+8Star
* infiniband: hfi1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-242-34/+18Star
* infiniband: hfi1: drop crazy DEBUGFS_SEQ_FILE_CREATE() macroGreg Kroah-Hartman2019-01-243-41/+30Star
* infiniband: cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-241-7/+1Star
* IB/umad: Do not check status of nonseekable_open()Parav Pandit2019-01-241-23/+13Star
* IB/umad: Avoid additional device reference during open()/close()Parav Pandit2019-01-231-5/+4Star
* IB/mlx5: Don't override existing ip_protocolMaor Gottlieb2019-01-221-16/+37
* IB/mlx5: Add support for ODP for DEVX indirection mkeyYishai Hadas2019-01-221-5/+21
* IB/mlx5: Manage indirection mkey upon DEVX flow for ODPYishai Hadas2019-01-223-1/+95
* IB/mlx5: DEVX handling for indirection MKEYYishai Hadas2019-01-221-2/+36
* RDMA/hns: Add the process of AEQ overflow for hip08Xiaofei Tan2019-01-221-0/+11
* IB/rxe: Remove unnecessary rxe variableZhu Yanjun2019-01-224-16/+11Star
* IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin2019-01-181-5/+5
* IB/hw: Remove unneeded semicolonsYueHaibing2019-01-183-9/+9
* IB/rdmavt: Add wc_flags and wc_immdata to cq entry traceMike Marciniszyn2019-01-181-2/+8
* IB/core: Simplify rdma cgroup registrationParav Pandit2019-01-183-16/+14Star
* RDMA/qedr: remove set but not used variable 'ib_ctx'YueHaibing2019-01-181-6/+0Star
* RDMA/device: Use __ib_device_get_by_name() in ib_device_rename()Jason Gunthorpe2019-01-181-6/+3Star
* RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record dbLijun Ou2019-01-181-9/+10
* RDMA/mlx5: Replace kzalloc with kcallocGustavo A. R. Silva2019-01-151-1/+1
* RDMA/iw_cxgb4: Fix the unchecked ep dereferenceRaju Rangoju2019-01-151-7/+10
* RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung2019-01-141-1/+12
* RDMA/bnxt_re: fix a size calculationDan Carpenter2019-01-141-2/+1Star
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-1416-74/+83
* RDMA: Rename port_callback to init_portParav Pandit2019-01-1420-36/+28Star
* RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-115-5/+5
* RDMA: Clear CQ objects during their allocationLeon Romanovsky2019-01-112-2/+2
* RDMA: Clear PD objects during their allocationLeon Romanovsky2019-01-115-5/+5
* RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman2019-01-111-1/+1
* RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman2019-01-111-1/+1
* IB/usnic: Fix out of bounds index check in query pkeyGal Pressman2019-01-111-1/+1
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-1136-144/+162
* IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch2019-01-116-14/+10Star
* RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky2019-01-094-44/+33Star
* RDMA/mlx5: Introduce and reuse helper to identify ODP MRLeon Romanovsky2019-01-093-13/+16
* RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky2019-01-092-7/+5Star