summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-01-14RDMA: Rename port_callback to init_portParav Pandit20-36/+28
2019-01-11RDMA: Clear CTX objects during their allocationLeon Romanovsky5-5/+5
2019-01-11RDMA: Clear CQ objects during their allocationLeon Romanovsky2-2/+2
2019-01-11RDMA: Clear PD objects during their allocationLeon Romanovsky5-5/+5
2019-01-11RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-11RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-11IB/usnic: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-11IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe36-144/+162
2019-01-11IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch6-14/+10
2019-01-09RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky4-44/+33
2019-01-09RDMA/mlx5: Introduce and reuse helper to identify ODP MRLeon Romanovsky3-13/+16
2019-01-09RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky2-7/+5
2019-01-09RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGINGLeon Romanovsky1-2/+0
2019-01-09IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-07RDMA/hns: Modify the pbl ba page size for hip08Lijun Ou1-1/+1
2019-01-07RDMA/hns: Add constraint on the setting of local ACK timeoutLijun Ou1-4/+10
2019-01-07RDMA/hns: Bugfix for the scene without receiver queueLijun Ou1-1/+2
2019-01-07RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou1-3/+7
2019-01-07iw_cxgb4: Check for send WR also while posting write with completion WRPotnuri Bharat Teja1-6/+13
2019-01-07IB/core: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2019-01-07IB/usnic: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+2
2019-01-07IB/cm: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-21/+10
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds3-4/+3
2019-01-03infiniband/qedr: Potential null ptr dereference of qpAditya Pakki1-0/+2
2019-01-03infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki1-3/+2
2019-01-03IB/ipoib: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-02IB/core: Add advise_mr to the list of known opsMoni Shoua1-0/+1
2019-01-02Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"Leon Romanovsky1-16/+3
2019-01-02IB/mlx5: Allow XRC INI usage via verbs in DEVX contextYishai Hadas1-1/+2
2018-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-20/+13
2018-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds174-3991/+6957
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2-20/+13
2018-12-23RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-23RDMA/mlx5: Signedness bug in UVERBS_HANDLER()Dan Carpenter1-1/+1
2018-12-23IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter1-1/+1
2018-12-21IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas3-2/+26
2018-12-21IB/umad: Start using dev_groups of classParav Pandit1-16/+12
2018-12-21IB/umad: Use class_groups and let core create class fileParav Pandit1-9/+14
2018-12-21IB/umad: Refactor code to use cdev_device_add()Parav Pandit1-85/+86
2018-12-21IB/umad: Avoid destroying device while it is accessedParav Pandit1-9/+13
2018-12-21IB/umad: Simplify and avoid dynamic allocation of classParav Pandit1-21/+21
2018-12-21IB/mlx5: Fix wrong error unwindJason Gunthorpe1-3/+5
2018-12-21IB/mlx4: Remove set but not used variable 'pd'YueHaibing1-3/+0
2018-12-21RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise1-4/+8
2018-12-21IB/mlx5: Fix long EEH recover time with NVMe offloadsHuy Nguyen1-3/+16
2018-12-21IB/mlx5: Simplify netdev unbindingOr Gerlitz1-5/+9
2018-12-21IB/core: Move query port to ioctlMichael Guralnik3-53/+104
2018-12-21RDMA/nldev: Expose port_cap_flags2Michael Guralnik1-3/+6